DualityAI-RebekahBogdanoff commited on
Commit
4bf7785
·
verified ·
1 Parent(s): b3e91ee

datacard update

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -13,7 +13,7 @@ dataset_info:
13
  num_bytes: 3800851.565217391
14
  num_examples: 5
15
  download_size: 18278418
16
- dataset_size: 18275448.0
17
  configs:
18
  - config_name: default
19
  data_files:
@@ -21,4 +21,34 @@ configs:
21
  path: data/train-*
22
  - split: test
23
  path: data/test-*
 
 
 
24
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  num_bytes: 3800851.565217391
14
  num_examples: 5
15
  download_size: 18278418
16
+ dataset_size: 18275448
17
  configs:
18
  - config_name: default
19
  data_files:
 
21
  path: data/train-*
22
  - split: test
23
  path: data/test-*
24
+ license: apache-2.0
25
+ language:
26
+ - en
27
  ---
28
+ # DATASET SAMPLE
29
+
30
+ These 20 images and labels are carefully crafted data from FalconEditor, Duality.ai’s simulation platform.
31
+ We will be releasing a sample of our datasets here on HuggingFace, and making the rest of the 1000+ image datasets available to anyone who signs up for a free account -
32
+
33
+
34
+ ## Dataset Structure
35
+ The dataset has the following structure:
36
+ ```plaintext
37
+ Multiclass Object Detection Dataset/
38
+ |-- images/
39
+ | |-- 000000000.png
40
+ | |-- 000000001.png
41
+ | |-- ...
42
+ |-- labels/
43
+ | |-- 000000000.txt
44
+ | |-- 000000001.txt
45
+ | |-- ...
46
+ ```
47
+
48
+ ### Components
49
+ 1. **Images**: RGB images of the object in `.png` format.
50
+ 2. **Labels**: Text files (`.txt`) containing 3D pose annotations. Each label file corresponds to an image and contains the following information:
51
+ - Three position values `[x, y, z]` representing the object's location in 3D space.
52
+
53
+ ## Licensing
54
+ license: apache-2.0