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

After the pause, the program gives an error while running. #95

Open
Asukaandjst opened this issue Sep 14, 2024 · 0 comments
Open

After the pause, the program gives an error while running. #95

Asukaandjst opened this issue Sep 14, 2024 · 0 comments

Comments

@Asukaandjst
Copy link

(propainter) H:\ProPainter_Webui\ProPainter-main>python inference_propainter.py --video inputs/object_removal/bmx-trees --mask inputs/object_removal/bmx-trees_mask
Traceback (most recent call last):
File "inference_propainter.py", line 12, in
import torchvision
File "H:\miniconda3\envs\propainter\lib\site-packages\torchvision_init_.py", line 10, in
from torchvision import meta_registrations, datasets, io, models, ops, transforms, utils # usort:skip
File "H:\miniconda3\envs\propainter\lib\site-packages\torchvision\datasets_init
.py", line 1, in
from .optical_flow import FlyingChairs, FlyingThings3D, HD1K, KittiFlow, Sintel
File "H:\miniconda3\envs\propainter\lib\site-packages\torchvision\datasets_optical_flow.py", line 12, in
from ..io.image import read_png_16
File "H:\miniconda3\envs\propainter\lib\site-packages\torchvision\io_init
.py", line 37, in
from .video import read_video, read_video_timestamps, write_video
File "H:\miniconda3\envs\propainter\lib\site-packages\torchvision\io\video.py", line 16, in
import av
File "H:\miniconda3\envs\propainter\lib\site-packages\av_init
.py", line 24, in
delvewheel_patch_1_7_1()
File "H:\miniconda3\envs\propainter\lib\site-packages\av_init
.py", line 21, in _delvewheel_patch_1_7_1
raise OSError('Error loading {}; {}'.format(lib, ctypes.FormatError(ctypes.get_last_error())))
OSError: Error loading libgcc_s_seh-1-4d7ccacfaee03e6635c7a8c898a1df67.dll; 操作成功完成。

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

1 participant