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

typo in semantic segmentation example - "dino_vitb16" instead of "dino_vits16" #16

Closed alexaatm closed 1 year ago

alexaatm commented 1 year ago

Hi! I am trying to run semantic segmentation example, following the readme, and it was failing to find the directory. After debugging a bit, turned out an issue was in the MODEL variable in the very start of the example, where there was "dino_vitb16" instead of "dino_vits16" (b instead of s).

Just in case anyone had the same small issue ;)

lukemelas commented 1 year ago

Thanks! Updated.