cappuch commited on
Commit
584c021
1 Parent(s): f409346

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Open Source IDM Dataset.
2
+
3
+ Format:
4
+
5
+ ```json
6
+ {
7
+ "base64_image": base64_encoded_image,
8
+ "rotation_angle": rotation_angle,
9
+ "L2_value": l2,
10
+ "R2_value": r2",
11
+ }
12
+ ```
13
+
14
+ Rotation range:
15
+ -255 - 255
16
+
17
+ L2, R2:
18
+ 0 - 255