Datasets:

Modalities:
Image
Languages:
English
Libraries:
Datasets
License:
File size: 1,445 Bytes
d4beb39
 
 
 
 
 
1f98127
d4beb39
 
 
 
 
e17aaeb
 
d4beb39
 
 
 
 
 
277e16f
d4beb39
 
 
 
 
 
e17aaeb
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
language:
- en
pretty_name: CFV Dataset
size_categories:
- 1B<n<10B
license: apache-2.0
---

# CFV Dataset: Fine-Grained Predictions of Car Orientation from Images

### Description
- **Repository:** [CFV Dataset Repository](https://github.com/fort-cyber/car-orientation)
- **Paper:** [CFV Dataset Paper](https://www.mdpi.com/2079-9292/12/24/4947)

### Dataset Summary
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.

### Data Instance
One instance contains the following keys:
- `image`: The RGB image displaying the car
- `identity`: Unique integer for each recorded car
- `angle`: An integer ranging between 0-360, indicating the pitch angle value of the car in the image (in degrees)
- `x1`, `y1`, `x2`, `y2`: the bounding box of the car

### Citation Information
If you utilize this dataset for any project or research, please cite our paper:
```
@article{catruna2023car,
  title={Car Full View Dataset: Fine-Grained Predictions of Car Orientation from Images},
  author={Catruna, Andy and Betiu, Pavel and Tertes, Emanuel and Ghita, Vladimir and Radoi, Emilian and Mocanu, Irina and Dascalu, Mihai},
  journal={Electronics},
  volume={12},
  number={24},
  pages={4947},
  year={2023},
  publisher={MDPI}
}
```