Datasets:
Upload data.yaml with huggingface_hub
Browse files
data.yaml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
train: ../train/images
|
| 2 |
+
val: ../valid/images
|
| 3 |
+
test: ../test/images
|
| 4 |
+
|
| 5 |
+
nc: 30
|
| 6 |
+
names: ['avatar', 'avatar-nonhuman', 'button', 'campfire', 'chat box', 'chat bubble', 'controller', 'dashboard', 'guardian', 'hand', 'hud', 'indicator-mute', 'interactable', 'locomotion-target', 'menu', 'out of bounds', 'portal', 'progress bar', 'seat-multiple', 'seat-single', 'sign-graphic', 'sign-text', 'spawner', 'table', 'target', 'ui-graphic', 'ui-text', 'watch', 'writing surface', 'writing utensil']
|
| 7 |
+
|
| 8 |
+
roboflow:
|
| 9 |
+
workspace: my-workspace-zhz1m
|
| 10 |
+
project: vr-scene-evaluation-o1hbg
|
| 11 |
+
version: 6
|
| 12 |
+
license: CC BY 4.0
|
| 13 |
+
url: https://universe.roboflow.com/my-workspace-zhz1m/vr-scene-evaluation-o1hbg/dataset/6
|