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

Error happen at the end of processing #113

Open
hlia981 opened this issue Dec 6, 2024 · 0 comments
Open

Error happen at the end of processing #113

hlia981 opened this issue Dec 6, 2024 · 0 comments

Comments

@hlia981
Copy link

hlia981 commented Dec 6, 2024

Hi, I had encountered an error at the end of processing. The GUI worked as normal and the preview window showed the processed image correctly. However, at the end of processing(I suspect it's tryna merge the video), it throws an error.

system: windows11
Total video frames: 7953

Traceback (most recent call last):
  File "D:\google_downloads\remover\vsr\Python\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "D:\google_downloads\remover\vsr\Python\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "D:\google_downloads\remover\vsr\resources\gui.py", line 277, in task
    self.sr.run()
  File "D:\google_downloads\remover\vsr\resources\backend\main.py", line 719, in run
    self.sttn_mode(tbar)
  File "D:\google_downloads\remover\vsr\resources\backend\main.py", line 596, in sttn_mode
    self.sttn_mode_with_no_detection(tbar)
  File "D:\google_downloads\remover\vsr\resources\backend\main.py", line 588, in sttn_mode_with_no_detection
    sttn_video_inpaint(input_mask=mask, input_sub_remover=self, tbar=tbar)
  File "D:\google_downloads\remover\vsr\resources\backend\inpaint\sttn_inpaint.py", line 273, in __call__
    image_crop = image[inpaint_area[k][0]:inpaint_area[k][1], :, :]
TypeError: 'NoneType' object is not subscriptable
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