-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10-set0-1,2.log #2
Comments
The log file is automatically generated by testing and no existing log file is provided in this project. python3 adapt_detnet_dual.py -trs ah -tes ah --evaluate -eid 37 --gpus 0 --pic -1 --checkpoint pretrain --setup 0 --pair 1,3 and the log file If you think testing takes a long time, it is okay to set |
Thank you for your answer。But this file does not exist “ train_detnet_dual.py” |
Sorry, it should be adapt_detnet_dual.py. I have revised the above response. |
Your work is awesome, but when I run the visualize.py file I get an error, the error is as follows:
Traceback (most recent call last):
File "visualize.py", line 119, in
visualize_3d_joints(sample_idx, args.checkpoint, eid=args.evaluate_id, setup=setup, pair=pair)
File "visualize.py", line 38, in visualize_3d_joints
lines = open(log).readlines()
NotADirectoryError: [Errno 20] Not a directory: 'data/S2DHand-pretrain/ckp_detnet_37.pth/10-set0-1,2.log'
May I ask where you put your "10-set0-1,2.log" file?
The text was updated successfully, but these errors were encountered: