Datasets:
Commit
·
277e16f
1
Parent(s):
d4beb39
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ We present the CFV Dataset for estimating the car's orientation from images. Our
|
|
17 |
|
18 |
### Data Instance
|
19 |
One instance contains the following keys:
|
20 |
-
- `image`: The RGB image
|
21 |
- `identity`: Unique integer for each recorded car
|
22 |
- `angle`: An integer ranging between 0-360, indicating the pitch angle value of the car in the image (in degrees)
|
23 |
- `x1`, `y1`, `x2`, `y2`: the bounding box of the car
|
|
|
17 |
|
18 |
### Data Instance
|
19 |
One instance contains the following keys:
|
20 |
+
- `image`: The RGB image displaying the car
|
21 |
- `identity`: Unique integer for each recorded car
|
22 |
- `angle`: An integer ranging between 0-360, indicating the pitch angle value of the car in the image (in degrees)
|
23 |
- `x1`, `y1`, `x2`, `y2`: the bounding box of the car
|