To run the human detection deep learning project, please run below-mentioned commands as per requirements
-
To give video file as input: python main.py -v ‘Path_to_video’
-
To give image file as input: python main.py -i ‘Path_to-image’
-
To use the camera: python main.py -c True
-
To save the output: Python main.py -c True -o ‘file_name’