Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Schuman Zhang committed Jul 10, 2018
1 parent 6184b8f commit 4ba599b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
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


0 comments on commit 4ba599b

Please sign in to comment.