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
Exception in thread Thread-3:
Traceback (most recent call last):
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\vsr\Python\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\vsr\Python\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\vsr\resources\gui.py", line 277, in task
self.sr.run()
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\vsr\resources\backend\main.py", line 719, in run
self.sttn_mode(tbar)
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\vsr\resources\backend\main.py", line 596, in sttn_mode
self.sttn_mode_with_no_detection(tbar)
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\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:\VideoAi\vsr_windows_gpu_v1.1.0-001\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
The text was updated successfully, but these errors were encountered:
Exception in thread Thread-3:
Traceback (most recent call last):
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\vsr\Python\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\vsr\Python\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\vsr\resources\gui.py", line 277, in task
self.sr.run()
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\vsr\resources\backend\main.py", line 719, in run
self.sttn_mode(tbar)
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\vsr\resources\backend\main.py", line 596, in sttn_mode
self.sttn_mode_with_no_detection(tbar)
File "D:\VideoAi\vsr_windows_gpu_v1.1.0-001\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:\VideoAi\vsr_windows_gpu_v1.1.0-001\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
The text was updated successfully, but these errors were encountered: