Extracts all images and annotations of the (Caltech/INRIA/Tud-Brussels/ETH/Daimler) Pedestrian dataset from data files with the .vbb
format into .jpg
and .txt
files, respectively.
- Matlab (R2012a or above)
To use this code simply call extract_file(data_folder_path
, dataset_name
, store_folder_name
) to extract the desired dataset.
Parameters default values:
data_folder_path = ../../
;dataset_name=usa
;store_folder_name=/extracted_data
Current available datasets for extraction:
- Caltech Pedestrian
- INRIA Pedestrian
- ETH Pedestrian
- TUD-Brussels Pedestrian
- Daimler Pedestrian
This code has been adapted from pdollar's toolbox and evaluation code.