enghock1 / Real-Time-2D-and-3D-Hand-Pose-Estimation

Real-Time 2D and 3D Hand Pose Estimation from RGB Image
GNU General Public License v2.0
48 stars 15 forks source link

How do I test my personal images? #3

Closed Wu-Jin-tao closed 4 years ago

Wu-Jin-tao commented 4 years ago

How do I test my personal images

enghock1 commented 4 years ago

The easiest way to test your own images is to modify 7.real_time_3D_handpose_estimation.py script to load and test your own images rather than running real-time using the webcam.

Also, you first need to obtain the K parameter of your camera used to take the images (see camera_parameter_K folder).