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

Dataset

lukkaal opened this issue · comments

what dose “ The datasets are assumed to exist in a directory specified by the environment variable DETECTRON2_DATASETS. Under this directory, detectron2 will look for datasets in the structure described below, if needed.” mean?

Btw thx for ur amazing work!

You need to use "export DETECTRON2_DATASETS=/path/to/dataset/" to ensure that detectron2 can find your datasets. For more details, please check detectron2's readme.

I am closing it now. Please feel free to reopen it if you have further questions.