lmb-freiburg / hand3d

Network estimating 3D Handpose from single color images
GNU General Public License v2.0
802 stars 252 forks source link

Running the code #4

Closed Zumbalamambo closed 6 years ago

Zumbalamambo commented 7 years ago

How do i run this code to detect my hands in realtime?

zimmerm commented 6 years ago

I'm not sure what you actually want, but you could get a webcam and use OpenCV to read its frames. Then all you have to do is to replace

image_raw = scipy.misc.imread(img_name)

in run.py by something that reads the webcams image stream.