Supervisely
Overview
Format description
Input files structure
📦 project_name
├── 📂 dataset_name
│ ├── 📂 meshes
│ │ ├── 📄 mesh_01.ply
│ │ └── 📄 mesh_02.ply
│ ├── 📂 annotations
│ │ ├── 📂 mesh_01.ply
│ │ │ ├── 📄 annotation.json
│ │ │ └── 📂 geometries
│ │ │ ├── 📄 {label_key}.indices.bin
│ │ │ └── 📄 {label_key}.indices.bin
│ │ └── 📂 mesh_02.ply
│ │ ├── 📄 annotation.json
│ │ └── 📂 geometries
│ │ └── 📄 {label_key}.indices.bin
│ └── 📂 datasets
│ └── 📂 nested_dataset_name
│ ├── 📂 meshes
│ └── 📂 annotations
└── 📄 meta.jsonannotation.json
Last updated