Skip to content
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

Improving tests #169

Open
ElliotMaitre opened this issue May 17, 2024 · 0 comments
Open

Improving tests #169

ElliotMaitre opened this issue May 17, 2024 · 0 comments

Comments

@ElliotMaitre
Copy link
Collaborator

ElliotMaitre commented May 17, 2024

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 :

  • Add the test results to the repository
  • Solve the torch distributed issue
  • Use HOPE models / dataset for the tests instead of YCBV, so the download are lighter

TODO long term:

  • Create a dedicated test configuration for the training/evaluation
  • Create a short dataset to run this tests quickly (they might be quite long right now)
  • The test could be seen as interdependent i.e. it could be organized the following way : inference on a test dataset, then evaluation of this inference. Currently, everything is independent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant