dkillough commited on
Commit
5b1756f
·
verified ·
1 Parent(s): 469bb70

README formatting updates

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -54,14 +54,22 @@ configs:
54
  path: data/validation-*
55
  ---
56
 
57
- # DISCOVR: Virtual Reality UI Object Detection Dataset
58
 
59
  ## Dataset Description
60
 
61
- DISCOVR is an object detection dataset for identifying user interface elements and interactive objects in virtual reality (VR) and social VR environments. The dataset contains **17,691 annotated images** across **30 object classes** commonly found in VR applications.
62
 
63
  This dataset is designed to support research in VR accessibility, automatic UI analysis, and assistive technologies for virtual environments.
64
 
 
 
 
 
 
 
 
 
65
  ### Dataset Summary
66
 
67
  - **Total Images:** 17,691
@@ -134,6 +142,8 @@ Annotations are in YOLO format with normalized coordinates:
134
 
135
  All coordinates are normalized to [0, 1] range relative to image dimensions.
136
 
 
 
137
  ## Usage
138
 
139
  ### With Hugging Face Datasets
@@ -248,6 +258,8 @@ inputs = processor(images=sample['image'], return_tensors="pt")
248
  # COCO: (x_min, y_min, width, height) in pixels
249
  ```
250
 
 
 
251
  ## Applications
252
 
253
  This dataset can be used for:
 
54
  path: data/validation-*
55
  ---
56
 
57
+ # DIgitial Social Context Objects in VR (DISCOVR): A Social Virtual Reality Object Detection Dataset
58
 
59
  ## Dataset Description
60
 
61
+ DISCOVR is an object detection dataset for identifying user interface elements and interactive objects in virtual reality (VR) and social VR environments. The dataset contains **17,691 annotated images** across **30 object classes** commonly found in 17 top social VR applications & VR demos.
62
 
63
  This dataset is designed to support research in VR accessibility, automatic UI analysis, and assistive technologies for virtual environments.
64
 
65
+ ### Everything is available to download at once at https://huggingface.co/datasets/UWMadAbility/DISCOVR/blob/main/dataset.zip
66
+
67
+ ### Pretrained YOLOv8 weights are available at https://huggingface.co/UWMadAbility/VRSight
68
+
69
+ ### If you use DISCOVR in your work, please cite VRSight using the citation at the bottom of this readme.
70
+
71
+ ---
72
+
73
  ### Dataset Summary
74
 
75
  - **Total Images:** 17,691
 
142
 
143
  All coordinates are normalized to [0, 1] range relative to image dimensions.
144
 
145
+ ---
146
+
147
  ## Usage
148
 
149
  ### With Hugging Face Datasets
 
258
  # COCO: (x_min, y_min, width, height) in pixels
259
  ```
260
 
261
+ ---
262
+
263
  ## Applications
264
 
265
  This dataset can be used for: