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'

mamarasulovs opened this issue · comments

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'

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