lukemelas / deep-spectral-segmentation

[CVPR 2022] Deep Spectral Methods: A Surprisingly Strong Baseline for Unsupervised Semantic Segmentation and Localization
227 stars 41 forks source link

Object Localization Problem #19

Closed SMSD75 closed 1 year ago

SMSD75 commented 1 year ago

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.

SMSD75 commented 1 year ago

Solved

sidgairo18 commented 1 year ago

Hi @SMSD75 , How did you solve this?