Closed RuyiLian closed 3 years ago
Could you share the full log?
Please check the attached file, thanks! log.txt
It is a bit messy because I also tried to run ./core/gdrn_modeling/test_gdrn.sh
several times after training.
Do you have any output for the evaluation subprocess? https://github.com/THU-DA-6D-Pose-Group/GDR-Net/blob/main/core/gdrn_modeling/test_utils.py#L69
Thanks for your suggestion. I checked the terminal output again and found that I missed one error message: FileNotFoundError: [Errno 2] No such file or directory: 'datasets/BOP_DATASETS/lmo/test_targets_all.json'
I downloaded the datasets from the BOP website and I only have test_targets_bop19.json
. I replaced test_targets_all.json
by test_targets_bop19.json
and then the evaluation codes could run successfully. Now I hope to know where I can find the desired test_targets_all.json
? Thanks!
I have uploaded it to BaiduNetDisk/OneDrive.
Thanks, it works now.
Hi,
When I train GDR-Net on ape of LMO dataset by
I get the unexpected output at the end of
log.txt
:Could you suggest how to fix it? Thanks!