MendelXu / SAN

Open-vocabulary Semantic Segmentation
https://mendelxu.github.io/SAN/
MIT License
295 stars 27 forks source link

How to change the dataset folder position? #47

Closed ChunmengLiu1 closed 7 months ago

ChunmengLiu1 commented 7 months ago

Sorry for bothering again. How to change the dataset folder position? Thanks!

MendelXu commented 7 months ago

Set enviroment variable DETECTRON2_DATASETS before your training. For example, if your dataset is /some/folder/coco, set it to /some/folder

ChunmengLiu1 commented 7 months ago

Thanks! The code is well encapsulated!