-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add HOPE dataset #13
base: master
Are you sure you want to change the base?
Add HOPE dataset #13
Conversation
I uploaded the network weights and urdfs in the common google drive with the other ones. |
I just resolved the merge conflict that resulted from #14. I also confirmed that the following download scripts are working:
The error mentioned in my opening comment is still unresolved. I will take another look, but @ylabbe let me know if you have any ideas for fixing it.
|
As noted above, there is one unresolved error:
Is it possible that the following loop needs to be skipped when using the cosypose/cosypose/scripts/run_bop20_eval_multi.py Lines 52 to 57 in f526e29
|
@ylabbe, I was reminded earlier today that we hadn't merged support for the HOPE dataset into CosyPose. The only script that fails, to my knowledge, is |
I've integrated the HOPE dataset (https://bop.felk.cvut.cz/datasets/#HOPE) into the necessary configs and BOP scripts.
I have verified that the following scripts result in a correctly formatted BOP submission file that achieves the expected scores in the BOP evaluation server:
The final script (
cosypose.scripts.run_bop20_eval_multi
) does currently produce an error that I would like help to resolve:The following files need to be uploaded to the appropriate cloud drive for
cosypose.scripts.download
to work correctly:PBR training images are not publicly available, so I have commented out the relevant settings in the HOPE config, e.g. in
cosypose/bop_config.py
:# train_pbr_ds_name=[hope.pbr]