mkocabas / EpipolarPose

Self-Supervised Learning of 3D Human Pose using Multi-view Geometry (CVPR2019)
Other
594 stars 97 forks source link

Test a video from youtube or test my picture? #7

Closed NguyenDangBinh closed 5 years ago

NguyenDangBinh commented 5 years ago

dear, After I complete training, how to test a video or picture? Show me please! Thank you

mkocabas commented 5 years ago

You can try demo.ipynb to test on an image. For videos, you can write a simple script to extract images and run our network on them.