Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenbihi authored Jul 24, 2017
1 parent 185aa30 commit 3c3fae4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,12 @@ To do so, you first need to create the same graph as the saved one. To do so use
## Testing
You can download a pretrained model (on MPII dataset) [here](https://drive.google.com/file/d/0B03jF2Gc59lRX0ZjbFJLaWZUSUk/view?usp=sharing).

Run predictClass.py to use pretrained model tools. PredictProcessor().hpeWebcam() to visualize results.
[Tiny YOLO pretrained model](https://drive.google.com/file/d/0B-yiAeTLLamRekxqVE01Yi1RRlk/view?usp=sharing) (Credits: [nilboy](https://github.com/nilboy/tensorflow-yolo) )

Run predictClass.py to use pretrained model tools.
PredictProcessor().hpeWebcam() for single person detection on webcam (no YOLO needed).
PredictProcessor().mpeWebcam() for multiple person detection on webcam (YOLO needed).
PredictProcessor().videoProcessor() to process video (no YOLO needed).

## Greetings
A special thanks to A.Newell for his answers.

0 comments on commit 3c3fae4

Please sign in to comment.