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

[Post 0.7] [multimodal] Support xywh output for object detection #2948

Merged
merged 6 commits into from
Mar 3, 2023

Conversation

FANGAreNotGnu
Copy link
Contributor

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@FANGAreNotGnu FANGAreNotGnu added the model list checked You have updated the model list after modifying multimodal unit tests/docs label Feb 18, 2023
@FANGAreNotGnu FANGAreNotGnu changed the title [Post 0.7] Support xywh output for object detection [Post 0.7] [multimodal] Support xywh output for object detection Feb 18, 2023
@github-actions
Copy link

Job PR-2948-e6da785 is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-2948/e6da785/index.html

predictor = MultiModalPredictor(
hyperparameters={
"model.mmdet_image.checkpoint_name": checkpoint_name,
"model.mmdet_image.output_bbox_format": "xywh",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check functional equalvance of the two output formats, otherwise the test case would simply pass even without this hyperparameter.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, just updated the test

Copy link
Collaborator

@liangfu liangfu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the update.

@github-actions
Copy link

github-actions bot commented Mar 2, 2023

Job PR-2948-0047ea1 is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-2948/0047ea1/index.html

@FANGAreNotGnu FANGAreNotGnu merged commit 87c8378 into autogluon:master Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model list checked You have updated the model list after modifying multimodal unit tests/docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants