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
{{ message }}
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
Hi Leetinki
when i was executed the program it shows the following warning, could you help me in resolving this problem. i'm trying to make a program that could analyse the pattern of gait based on deeplearning using python.
Loading the model...ah
Traceback (most recent call last):
File "C:/Users/LORD PARKER/PycharmProjects/untitled10/camera_pose_demo.py", line 29, in
pose_detector = PoseDetector("posenet", "models/coco_posenet.npz", device=args.gpu)
File "C:\Users\LORD PARKER\PycharmProjects\untitled10\pose_detector.py", line 24, in init
serializers.load_npz(weights_file, self.model)
File "C:\Users\LORD PARKER\PycharmProjects\untitled10\venv\lib\site-packages\chainer\serializers\npz.py", line 177, in load_npz
with numpy.load(file) as f:
File "C:\Users\LORD PARKER\PycharmProjects\untitled10\venv\lib\site-packages\numpy\lib\npyio.py", line 372, in load
fid = open(file, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'models/coco_posenet.npz'
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Leetinki
when i was executed the program it shows the following warning, could you help me in resolving this problem. i'm trying to make a program that could analyse the pattern of gait based on deeplearning using python.
Loading the model...ah
Traceback (most recent call last):
File "C:/Users/LORD PARKER/PycharmProjects/untitled10/camera_pose_demo.py", line 29, in
pose_detector = PoseDetector("posenet", "models/coco_posenet.npz", device=args.gpu)
File "C:\Users\LORD PARKER\PycharmProjects\untitled10\pose_detector.py", line 24, in init
serializers.load_npz(weights_file, self.model)
File "C:\Users\LORD PARKER\PycharmProjects\untitled10\venv\lib\site-packages\chainer\serializers\npz.py", line 177, in load_npz
with numpy.load(file) as f:
File "C:\Users\LORD PARKER\PycharmProjects\untitled10\venv\lib\site-packages\numpy\lib\npyio.py", line 372, in load
fid = open(file, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'models/coco_posenet.npz'
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: