lukemelas / deep-spectral-segmentation

[CVPR 2022] Deep Spectral Methods: A Surprisingly Strong Baseline for Unsupervised Semantic Segmentation and Localization

Repository from Github https://github.comlukemelas/deep-spectral-segmentationRepository from Github https://github.comlukemelas/deep-spectral-segmentation

Object Localization Problem

SMSD75 opened this issue · comments

Hi,

Thank you for your beautiful research. I am facing an issue with the data loader when it comes to object localization. The address for the VOC12 dataset seems to be incorrect, and there is no guide available to set it up properly. The code expects VOC dataset to exist in the directory "datasets"; however, in the previous sections, we set it up in "data". Even, when I set up the address to "data" it cannot load it. Would you please guide me on this?

Thanks.

Solved

Hi @SMSD75 ,
How did you solve this?