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:
Changes introduced in the new H3 dataset hot3d breaks their compatibility with some existing utility scripts (unrelated to evaluation). The two main causes are:
Candidates scripts for update:
annotation_tools: file structure, relies on depth data (not present in HOT3d and HANDAL), assumes pinhole model(cf Scripts not compatible with H3 datasets #137 (comment))bop_toolkit_lib/renderer_htt.pyfor hot3d).