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

Any demo script? #5

Open
lucasjinreal opened this issue Nov 3, 2021 · 5 comments
Open

Any demo script? #5

lucasjinreal opened this issue Nov 3, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@lucasjinreal
Copy link

How to visualize final result? Feed single image and visualize?

@ZwwWayne
Copy link
Owner

ZwwWayne commented Nov 3, 2021

You should be able to use the demo API in mmdetection. However, the visualization API in MMDet is still in progress, we will try to support that ASAP.

@ZwwWayne ZwwWayne added the enhancement New feature or request label Nov 3, 2021
@lucasjinreal
Copy link
Author

@ZwwWayne thank u. it would be better add vis support since we want see it's visualization result to verify the mask quality.

@ZwwWayne
Copy link
Owner

ZwwWayne commented Nov 4, 2021

Sure, we will support that. This may be done at the end of this month.

@Kenneth-X
Copy link

any update for demo scrip?
i tried to using mmdet demo.py but only get a mask like this:
{'pan_results': array([[2047, 2047, 2047, ..., 2047, 2047, 2047], [2047, 2047, 2047, ..., 2047, 2047, 2047], [2047, 2047, 2047, ..., 2047, 2047, 2047], ..., [ 45, 45, 45, ..., 83, 83, 83], [ 45, 45, 45, ..., 83, 83, 83], [ 45, 45, 45, ..., 83, 83, 83]])}
i do not know how to use it for instance box and sematic mask, could you help me ?thanks a lot

@ZwwWayne
Copy link
Owner

ZwwWayne commented Mar 3, 2022

MMDet v2.22.0 supports demo scripts. This repo will be updated to be compatible with the newest mmdet soon. It already support panoptic visualization https://github.com/open-mmlab/mmdetection/pull/7247/files.

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

No branches or pull requests

3 participants