You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @michalfaber
Can you please provide an insight of how we can detect co-ordinate of key joint locations using live camera. In the older version of this project you have provided this one but not here. Can you help me with this please?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @gautamw3
You can adapt the demo_video.py file. Just change the parser using @click.option('--video', default=0, type=int, help='Path to the input video file')
instead of @click.option('--video', required=True, help='Path to the input video file')
Then, you can use your computer camera by calling: python demo_video.py --video=0 --output-video=sample.mp4 --create-model-fn=create_openpose_singlenet --input-size=224 --output-resize-factor=8 --paf-idx=2 --heatmap-idx=3
Hi @michalfaber
Can you please provide an insight of how we can detect co-ordinate of key joint locations using live camera. In the older version of this project you have provided this one but not here. Can you help me with this please?
Thanks
The text was updated successfully, but these errors were encountered: