File size: 208 Bytes
584c021 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Open Source IDM Dataset.
Format:
```json
{
"base64_image": base64_encoded_image,
"rotation_angle": rotation_angle,
"L2_value": l2,
"R2_value": r2",
}
```
Rotation range:
-255 - 255
L2, R2:
0 - 255 |