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
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
Looking for your answer!