Skip to content

vlaurenzano/Parking-Spot-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking-Spot-Detector

Automatically Detect Parking Spots on your block!

parking spots

parking spot

parking spot

Step One:

Run main.py with the argument select to select your parking spaces:

python main.py select --file=image1.jpg

Step Two:

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

Step Three:

Now that you have parking spots selected and classified, run train to train and persist your classifier.

python main.py train

Step Four:

Make predictions on files or whole folders.

python main.py predict --file=image2.jpg

About

Automatically Detect Parking Spots on Your Block!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages