Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

not working #33

Open
ghost opened this issue Sep 11, 2018 · 0 comments
Open

not working #33

ghost opened this issue Sep 11, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 11, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants