Add Label Factory dataset card
Browse files
README.md
CHANGED
|
@@ -6,6 +6,19 @@ tags:
|
|
| 6 |
- video
|
| 7 |
- 3d
|
| 8 |
- rgb-d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# ABC-iRobotics/Hand_Tools: dataset 0000
|
|
@@ -14,6 +27,12 @@ Metric RGB-D scene dataset generated with the Label Factory workflow.
|
|
| 14 |
The files for this capture are stored below the `0000/` directory so
|
| 15 |
multiple numbered datasets can coexist in this repository.
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
## Contents
|
| 18 |
|
| 19 |
- 318 RGB frames and aligned metric depth maps
|
|
|
|
| 6 |
- video
|
| 7 |
- 3d
|
| 8 |
- rgb-d
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: depth_estimation
|
| 11 |
+
data_files:
|
| 12 |
+
- split: train
|
| 13 |
+
path: "*/data/depth_estimation/train-*.parquet"
|
| 14 |
+
- config_name: instance_segmentation
|
| 15 |
+
data_files:
|
| 16 |
+
- split: train
|
| 17 |
+
path: "*/data/instance_segmentation/train-*.parquet"
|
| 18 |
+
- config_name: object_pose_estimation
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: "*/data/object_pose_estimation/train-*.parquet"
|
| 22 |
---
|
| 23 |
|
| 24 |
# ABC-iRobotics/Hand_Tools: dataset 0000
|
|
|
|
| 27 |
The files for this capture are stored below the `0000/` directory so
|
| 28 |
multiple numbered datasets can coexist in this repository.
|
| 29 |
|
| 30 |
+
## Training configurations
|
| 31 |
+
|
| 32 |
+
- `depth_estimation`: RGB input, metric depth target, intrinsics and depth units
|
| 33 |
+
- `instance_segmentation`: RGB input, instance-mask target, boxes and annotations
|
| 34 |
+
- `object_pose_estimation`: RGB-D input, masks, camera transforms and object poses
|
| 35 |
+
|
| 36 |
## Contents
|
| 37 |
|
| 38 |
- 318 RGB frames and aligned metric depth maps
|