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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: