You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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).
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.py
for hot3d).The text was updated successfully, but these errors were encountered: