forked from schumanzhang/object_detection_real_time
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Schuman Zhang
committed
Jul 10, 2018
1 parent
6184b8f
commit 4ba599b
Showing
1 changed file
with
9 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
## Real time object detection application using tensorflow. | ||
|
||
Using single shot detection (SSD) deep learning model trained on the COCO image dataset. More to follow... | ||
### Detecting the presence of people in a room in a live video feed | ||
|
||
Using single shot detection (SSD) deep learning model trained on the COCO image dataset. My project is inspired by this repo https://github.com/datitran/object_detector_app | ||
|
||
Please ensure you install all dependencies as per the requirements.txt file | ||
|
||
Running the app: python3 objection_detection_app.py | ||
|
||
|