Processing an entire folder

Using the python3 process_folder.py command

Run the following command:

python3 process_folder.py --input Longueil --project_name Ville_de_Longueil --domain CANADA --camera_height 2.45 --hardware_serial ITG2619NJXRWHH --spacing 10.0 --gpu false --video true --shift_by 0

Explanation of command line parameters

--input : Name of the folder containing the videos.

--project_name : Name of the project.

--domain : Domain to push the data. Please write domain--code in CAPITAL LETTER

--camera_height : Camera height in meters.

--hardware_serial : Calibration serial number.

--spacing : Spacing in meters between consecutive images.

--gpu : Whether to use the GPU or not.

--video : Whether the input contains videos or not.

--shift_by : Shift images by x.

Last updated