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' #46

Closed mamarasulovs closed 10 months ago

mamarasulovs commented 11 months ago

Traceback (most recent call last): File "demo.py", line 16, in from third_party.TokenCut.unsupervised_saliency_detection import metric ModuleNotFoundError: No module named 'third_party.TokenCut.unsupervised_saliency_detection'

frank-xwang commented 11 months ago

Hi, please use git clone --recursive git@github.com:facebookresearch/CutLER.git to clone CutLER and all third-party repositories.