cvlab-epfl/tf-lift

Professor,thank you for sharing your codes!Here are my questions:

Shu-HowTing opened this issue · 2 comments

I download the model you provide in the end.(Models without rotation augmentation)and put them in the
folderlog/test .Then ,I run the following commad:
python main.py --task=test --subtask=kp --logdir=logs/test --test_img_file=1.jpg --test_out_file=image1_kp.txt
The error like this:At least two variables have the same name: network/lift/kp/conv-ghh-1/biases

I want to know whether the model match the code!and what is meaning of

run with --use_batch_norm=False --mean_std_type=dataset

Looking for your answer!

4xle commented

Version of tensorflow too new. Downgrade to 1.4.

kmyi commented

Please downgrade to TF 1.4