-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Parking lot classifier | ||
|
||
## File descriptions | ||
|
||
### ParkingLotClassifier.ipynb | ||
|
||
contains the explainations and visualizations of the parking lot classifier | ||
|
||
### my_model.h5 | ||
|
||
the weights for the trained CNN model | ||
|
||
### pklotClassifier.py | ||
|
||
script to create the model with the trained weights and classifies images into the two classes: Parking lots and none Parking lots | ||
|
||
execution instructions: | ||
|
||
Tensor flow version 2.3.1 | ||
|
||
1. create an empty 'predict' folder | ||
|
||
2. Put a folder of all the images into this 'predict' folder, so the 'predict' folder will contain a folder of images. | ||
|
||
3. Run the pklotClassifier.py and it will create a 'P' and a 'NP' folder, which contains corresponding images. Basically the python file will move the images from the predict directory into their classified folder. |
This file was deleted.
Oops, something went wrong.