Automatically Detect Parking Spots on your block!
Run main.py with the argument select to select your parking spaces:
python main.py select --file=image1.jpg
Run main.py with the argument classify to open a folder of images and mark whether your preselected parking spots are occupied.
python main.py classify --folder=scene
Now that you have parking spots selected and classified, run train to train and persist your classifier.
python main.py train
Make predictions on files or whole folders.
python main.py predict --file=image2.jpg