Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update inference.py #299

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

AshwinUnnikrishnan
Copy link
Contributor

Adding additional function transform_image.. so that users can use a loaded RGB image and transform it to the expected format of grounding dino prediction.

Adding additional function transform_image.. so that users can use a loaded RGB image and transform it to the expected format of grounding dino prediction.
@AshwinUnnikrishnan
Copy link
Contributor Author

Enhanced the inference.py script to support image transformation for in-memory images.

Previously, the script only supported loading and transforming images from a file path. This enhancement allows users to transform images that have been uploaded or generated within their code, which is particularly useful when working with outputs from other models like super-resolution models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant