Folder Structure
Point Cloud Dataset Folder Structure
.
βββ camera_config // Camera parameter
βΒ Β βββ 00-1.json
βΒ Β βββ 01-2.json
βββ image0 // Camera 0 image
βΒ Β βββ 00-1.jpg
βΒ Β βββ 01-2.jpg
βββ image1 // Camera 1 image
βΒ Β βββ 00-1.jpg
βΒ Β βββ 01-2.jpg
βββ image2 // Camera 2 image
βΒ Β βββ 00-1.jpg
βΒ Β βββ 01-2.jpg
βββ point_cloud // Point cloud
βΒ Β βββ 00-1.pcd
βΒ Β βββ 01-2.pcd
βββ scene1 // Frame series (Not available on Xtreme1 open source version). Its structure refers to the root directory.
βββ result // Annotation results. Its structure refers to the Data Annotation Result page.
Β Β Β Β βββ 00-1.json
Β Β Β Β βββ 01-2.json
Image Dataset Folder Structure
.
βββ image // Image dataset
βΒ Β βββ 00-1.jpg
βΒ Β βββ 01-2.jpg
βββ scene1 // Object tracking. Its structure refers to the root directory.
βββ result // Annotation results. Its structure refers to the Data Annotation Result page.
Β βββ 00-1.json
Β βββ 01-2.json
Data
.
βββ data // Data info. Its structure refers to the Data page.
βΒ Β βββ 00-1.json
βΒ Β βββ 01-2.json
βββ result // Annotation result. Its structure refers to the Data annotation result page.
Β βββ 00-1.json
Β βββ 01-1.json
Last updated
Was this helpful?