ChaoRuk
ChaoRuk
I'm trying to provide my dataset as the example segocr this link (https://github.com/open-mmlab/mmocr/blob/main/configs/_base_/recog_datasets/seg_toy_data.py). The dataset provided by me is the same as this link (https://github.com/open-mmlab/mmocr/tree/main/tests/data/ocr_char_ann_toy_dataset) I_ images I I_ train...
@gaotongxiao This is my error RuntimeError: Caught JSONDecodeError in DataLoader worker process 0. Original Traceback (most recent call last): File "/home/klabs/anaconda3/envs/car3-env/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 287, in _worker_loop data = fetcher.fetch(index) File "/home/klabs/anaconda3/envs/car3-env/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py",...
@gaotongxiao I sure that the annotation parser matches the dataset format. TT Now i try to use sar model and provide anything like sar example this link (https://github.com/open-mmlab/mmocr/blob/main/configs/textrecog/seg/seg_r31_1by16_fpnocr_toy_dataset.py) then when...