Hiromu1612 / Parking_space_detection_system_master

0 stars 0 forks source link

Parking Space Detection

Medium Article

How to use

Download the notebook and upload it on google colab. Rest of the instructions are in the notebook.

To run code on local machine

pip install -r requirements.txt

python set_regions.py PATH_OF_VIDEO_FILE NAME_OF_OUTPUT_FILE(optional)

python detector.py PATH_OF_VIDEO_FILE PATH_OF_PARKING_REGIONS_FILE

Parking_space_detection_system_master