Environment setup fixes#11
Conversation
|
Thank you!
|
|
Hi Yann, Here are the two datasets that I tested:
Is there a dataset that you know failed with prior versions of PyBullet? I can try to test a known failure case. As noted in a reply to #2 (#2 (comment)), I wasn't able to build the fork in I will try to install the latest |
|
Thank you for your contribution, @swtyree! |
|
The modifications that differ between my fork of bullet and upstream were:
I am quite confident we can merge your PR now. Thanks again @swtyree ! |
Environment setup fixes
The current conda environment is a bit brittle and did not work for my system (Ubuntu 22.04, CUDA 11.8, RTX 3090). So I've suggested three changes in this pull request:
torchandtorchvisionvia pippybulletinstead of building./deps/bullet3urdfdom=1.0.4to supportpinocchioI have tested this setup using
cosypose.scripts.run_cosypose_evalandcosypose.scripts.run_bop_eval, but it's certainly possible that other scripts may fail. If you have other tests that you would like me to perform to validate this PR, please let me know!