Closed BorisMansencal closed 6 years ago
I also have this problem. If I add --mean_std_type=dataset, it shows: AttributeError: 'Dataset' object has no attribute 'data' (the same as yours)
I tried to delete "--mean_std_type=dataset", then there is a problem of "Could not load network weights"
As follows:
Traceback (most recent call last):
File "main.py", line 98, in
I have the same problem....
python main.py --test_img_file=D:/image1.jpg --test_out_file=D:/image1_kp.txt --task=test --subtask=kp --logdir="logs/main.py"
Traceback (most recent call last):
File "main.py", line 98, in
Please let me know if 8990e2286425c4d58c0107931729ee3d0a250313 did not fix this issue.
Hi,
I am trying to test the pre-trained models on a given image. I am able to use the model with rotation augmentation:
However I get an error when I try to use the model without rotation augmentation:
The problem comes from the mean_std_type=dataset option. With the other mean_std_type, it seems ok.
Do I have to specify something else ?
I see the files mean.h5 and std.h5 in MODELS/release-no-aug/kp.
Thanks, Boris.