Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-tiwari committed Apr 16, 2017
1 parent c0b2ad6 commit 02325fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the raw code for http://golancourses.net/excap17/a/04/13/a-event/

**This relies entirely on [tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation](https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation). Reproduced below is the README.md at the time of this project.**

My modifications to it include optimising the handle_one function in [web_demo.py](web_demo.py) and adding Websocket and zmq servers that expose an api to be able to remotely use this. In the [js/](js/) folder is an example client for the Websocket server, in the [zmq_stuff](zmq_stuff) folder is the (now possibly somewhat broken!) zmq client and server.
My modifications to it include optimising the handle_one function in [web_demo.py](web_demo.py) and adding [Websocket](http_demo.py) and [zmq](zmq_stuff/zmq_cv.py) servers that expose an api to be able to remotely use this. In the [js/](js/) folder is an example client for the Websocket server, in the [zmq_stuff](zmq_stuff) folder is the (now possibly somewhat broken!) zmq client and server.

## pytorch_Realtime_Multi-Person_Pose_Estimation
This is a pytorch version of Realtime_Multi-Person_Pose_Estimation, origin code is here https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation
Expand Down

0 comments on commit 02325fe

Please sign in to comment.