prophesee-ai / prophesee-automotive-dataset-toolbox

A set of Python scripts to evaluate the Automotive Datasets provided by Prophesee
Apache License 2.0
157 stars 30 forks source link

What is the resolution of the N-CARS dataset? #9

Closed zhangxiann closed 3 years ago

zhangxiann commented 3 years ago

What is the resolution of the N-CARS dataset ? I can not find the introduction of resolution in the paper or the document: https://www.prophesee.ai/2018/03/13/dataset-n-cars/

dmigliore commented 3 years ago

Hi zhangxiann, what do you mean by "resolution of the dataset"? If you mean the camera, it is an ATIS, so QVGA. You can find a comparison table here https://arxiv.org/pdf/1904.08405

nbourdis-psee commented 3 years ago

Hi zhangxiann,

Thanks for your interest in our dataset!

You can find more details on the way we built it in section A of the supplementary material of the original paper: https://openaccess.thecvf.com/content_cvpr_2018/Supplemental/1083-supp.pdf

As Davide mentionned, the sensor used to acquire the original recordings is ATIS "Gen1". If you were asking for the size of the samples in the dataset, as explained in the supplementary material, they vary: "We also discard bounding-box with dimensions not respecting the following conditions: width between 30 and 120 pixels; height between 25 and 100 pixels; ratio between width and height between 0.5 and 2." The samples in the N-Cars dataset are cropped & recentered extracts of the original ATIS recordings, at the locations of the bounding-boxes around cars.

Best regards, Nicolas

zhangxiann commented 3 years ago

Hi zhangxiann,

Thanks for your interest in our dataset!

You can find more details on the way we built it in section A of the supplementary material of the original paper: https://openaccess.thecvf.com/content_cvpr_2018/Supplemental/1083-supp.pdf

As Davide mentionned, the sensor used to acquire the original recordings is ATIS "Gen1". If you were asking for the size of the samples in the dataset, as explained in the supplementary material, they vary: "We also discard bounding-box with dimensions not respecting the following conditions: width between 30 and 120 pixels; height between 25 and 100 pixels; ratio between width and height between 0.5 and 2." The samples in the N-Cars dataset are cropped & recentered extracts of the original ATIS recordings, at the locations of the bounding-boxes around cars.

Best regards, Nicolas

Thanks. So the height and width of each sample are varied in the N-Cars dataset ?

laurentbristiel commented 3 years ago

Thanks. So the height and width of each sample are varied in the N-Cars dataset ?

exactly, yes.