Datasets:
andycatruna
commited on
Commit
•
e17aaeb
1
Parent(s):
1f98127
Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,8 @@ license: apache-2.0
|
|
10 |
# CFV Dataset: Fine-Grained Predictions of Car Orientation from Images
|
11 |
|
12 |
### Description
|
13 |
-
- **Repository:**
|
14 |
-
- **Paper:**
|
15 |
|
16 |
### Dataset Summary
|
17 |
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.
|
@@ -25,4 +25,15 @@ One instance contains the following keys:
|
|
25 |
|
26 |
### Citation Information
|
27 |
If you utilize this dataset for any project or research, please cite our paper:
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
# CFV Dataset: Fine-Grained Predictions of Car Orientation from Images
|
11 |
|
12 |
### Description
|
13 |
+
- **Repository:** [CFV Dataset Repository](https://github.com/fort-cyber/car-orientation)
|
14 |
+
- **Paper:** [CFV Dataset Paper](https://www.mdpi.com/2079-9292/12/24/4947)
|
15 |
|
16 |
### Dataset Summary
|
17 |
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.
|
|
|
25 |
|
26 |
### Citation Information
|
27 |
If you utilize this dataset for any project or research, please cite our paper:
|
28 |
+
```
|
29 |
+
@article{catruna2023car,
|
30 |
+
title={Car Full View Dataset: Fine-Grained Predictions of Car Orientation from Images},
|
31 |
+
author={Catruna, Andy and Betiu, Pavel and Tertes, Emanuel and Ghita, Vladimir and Radoi, Emilian and Mocanu, Irina and Dascalu, Mihai},
|
32 |
+
journal={Electronics},
|
33 |
+
volume={12},
|
34 |
+
number={24},
|
35 |
+
pages={4947},
|
36 |
+
year={2023},
|
37 |
+
publisher={MDPI}
|
38 |
+
}
|
39 |
+
```
|