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

Scripts not compatible with H3 datasets #137

Open
1 of 11 tasks
MedericFourmy opened this issue Aug 28, 2024 · 4 comments
Open
1 of 11 tasks

Scripts not compatible with H3 datasets #137

MedericFourmy opened this issue Aug 28, 2024 · 4 comments

Comments

@MedericFourmy
Copy link
Collaborator

MedericFourmy commented Aug 28, 2024

Changes introduced in the new H3 dataset hot3d breaks their compatibility with some existing utility scripts (unrelated to evaluation). The two main causes are:

  • file structure: hot3d scene annotations are done per stream (rgb, gray1, etc.) and the scene camera format has changed (classic datasets -> "cam_K", hot3d -> "cam_model")
  • camera model: New dataset Hot3d includes fisheye camera images, which can be handled with the hand tracking toolkit camera model and rasterizer.

Candidates scripts for update:

@AnasIbrahim
Copy link
Contributor

The annotation tool cannot be extended to the new H3 BOP24 format. There is no easy way to do this as the tool uses depth and point cloud visualization. So I would exclude it from this list.

@MartinSmeyer
Copy link
Collaborator

Hey @MedericFourmy,
Since the new BOP robotics datasets will be in H3 format, can we continue to update the scripts?

@MedericFourmy
Copy link
Collaborator Author

Yes indeed, which ones would you prioritize?

@MartinSmeyer
Copy link
Collaborator

Thanks Mederic! I would start with these:

calc_gt_distribution: file structure, add stream choice
calc_gt_masks: file structure, relies on depth data
calc_gt_info: file structure, relies on depth data
vis_object_symmetries: file structure, pinhole camera stored in dataset folder (could replace by a user defined cam with reasonable defaults).

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

3 participants