zlai0 / MAST

MAST: A Memory-Augmented Self-supervised Tracker (CVPR 2020)
https://zlai0.github.io/MAST/
273 stars 32 forks source link

hello, I am very interested in your work. However, I don't know how to visualize the output. result #9

Open DAISY708913050 opened 4 years ago

DAISY708913050 commented 4 years ago

397FD65C32C477B175FC7086985DBF23

My result is as follows

C846ED0EE9B2A078926A456FD0732880
zlai0 commented 3 years ago

You can visualise the output similar to how you visualise image segmentation (COCO, etc.) results. I believe I used cv2.drawContours and also some other functions. Something like this might also be helpful: https://github.com/wkentaro/imgviz.