cvlab-epfl / tf-lift

Tensorflow port of LIFT (ECCV 2016), with training code.
197 stars 55 forks source link

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

Closed Shu-HowTing closed 5 years ago

Shu-HowTing commented 5 years ago

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 5 years ago

Version of tensorflow too new. Downgrade to 1.4.

kmyi commented 5 years ago

Please downgrade to TF 1.4