Open Hoang1802 opened 4 years ago
Sorry about replying so late, I just notice this question. I made a mistake about the code version. The prepare_data.py is a later method we used than the one in our ECCV2020 paper, so you don't have to use it now. Instead, you can use reconstruction/new_enc.cpp (you may need a C++ compiler to compile it). See the updated code and README file. Your environment is similar to mine, which should be good. And thanks for your suggestion about adding requirements.txt to control the version of packages in the repo, will do that soon.
Hi guys, first i want to thank you for public code and dataset in spec garment generation.
I try to run this code but something went wrong. When i run shell file scripts/batch_process_singlethread.sh, i meet this error:
I checked gpu memories by cmd
nvidia-smi
, and this file consumes less memory than i thought:Then please help me solve this problem. Thank you !!!
My system:
P/S: can you add requirements.txt to control version of package in repo