layumi / person-reid-3d

TNNLS'22 :statue_of_liberty: Parameter-Efficient Person Re-identification in the 3D Space :statue_of_liberty:
https://arxiv.org/abs/2006.04569
MIT License
265 stars 46 forks source link

The issue of the process about the generated 3d dataset #11

Open yjh576 opened 3 years ago

yjh576 commented 3 years ago

Thanks for your excellent work. When I generate 3d dataset with your code, I encounter the following output, and then the program stops. Could you encounter this case?

Restoring checkpoint /home/yinjunhui/per-id/3d/hmr/src/models/model.ckpt-667589.. WARNING:tensorflow:From /home/yinjunhui/anaconda3/envs/hmr/lib/python2.7/site-packages/tensorflow/python/training/saver.py:1276: checkpoint_exists (from tensorflow.python.training.checkpoint_management) is deprecated and will be removed in a future version. Instructions for updating: Use standard file APIs to check for files with this prefix.

layumi commented 3 years ago

Hi @yjh576 ,

It seems that you used a wrong version of tensorflow to load the checkpoint? I am not sure about it. You may raise one issue in the github of the original code on 3D human prediction as well.

yjh576 commented 3 years ago

I have tried different versions of tensorflow, but it does not work. Thank you again.