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

ModuleNotFoundError: No module named 'third_party.TokenCut.unsupervised_saliency_detection' #33

Closed W-hary closed 1 year ago

W-hary commented 1 year ago

File "maskcut.py", line 25, in

from third_party.TokenCut.unsupervised_saliency_detection import utils, metric

Sorry, I can't find what the third_party module is, could you please point it? Very thanks!

frank-xwang commented 1 year ago

Hello! To clone this repository, please use the following command: git clone --recursive git@github.com:facebookresearch/CutLER.git This command will automatically download all the necessary third-party codes alongside the main repository.

frank-xwang commented 1 year ago

Closing it, please feel free to reopen it if you have further questions.