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
Traceback (most recent call last):
File "D:\0001翻译文件[001]\BallonsTranslator_dev_src_with_gitpython\ui\module_manager.py", line 381, in _imgtrans_pipeline
self.ocr.run_ocr(img, blk_list)
File "D:\0001翻译文件[001]\BallonsTranslator_dev_src_with_gitpython\modules\ocr\base.py", line 42, in run_ocr
self._ocr_blk_list(img, blk_list, *args, **kwargs)
File "D:\0001翻译文件[001]\BallonsTranslator_dev_src_with_gitpython\modules\ocr\ocr_mit.py", line 33, in _ocr_blk_list
return self.model(blk_list, regions, textblk_lst_indices, chunk_size=self.chunk_size)
File "D:\0001翻译文件[001]\BallonsTranslator_dev_src_with_gitpython\ballontrans_pylibs_win\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "D:\0001翻译文件[001]\BallonsTranslator_dev_src_with_gitpython\modules\ocr\mit48px_ctc.py", line 440, in call
textblk = textblk_lst[textblk_lst_indices[i+chunck_idx]]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:\0001翻译文件[001]\BallonsTranslator_dev_src_with_gitpython\ui\module_manager.py", line 381, in _imgtrans_pipeline
self.ocr.run_ocr(img, blk_list)
File "D:\0001翻译文件[001]\BallonsTranslator_dev_src_with_gitpython\modules\ocr\base.py", line 42, in run_ocr
self._ocr_blk_list(img, blk_list, *args, **kwargs)
File "D:\0001翻译文件[001]\BallonsTranslator_dev_src_with_gitpython\modules\ocr\ocr_mit.py", line 33, in _ocr_blk_list
return self.model(blk_list, regions, textblk_lst_indices, chunk_size=self.chunk_size)
File "D:\0001翻译文件[001]\BallonsTranslator_dev_src_with_gitpython\ballontrans_pylibs_win\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "D:\0001翻译文件[001]\BallonsTranslator_dev_src_with_gitpython\modules\ocr\mit48px_ctc.py", line 440, in call
textblk = textblk_lst[textblk_lst_indices[i+chunck_idx]]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: