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

Use detectron2 visualizer and update quickstart #2502

Merged
merged 126 commits into from
Dec 6, 2022

Conversation

yongxinw
Copy link
Contributor

@yongxinw yongxinw commented Dec 1, 2022

Issue #, if available:

Description of changes: Use detectron2 visualizer and update quickstart

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

� Conflicts:
�	multimodal/src/autogluon/multimodal/predictor.py
…s` to using `get_detection_classes`. Refactoring saving results to utils.
� Conflicts:
�	multimodal/src/autogluon/multimodal/predictor.py
…ing visualization to a separate function call outside predict, removing prints, modifying doc strings, adding TODO to use mmdet visualization later,
"""


class GenericMask:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you think if we should remove some classes that are currently not used?

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 catch! I missed this one. Will delete.

Copy link
Contributor

Choose a reason for hiding this comment

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

If this one will be deleted, then next function (_PanopticPrediction) also needs to be deleted.

Copy link
Contributor

@bryanyzhu bryanyzhu left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. Please double check all cv2 usage and move them into functions. Also check other dependencies to see if we can remove some.

"""


class GenericMask:
Copy link
Contributor

Choose a reason for hiding this comment

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

If this one will be deleted, then next function (_PanopticPrediction) also needs to be deleted.

@github-actions
Copy link

github-actions bot commented Dec 3, 2022

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

Copy link
Contributor

@bryanyzhu bryanyzhu left a comment

Choose a reason for hiding this comment

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

Left several comments (e.g., two places missing new line). Another thing is, I can't see object detection tutorials on the left panel (http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-2502/008ab54/tutorials/multimodal/index.html), and the quick start tutorial is 403 forbidden. Can you fix the comments and also rebase with master? Thank you.

@github-actions
Copy link

github-actions bot commented Dec 6, 2022

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

@github-actions
Copy link

github-actions bot commented Dec 6, 2022

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

@github-actions
Copy link

github-actions bot commented Dec 6, 2022

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

Copy link
Contributor

@FANGAreNotGnu FANGAreNotGnu left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@bryanyzhu bryanyzhu left a comment

Choose a reason for hiding this comment

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

LGTM

@yongxinw yongxinw merged commit 81b8e9d into autogluon:master Dec 6, 2022
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