K-Net icon indicating copy to clipboard operation
K-Net copied to clipboard

Any demo script?

Open lucasjinreal opened this issue 2 years ago • 5 comments

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

lucasjinreal avatar Nov 03 '21 04:11 lucasjinreal

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 avatar Nov 03 '21 09:11 ZwwWayne

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

lucasjinreal avatar Nov 04 '21 02:11 lucasjinreal

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

ZwwWayne avatar Nov 04 '21 02:11 ZwwWayne

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

Kenneth-X avatar Mar 03 '22 09:03 Kenneth-X

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.

ZwwWayne avatar Mar 03 '22 09:03 ZwwWayne