classner / generating_people

Official code repository for the paper "A Generative Model for People in Clothing".
http://files.is.tuebingen.mpg.de/classner/gp/
Other
158 stars 38 forks source link

error while running run.py #7

Closed perseus784 closed 6 years ago

perseus784 commented 6 years ago

I am getting this error: Exception: /home/drive/generate_people/generating_people-master/generation/data/people/full contains no files for this mode Which are the files that should be put in this folder and how to get it?

classner commented 6 years ago

The run.py script is looking for a tfrecord database in that folder. To see how precisely the path is constructed, see here: https://github.com/classner/generating_people/blob/master/generation/data.py#L24 and of course change it to your needs.

Best, Christoph