Ariel Lee commited on
Commit
1649ed6
1 Parent(s): 32c59c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
2
  license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
+ task_categories:
4
+ - image-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - occlusion
9
+ size_categories:
10
+ - 1K<n<10K
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': banana
20
+ '1': baseball
21
+ '2': cowboy hat
22
+ '3': cup
23
+ '4': dumbbell
24
+ '5': hammer
25
+ '6': laptop
26
+ '7': microwave
27
+ '8': mouse
28
+ '9': orange
29
+ '10': pillow
30
+ '11': plate
31
+ '12': screwdriver
32
+ '13': skillet
33
+ '14': spatula
34
+ '15': vase
35
+ splits:
36
+ - name: ROD
37
+ num_bytes: 3306212413
38
+ num_examples: 1231
39
+ download_size: 3285137456
40
+ dataset_size: 3306212413
41
  ---
42
+ # Real Occlusion Dataset (ROD)
43
+
44
+ The Realistic Occlusion Dataset is the product of a meticulous object collection protocol aimed at collecting and capturing 40+ distinct objects from 16 classes: <strong>banana, baseball, cowboy hat, cup, dumbbell, hammer, laptop, microwave, mouse, orange, pillow, plate, screwdriver, skillet, spatula, and vase.</strong> Images are taken in a bright room with soft, natural light. All objects are captured on a brown wooden table against a solid colored wall. An iPhone 13 Pro ultra-wide camera with a tripod is used to capture images at an elevation of approx. 90 degrees and distance of 1 meter from the object. Occluder objects are wooden blocks or square pieces of cardboard, painted red or blue. The occluder object is added between the camera and the main object and its x-axis position is varied such that it begins at the left of the frame and ends at the right. In total, 1 clean image and 12 occluded images are captured for each object. Each object is measured and the occluder step size is broken up into equal sizes.
45
+
46
+ ROD was created for testing model robustness to occlusion in [Hardwiring ViT Patch Selectivity into CNNs using Patch Mixing](https://arielnlee.github.io/PatchMixing/).
47
+
48
+ ## Citations
49
+
50
+ ```bibtex
51
+ @article{ADD
52
+ }
53
+ ```