facebookresearch / CutLER

Code release for "Cut and Learn for Unsupervised Object Detection and Instance Segmentation" and "VideoCutLER: Surprisingly Simple Unsupervised Video Instance Segmentation"
Other
913 stars 90 forks source link

How to deal with the useless masks generated in MaskCut #31

Closed MJ-inin closed 1 year ago

MJ-inin commented 1 year ago

Hi, thanks for the great work and open-sourcing the code!

It was confirmed that when entering a larger number of --N than the number of objects in the demo image, some blank masks or some misdetected masks were generated.

In general, the number of objects present in a single image is not all the same.

In this case, how did you deal with the masks generated?

csoham96 commented 8 months ago

hey how did you do that?