XingangPan / GAN2Shape

Code for GAN2Shape (ICLR2021 oral)
https://arxiv.org/abs/2011.00844
MIT License
575 stars 101 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/view_ light/view_ MVN. PTH ' #33

Open cheeenzq opened 3 years ago

cheeenzq commented 3 years ago

Hello, I run your code on Lunix terminal, and the result appears FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/view light/view MVN. PTH '. After checking, it is found that the file has a folder. Why is this

cynthia-you commented 2 years ago

move the dir of checkpoints and data under main project |-GAN2Shape |--checkpoints |--configs |--data |--gan2shape ... |--run.py |--readme.md