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
Processing: 2281 - 2310 / Total: 2340
Processing: 2311 - 2340 / Total: 2340
Exception in thread Thread-3:
Traceback (most recent call last):
File "C:\Users\Rruay\Desktop\vsr\Python\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Users\Rruay\Desktop\vsr\Python\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\Rruay\Desktop\vsr\resources\gui.py", line 277, in task
self.sr.run()
File "C:\Users\Rruay\Desktop\vsr\resources\backend\main.py", line 719, in run
self.sttn_mode(tbar)
File "C:\Users\Rruay\Desktop\vsr\resources\backend\main.py", line 596, in sttn_mode
self.sttn_mode_with_no_detection(tbar)
File "C:\Users\Rruay\Desktop\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 "C:\Users\Rruay\Desktop\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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Processing: 2281 - 2310 / Total: 2340
Processing: 2311 - 2340 / Total: 2340
Exception in thread Thread-3:
Traceback (most recent call last):
File "C:\Users\Rruay\Desktop\vsr\Python\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Users\Rruay\Desktop\vsr\Python\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\Rruay\Desktop\vsr\resources\gui.py", line 277, in task
self.sr.run()
File "C:\Users\Rruay\Desktop\vsr\resources\backend\main.py", line 719, in run
self.sttn_mode(tbar)
File "C:\Users\Rruay\Desktop\vsr\resources\backend\main.py", line 596, in sttn_mode
self.sttn_mode_with_no_detection(tbar)
File "C:\Users\Rruay\Desktop\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 "C:\Users\Rruay\Desktop\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
Beta Was this translation helpful? Give feedback.
All reactions