timctho / convolutional-pose-machines-tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to give .avi file as input

DilaraAlbayrak opened this issue · comments

Hi, the title is self explanatory. How can I pass .avi file and what kind of output would I get?

Thanks in advance.

I even cannot run the code for single image, I have set DEMO_TYPE as directory of the .png image, at runtime the program shows solely the image, it does not record the pose anywhere, either.

Have you download tf-version hand pose model ?
If yes, you should change the cam_id in config.py. The default value of cam_id is 0 and it means turning on your laptop's built-in camera.
You can change it to your .avi file path.