Point Cloud Episode Annotation

Project Structure Example
<PROJECT_NAME>
├── key_id_map.json (optional)
├── meta.json
├── <EPISODE_NAME_1>
│ ├── annotation.json
│ ├── frame_pointcloud_map.json
│ ├── pointcloud
│ │ ├── scene_1.pcd
│ │ ├── scene_2.pcd
│ │ └── ...
│ └── related_images (optional)
│ ├── scene_1_pcd
│ │ ├── scene_1_cam0.png
│ │ ├── scene_1_cam0.png.json
│ │ ├── scene_1_cam0.png.figures.json (optional)
│ │ ├── scene_1_cam1.png
│ │ ├── scene_1_cam1.png.json
│ │ ├── scene_1_cam1.png.figures.json (optional)
│ │ └── ...
│ ├── scene_2_pcd
│ │ ├── scene_2_cam0.png
│ │ ├── scene_2_cam0.png.json
│ │ ├── scene_2_cam0.png.figures.json (optional)
│ │ ├── scene_2_cam1.png
│ │ ├── scene_2_cam1.png.json
│ │ ├── scene_2_cam1.png.figures.json (optional)
│ │ └── ...
│ └── ...
├── <EPISODE_NAME_2>
│ ├── annotation.json
│ ├── frame_pointcloud_map.json
│ ├── pointcloud
│ │ ├── scene_1.pcd
│ │ └── ...
│ └── related_images (optional)
│ ├── scene_1_pcd
│ │ ├── scene_1_cam0.png
│ │ ├── scene_1_cam0.png.json
│ │ ├── scene_1_cam0.png.figures.json
│ │ └── ...
│ ├── scene_2_pcd
│ │ ├── scene_2_cam0.png
│ │ ├── scene_2_cam0.png.json
│ │ ├── scene_2_cam0.png.figures.json
│ │ └── ...
│ └── ...
└── <EPISODE_NAME_...> Main concepts
Key
Value
Cuboid direction vector
Key id map file
Format of frame_pointcloud_map.json
Photo context image annotation file
Photo context 2D figures file
Related apps


Example projects




Last updated