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

not working #33

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions