facebookresearch / CutLER

Code release for "Cut and Learn for Unsupervised Object Detection and Instance Segmentation" and "VideoCutLER: Surprisingly Simple Unsupervised Video Instance Segmentation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

W-hary opened this issue · comments

commented

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!

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.

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