Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Error #13

Open
kathleenmanalo opened this issue Apr 14, 2021 · 1 comment
Open

Runtime Error #13

kathleenmanalo opened this issue Apr 14, 2021 · 1 comment

Comments

@kathleenmanalo
Copy link

File "C:\ProgramData\Anaconda3\envs\falldetection_openpifpaf\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\ProgramData\Anaconda3\envs\falldetection_openpifpaf\lib\site-packages\openpifpaf\video.py", line 171, in
main()
File "C:\ProgramData\Anaconda3\envs\falldetection_openpifpaf\lib\site-packages\openpifpaf\video.py", line 113, in main
model, _ = network.Factory().factory()
File "C:\ProgramData\Anaconda3\envs\falldetection_openpifpaf\lib\site-packages\openpifpaf\network\factory.py", line 177, in factory
net_cpu, epoch = self.from_checkpoint()
File "C:\ProgramData\Anaconda3\envs\falldetection_openpifpaf\lib\site-packages\openpifpaf\network\factory.py", line 244, in from_checkpoint
progress=self.download_progress)
File "C:\ProgramData\Anaconda3\envs\falldetection_openpifpaf\lib\site-packages\torch\hub.py", line 490, in load_state_dict_from_url
raise RuntimeError('Only one file(not dir) is allowed in the zipfile')
RuntimeError: Only one file(not dir) is allowed in the zipfile

I followed all the steps but I'm having this error after running execution command.

@1193700079
Copy link

you can see this , i think it can help you deal with your problem.

cd {home_dir}/anaconda3/lib/python3.7/site-packages/openpifpaf
Replace ALL files in that folder with the files in falldetection_openpifpaf

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

No branches or pull requests

2 participants