subhc / unsup-parts

Unsupervised Part Discovery from Contrastive Reconstruction (NeurIPS 2021)
https://www.robots.ox.ac.uk/~vgg/research/unsup-parts/
65 stars 7 forks source link

`FileNotFoundError: [Errno 2] No such file or directory: 'models'` #6

Closed dennisushi closed 2 years ago

dennisushi commented 2 years ago

Hi,

The models are missing.

python3 train.py FileNotFoundError: [Errno 2] No such file or directory: 'models'

dennisushi commented 2 years ago

Fixed it by copying the models folder in evaluation to the root directory where I assume it should be.