Pose-Estimation-Similarity-With-TensorFlow
Pose-Estimation-Similarity-With-TensorFlow copied to clipboard
This repository consists of all the code required for similar 2-D pose detection in dance videos. This can used for any type of pose estimation application to find the similarity.
Results
1
Pose-Estimation-Similarity-With-TensorFlow issues
Sort by
recently updated
recently updated
newest added
The full error is: ``` ImportError Traceback (most recent call last) in 6 7 import numpy as np ----> 8 from tf_pose import common 9 from tf_pose.estimator import TfPoseEstimator 10...