Skip to content

Commit

Permalink
edit pklotclassifier readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsin-Hung authored Dec 11, 2020
1 parent a42a2f1 commit 9d7edd7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
25 changes: 25 additions & 0 deletions parking_lots/PklotClassifier/README.md
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.
7 changes: 0 additions & 7 deletions parking_lots/PklotClassifier/README.txt

This file was deleted.

0 comments on commit 9d7edd7

Please sign in to comment.