Datasets:
Commit
·
d4beb39
1
Parent(s):
1336c89
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: CFV Dataset
|
5 |
+
size_categories:
|
6 |
+
- 1B<n<10B
|
7 |
+
---
|
8 |
+
|
9 |
+
# CFV Dataset: Fine-Grained Predictions of Car Orientation from Images
|
10 |
+
|
11 |
+
### Description
|
12 |
+
- **Repository:** TBA
|
13 |
+
- **Paper:** TBA
|
14 |
+
|
15 |
+
### Dataset Summary
|
16 |
+
We present the CFV Dataset for estimating the car's orientation from images. Our dataset was obtained by recording cars while walking around them and annotating the frames with the pitch angle value in a semi-automatic manner. All images have the license plates anonymized.
|
17 |
+
|
18 |
+
### Data Instance
|
19 |
+
One instance contains the following keys:
|
20 |
+
- `image`: The RGB image showing 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
|
24 |
+
|
25 |
+
### Citation Information
|
26 |
+
If you utilize this dataset for any project or research, please cite our paper:
|
27 |
+
TBA
|