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
(har_venv) C:\Users\VISHALI\Desktop\Realtime-Action-Recognition-master>python src/s5_test.py --model_path model/trained_classifier.pickle --data_type video
--data_path data_test/exercise.avi --output_folder output
Traceback (most recent call last):
File "C:\Users\VISHALI\Desktop\Realtime-Action-Recognition-master\src\s5_test.py", line 57, in
from utils.lib_openpose import SkeletonDetector
File "C:\Users\VISHALI\Desktop\Realtime-Action-Recognition-master\src/..\utils\lib_openpose.py", line 21, in
from tf_pose.networks import get_graph_path, model_wh
ModuleNotFoundError: No module named 'tf_pose'
The text was updated successfully, but these errors were encountered:
(har_venv) C:\Users\VISHALI\Desktop\Realtime-Action-Recognition-master>python src/s5_test.py --model_path model/trained_classifier.pickle --data_type video --data_path data_test/exercise.avi --output_folder output Traceback (most recent call last): File "C:\Users\VISHALI\Desktop\Realtime-Action-Recognition-master\src\s5_test.py", line 57, in from utils.lib_openpose import SkeletonDetector File "C:\Users\VISHALI\Desktop\Realtime-Action-Recognition-master\src/..\utils\lib_openpose.py", line 21, in from tf_pose.networks import get_graph_path, model_wh ModuleNotFoundError: No module named 'tf_pose'
You need to put the code of tf-pose-estimation into the "src\github".
Have a look at the "lib_openpose.py".
or
Try to put the code"from tf_pose import..." behind the code "sys.append...."
(har_venv) C:\Users\VISHALI\Desktop\Realtime-Action-Recognition-master>python src/s5_test.py --model_path model/trained_classifier.pickle --data_type video
--data_path data_test/exercise.avi --output_folder output
Traceback (most recent call last):
File "C:\Users\VISHALI\Desktop\Realtime-Action-Recognition-master\src\s5_test.py", line 57, in
from utils.lib_openpose import SkeletonDetector
File "C:\Users\VISHALI\Desktop\Realtime-Action-Recognition-master\src/..\utils\lib_openpose.py", line 21, in
from tf_pose.networks import get_graph_path, model_wh
ModuleNotFoundError: No module named 'tf_pose'
The text was updated successfully, but these errors were encountered: