agimus-project / happypose

Toolbox and trackers for object pose-estimation. Based on the work CosyPose and MegaPose
https://agimus-project.github.io/happypose/
BSD 2-Clause "Simplified" License
22 stars 8 forks source link

Improving tests #169

Open ElliotMaitre opened 3 months ago

ElliotMaitre commented 3 months ago

In the current state of the tests, they are running on an environment with a GPU and the correct datasets/models downloaded (i.e. ycbv and ycbv models). There is still one issue with the tests relative to the training (i.e. detector and pose) : both tests are passing individually, but one runs one then the other, the second test has an issue due to torch distributed. Currently, the second test (pose) is skipped

TODO short term :

TODO long term: