- 系统环境/System Environment:win10
- Paddle:2.1.3.post112 PaddleOCR:2.6
- 运行指令e:python tools/train.py -c configs/table/SLANet_ch_custom.yml
- 完整报错/Complete Error Message:
-
[2022/09/13 10:23:59] ppocr INFO: Architecture :
[2022/09/13 10:23:59] ppocr INFO: Backbone :
[2022/09/13 10:23:59] ppocr INFO: name : PPLCNet
[2022/09/13 10:23:59] ppocr INFO: pretrained : True
[2022/09/13 10:23:59] ppocr INFO: scale : 1.0
[2022/09/13 10:23:59] ppocr INFO: use_ssld : True
[2022/09/13 10:23:59] ppocr INFO: Head :
[2022/09/13 10:23:59] ppocr INFO: hidden_size : 256
[2022/09/13 10:23:59] ppocr INFO: loc_reg_num : 8
[2022/09/13 10:23:59] ppocr INFO: max_text_length : 500
[2022/09/13 10:23:59] ppocr INFO: name : SLAHead
[2022/09/13 10:23:59] ppocr INFO: Neck :
[2022/09/13 10:23:59] ppocr INFO: name : CSPPAN
[2022/09/13 10:23:59] ppocr INFO: out_channels : 96
[2022/09/13 10:23:59] ppocr INFO: algorithm : SLANet
[2022/09/13 10:23:59] ppocr INFO: model_type : table
[2022/09/13 10:23:59] ppocr INFO: Eval :
[2022/09/13 10:23:59] ppocr INFO: dataset :
[2022/09/13 10:23:59] ppocr INFO: data_dir : train_datas/table/B/
[2022/09/13 10:23:59] ppocr INFO: label_file_list : ['train_datas/table/B/annotation_val.json']
[2022/09/13 10:23:59] ppocr INFO: name : PubTabDataSet
[2022/09/13 10:23:59] ppocr INFO: transforms :
[2022/09/13 10:23:59] ppocr INFO: DecodeImage :
[2022/09/13 10:23:59] ppocr INFO: channel_first : False
[2022/09/13 10:23:59] ppocr INFO: img_mode : BGR
[2022/09/13 10:23:59] ppocr INFO: TableLabelEncode :
[2022/09/13 10:23:59] ppocr INFO: learn_empty_box : False
[2022/09/13 10:23:59] ppocr INFO: loc_reg_num : 8
[2022/09/13 10:23:59] ppocr INFO: max_text_length : 500
[2022/09/13 10:23:59] ppocr INFO: merge_no_span_structure : True
[2022/09/13 10:23:59] ppocr INFO: replace_empty_cell_token : False
[2022/09/13 10:23:59] ppocr INFO: TableBoxEncode :
[2022/09/13 10:23:59] ppocr INFO: in_box_format : xyxyxyxy
[2022/09/13 10:23:59] ppocr INFO: out_box_format : xyxyxyxy
[2022/09/13 10:23:59] ppocr INFO: ResizeTableImage :
[2022/09/13 10:23:59] ppocr INFO: max_len : 488
[2022/09/13 10:23:59] ppocr INFO: NormalizeImage :
[2022/09/13 10:23:59] ppocr INFO: mean : [0.485, 0.456, 0.406]
[2022/09/13 10:23:59] ppocr INFO: order : hwc
[2022/09/13 10:23:59] ppocr INFO: scale : 1./255.
[2022/09/13 10:23:59] ppocr INFO: std : [0.229, 0.224, 0.225]
[2022/09/13 10:23:59] ppocr INFO: PaddingTableImage :
[2022/09/13 10:23:59] ppocr INFO: size : [488, 488]
[2022/09/13 10:23:59] ppocr INFO: ToCHWImage : None
[2022/09/13 10:23:59] ppocr INFO: KeepKeys :
[2022/09/13 10:23:59] ppocr INFO: keep_keys : ['image', 'structure', 'bboxes', 'bbox_masks', 'shape']
[2022/09/13 10:23:59] ppocr INFO: loader :
[2022/09/13 10:23:59] ppocr INFO: batch_size_per_card : 2
[2022/09/13 10:23:59] ppocr INFO: drop_last : False
[2022/09/13 10:23:59] ppocr INFO: num_workers : 1
[2022/09/13 10:23:59] ppocr INFO: shuffle : False
[2022/09/13 10:23:59] ppocr INFO: Global :
[2022/09/13 10:23:59] ppocr INFO: box_format : xyxyxyxy
[2022/09/13 10:23:59] ppocr INFO: cal_metric_during_train : True
[2022/09/13 10:23:59] ppocr INFO: character_dict_path : ppocr/utils/dict/table_structure_dict_ch.txt
[2022/09/13 10:23:59] ppocr INFO: character_type : en
[2022/09/13 10:23:59] ppocr INFO: checkpoints : None
[2022/09/13 10:23:59] ppocr INFO: distributed : False
[2022/09/13 10:23:59] ppocr INFO: epoch_num : 400
[2022/09/13 10:23:59] ppocr INFO: eval_batch_step : [0, 331]
[2022/09/13 10:23:59] ppocr INFO: infer_img : doc/table/table.jpg
[2022/09/13 10:23:59] ppocr INFO: infer_mode : False
[2022/09/13 10:23:59] ppocr INFO: log_smooth_window : 20
[2022/09/13 10:23:59] ppocr INFO: max_text_length : 500
[2022/09/13 10:23:59] ppocr INFO: pretrained_model : None
[2022/09/13 10:23:59] ppocr INFO: print_batch_step : 20
[2022/09/13 10:23:59] ppocr INFO: save_epoch_step : 400
[2022/09/13 10:23:59] ppocr INFO: save_inference_dir : ./output/SLANet_ch/infer
[2022/09/13 10:23:59] ppocr INFO: save_model_dir : ./output/SLANet_ch
[2022/09/13 10:23:59] ppocr INFO: save_res_path : output/infer
[2022/09/13 10:23:59] ppocr INFO: use_gpu : True
[2022/09/13 10:23:59] ppocr INFO: use_sync_bn : True
[2022/09/13 10:23:59] ppocr INFO: use_visualdl : False
[2022/09/13 10:23:59] ppocr INFO: Loss :
[2022/09/13 10:23:59] ppocr INFO: loc_loss : smooth_l1
[2022/09/13 10:23:59] ppocr INFO: loc_weight : 2.0
[2022/09/13 10:23:59] ppocr INFO: name : SLALoss
[2022/09/13 10:23:59] ppocr INFO: structure_weight : 1.0
[2022/09/13 10:23:59] ppocr INFO: Metric :
[2022/09/13 10:23:59] ppocr INFO: box_format : xyxyxyxy
[2022/09/13 10:23:59] ppocr INFO: compute_bbox_metric : False
[2022/09/13 10:23:59] ppocr INFO: del_thead_tbody : True
[2022/09/13 10:23:59] ppocr INFO: loc_reg_num : 8
[2022/09/13 10:23:59] ppocr INFO: main_indicator : acc
[2022/09/13 10:23:59] ppocr INFO: name : TableMetric
[2022/09/13 10:23:59] ppocr INFO: Optimizer :
[2022/09/13 10:23:59] ppocr INFO: beta1 : 0.9
[2022/09/13 10:23:59] ppocr INFO: beta2 : 0.999
[2022/09/13 10:23:59] ppocr INFO: clip_norm : 5.0
[2022/09/13 10:23:59] ppocr INFO: lr :
[2022/09/13 10:23:59] ppocr INFO: learning_rate : 0.001
[2022/09/13 10:23:59] ppocr INFO: name : Adam
[2022/09/13 10:23:59] ppocr INFO: regularizer :
[2022/09/13 10:23:59] ppocr INFO: factor : 0.0
[2022/09/13 10:23:59] ppocr INFO: name : L2
[2022/09/13 10:23:59] ppocr INFO: PostProcess :
[2022/09/13 10:23:59] ppocr INFO: merge_no_span_structure : True
[2022/09/13 10:23:59] ppocr INFO: name : TableLabelDecode
[2022/09/13 10:23:59] ppocr INFO: Train :
[2022/09/13 10:23:59] ppocr INFO: dataset :
[2022/09/13 10:23:59] ppocr INFO: data_dir : train_datas/table/B/
[2022/09/13 10:23:59] ppocr INFO: label_file_list : ['train_datas/table/B/annotation_train.json']
[2022/09/13 10:23:59] ppocr INFO: name : PubTabDataSet
[2022/09/13 10:23:59] ppocr INFO: transforms :
[2022/09/13 10:23:59] ppocr INFO: DecodeImage :
[2022/09/13 10:23:59] ppocr INFO: channel_first : False
[2022/09/13 10:23:59] ppocr INFO: img_mode : BGR
[2022/09/13 10:23:59] ppocr INFO: TableLabelEncode :
[2022/09/13 10:23:59] ppocr INFO: learn_empty_box : False
[2022/09/13 10:23:59] ppocr INFO: loc_reg_num : 8
[2022/09/13 10:23:59] ppocr INFO: max_text_length : 500
[2022/09/13 10:23:59] ppocr INFO: merge_no_span_structure : True
[2022/09/13 10:23:59] ppocr INFO: replace_empty_cell_token : False
[2022/09/13 10:23:59] ppocr INFO: TableBoxEncode :
[2022/09/13 10:23:59] ppocr INFO: in_box_format : xyxyxyxy
[2022/09/13 10:23:59] ppocr INFO: out_box_format : xyxyxyxy
[2022/09/13 10:23:59] ppocr INFO: ResizeTableImage :
[2022/09/13 10:23:59] ppocr INFO: max_len : 488
[2022/09/13 10:23:59] ppocr INFO: NormalizeImage :
[2022/09/13 10:23:59] ppocr INFO: mean : [0.485, 0.456, 0.406]
[2022/09/13 10:23:59] ppocr INFO: order : hwc
[2022/09/13 10:23:59] ppocr INFO: scale : 1./255.
[2022/09/13 10:23:59] ppocr INFO: std : [0.229, 0.224, 0.225]
[2022/09/13 10:23:59] ppocr INFO: PaddingTableImage :
[2022/09/13 10:23:59] ppocr INFO: size : [488, 488]
[2022/09/13 10:23:59] ppocr INFO: ToCHWImage : None
[2022/09/13 10:23:59] ppocr INFO: KeepKeys :
[2022/09/13 10:23:59] ppocr INFO: keep_keys : ['image', 'structure', 'bboxes', 'bbox_masks', 'shape']
[2022/09/13 10:23:59] ppocr INFO: loader :
[2022/09/13 10:23:59] ppocr INFO: batch_size_per_card : 9
[2022/09/13 10:23:59] ppocr INFO: drop_last : True
[2022/09/13 10:23:59] ppocr INFO: num_workers : 1
[2022/09/13 10:23:59] ppocr INFO: shuffle : True
[2022/09/13 10:23:59] ppocr INFO: profiler_options : None
[2022/09/13 10:23:59] ppocr INFO: train with paddle 2.1.3 and device CUDAPlace(0)
[2022/09/13 10:23:59] ppocr INFO: Initialize indexs of datasets:['train_datas/table/B/annotation_train.json']
[2022/09/13 10:23:59] ppocr INFO: Initialize indexs of datasets:['train_datas/table/B/annotation_val.json']
W0913 10:24:00.077399 18296 device_context.cc:404] Please NOTE: device: 0, GPU Compute Capability: 5.2, Driver API Version: 11.4, Runtime API Version: 11.2
W0913 10:24:04.441443 18296 device_context.cc:422] device: 0, cuDNN Version: 8.2.
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/legendary_models/PPLCNet_x1_0_ssld_pretrained.pdparams
[2022/09/13 10:26:47] ppocr INFO: convert_sync_batchnorm
[2022/09/13 10:26:47] ppocr INFO: train dataloader has 1 iters
[2022/09/13 10:26:47] ppocr INFO: valid dataloader has 1 iters
[2022/09/13 10:26:47] ppocr INFO: train from scratch
[2022/09/13 10:26:47] ppocr INFO: During the training process, after the 0th iteration, an evaluation is run every 331 iterations
[2022/09/13 10:27:07] ppocr ERROR: When parsing line {"filename": "3.png", "split": "train", "imgid": 2, "html": {"structure": {"tokens": ["
", "", "<td", " colspan="7"", ">", "", "
", "", "", " | ", "<td", " colspan="6"", ">", "", "
", "", "", " | ", "<td", " colspan="6"", ">", "", "
", "", "", " | ", "<td", " colspan="3"", ">", "", "<td", " colspan="3"", ">", "", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", "", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "", " | ", "
", ""]}, "cells": [{"tokens": ["保", "险", "责", "任"], "bbox": [16, 31, 95, 54]}, {"tokens": ["基", "本", "部", "分"], "bbox": [367, 31, 442, 56]}, {"tokens": ["风", "险", "等", "级"], "bbox": [15, 57, 93, 80]}, {"tokens": ["非", "标", "准", "体", "B"], "bbox": [363, 57, 447, 80]}, {"tokens": ["男", "性"], "bbox": [232, 77, 277, 110]}, {"tokens": ["性", "别"], "bbox": [31, 80, 79, 105]}, {"tokens": ["女", "性"], "bbox": [533, 77, 579, 110]}, {"tokens": ["交", "费", "期", "间"], "bbox": [16, 103, 100, 132]}, {"tokens": ["1", "0", "年", "交"], "bbox": [123, 115, 183, 144]}, {"tokens": ["2", "0", "年", "交"], "bbox": [223, 115, 283, 144]}, {"tokens": ["3", "0", "年", "交"], "bbox": [326, 118, 385, 143]}, {"tokens": ["1", "0", "年", "交"], "bbox": [425, 118, 484, 143]}, {"tokens": ["2", "0", "年", "交"], "bbox": [525, 115, 587, 144]}, {"tokens": ["3", "0", "年", "交"], "bbox": [627, 118, 686, 143]}, {"tokens": ["2", "0", "1"], "bbox": [133, 151, 170, 177]}, {"tokens": ["1", "1", "3"], "bbox": [236, 151, 272, 177]}, {"tokens": ["1", "8", "8"], "bbox": [437, 151, 475, 177]}, {"tokens": ["0"], "bbox": [41, 152, 62, 175]}, {"tokens": ["8", "5"], "bbox": [340, 152, 368, 175]}, {"tokens": ["1", "0", "6"], "bbox": [538, 151, 574, 177]}, {"tokens": ["8", "0"], "bbox": [645, 152, 671, 175]}, {"tokens": ["1"], "bbox": [37, 174, 65, 203]}, {"tokens": ["1", "9", "4"], "bbox": [439, 177, 473, 203]}, {"tokens": ["2", "0", "7"], "bbox": [136, 179, 170, 202]}, {"tokens": ["1", "1", "6"], "bbox": [237, 179, 272, 202]}, {"tokens": ["8", "8"], "bbox": [342, 179, 368, 202]}, {"tokens": ["1", "0", "9"], "bbox": [540, 179, 574, 202]}, {"tokens": ["8", "2"], "bbox": [641, 175, 671, 203]}, {"tokens": ["9", "1"], "bbox": [334, 197, 371, 233]}, {"tokens": ["2"], "bbox": [43, 202, 62, 226]}, {"tokens": ["2", "1", "3"], "bbox": [134, 202, 170, 228]}, {"tokens": ["1", "2", "0"], "bbox": [236, 202, 272, 228]}, {"tokens": ["2", "0", "0"], "bbox": [437, 202, 473, 228]}, {"tokens": ["1", "1", "2"], "bbox": [537, 202, 574, 228]}, {"tokens": ["8", "5"], "bbox": [641, 200, 671, 230]}, {"tokens": ["1", "2", "4"], "bbox": [233, 224, 273, 257]}, {"tokens": ["2", "2", "0"], "bbox": [134, 226, 170, 252]}, {"tokens": ["2", "0", "6"], "bbox": [433, 223, 474, 255]}, {"tokens": ["1", "1", "6"], "bbox": [538, 226, 574, 254]}, {"tokens": ["3"], "bbox": [43, 228, 62, 251]}, {"tokens": ["9", "4"], "bbox": [342, 228, 367, 252]}, {"tokens": ["8", "8"], "bbox": [641, 226, 671, 254]}, {"tokens": ["9", "7"], "bbox": [340, 251, 368, 280]}, {"tokens": ["4"], "bbox": [41, 252, 61, 279]}, {"tokens": ["2", "2", "7"], "bbox": [134, 252, 170, 279]}, {"tokens": ["1", "2", "8"], "bbox": [236, 252, 270, 279]}, {"tokens": ["2", "1", "3"], "bbox": [435, 252, 473, 279]}, {"tokens": ["1", "2", "0"], "bbox": [538, 252, 574, 279]}, {"tokens": ["9", "1"], "bbox": [641, 251, 671, 280]}, {"tokens": ["1", "3", "2"], "bbox": [236, 275, 270, 303]}, {"tokens": ["1", "0", "0"], "bbox": [337, 275, 371, 303]}, {"tokens": ["2", "2", "0"], "bbox": [435, 275, 473, 303]}, {"tokens": ["1", "2", "3"], "bbox": [538, 275, 574, 303]}, {"tokens": ["5"], "bbox": [41, 277, 61, 303]}, {"tokens": ["2", "3", "4"], "bbox": [134, 277, 170, 303]}, {"tokens": ["9", "4"], "bbox": [641, 275, 671, 305]}, {"tokens": ["2", "4", "2"], "bbox": [133, 302, 170, 328]}, {"tokens": ["1", "3", "6"], "bbox": [236, 302, 270, 328]}, {"tokens": ["1", "0", "4"], "bbox": [335, 302, 371, 328]}, {"tokens": ["2", "2", "7"], "bbox": [435, 302, 473, 328]}, {"tokens": ["6"], "bbox": [41, 303, 62, 326]}, {"tokens": ["1", "2", "8"], "bbox": [538, 300, 574, 328]}, {"tokens": ["9", "7"], "bbox": [643, 303, 669, 326]}, {"tokens": ["7"], "bbox": [41, 326, 62, 351]}, {"tokens": ["2", "5", "0"], "bbox": [133, 326, 170, 354]}, {"tokens": ["1", "4", "1"], "bbox": [236, 326, 270, 354]}, {"tokens": ["1", "0", "7"], "bbox": [335, 326, 371, 354]}, {"tokens": ["2", "3", "4"], "bbox": [435, 326, 473, 354]}, {"tokens": ["1", "3", "2"], "bbox": [538, 326, 574, 354]}, {"tokens": ["1", "0", "1"], "bbox": [640, 326, 673, 354]}, {"tokens": ["1", "1", "1"], "bbox": [335, 351, 371, 379]}, {"tokens": ["8"], "bbox": [41, 353, 62, 377]}, {"tokens": ["2", "5", "8"], "bbox": [134, 353, 172, 379]}, {"tokens": ["1", "4", "6"], "bbox": [236, 353, 272, 379]}, {"tokens": ["2", "4", "2"], "bbox": [435, 353, 473, 379]}, {"tokens": ["1", "3", "6"], "bbox": [538, 351, 574, 379]}, {"tokens": ["1", "0", "4"], "bbox": [638, 353, 674, 380]}, {"tokens": ["9"], "bbox": [43, 379, 62, 403]}, {"tokens": ["1", "5", "1"], "bbox": [236, 379, 270, 405]}, {"tokens": ["1", "1", "5"], "bbox": [333, 375, 374, 407]}, {"tokens": ["2", "5", "0"], "bbox": [435, 379, 473, 405]}, {"tokens": ["1", "4", "1"], "bbox": [538, 379, 574, 405]}, {"tokens": ["2", "6", "7"], "bbox": [136, 380, 170, 403]}, {"tokens": ["1", "0", "8"], "bbox": [638, 379, 674, 405]}, {"tokens": ["1", "0"], "bbox": [41, 403, 65, 428]}, {"tokens": ["2", "7", "6"], "bbox": [134, 403, 172, 430]}, {"tokens": ["1", "5", "6"], "bbox": [236, 403, 272, 430]}, {"tokens": ["1", "1", "9"], "bbox": [335, 403, 373, 430]}, {"tokens": ["2", "5", "9"], "bbox": [435, 403, 473, 430]}, {"tokens": ["1", "4", "6"], "bbox": [538, 403, 574, 430]}, {"tokens": ["1", "1", "2"], "bbox": [638, 403, 674, 430]}, {"tokens": ["1", "1"], "bbox": [41, 428, 65, 453]}, {"tokens": ["2", "8", "5"], "bbox": [134, 428, 170, 454]}, {"tokens": ["1", "6", "1"], "bbox": [236, 428, 270, 456]}, {"tokens": ["1", "2", "3"], "bbox": [335, 428, 371, 456]}, {"tokens": ["2", "6", "8"], "bbox": [433, 425, 474, 458]}, {"tokens": ["1", "5", "1"], "bbox": [538, 428, 573, 456]}, {"tokens": ["1", "1", "6"], "bbox": [638, 428, 674, 454]}, {"tokens": ["2", "9", "5"], "bbox": [134, 453, 172, 479]}, {"tokens": ["1", "6", "7"], "bbox": [236, 453, 270, 479]}, {"tokens": ["1", "2"], "bbox": [41, 454, 65, 479]}, {"tokens": ["1", "2", "7"], "bbox": [335, 454, 371, 480]}, {"tokens": ["2", "7", "7"], "bbox": [435, 454, 473, 480]}, {"tokens": ["1", "5", "6"], "bbox": [538, 453, 574, 479]}, {"tokens": ["1", "2", "0"], "bbox": [638, 454, 674, 480]}, {"tokens": ["1", "3"], "bbox": [41, 479, 65, 503]}, {"tokens": ["3", "0", "5"], "bbox": [133, 479, 172, 505]}, {"tokens": ["1", "7", "2"], "bbox": [236, 479, 272, 505]}, {"tokens": ["1", "3", "2"], "bbox": [335, 479, 371, 505]}, {"tokens": ["2", "8", "6"], "bbox": [437, 479, 475, 505]}, {"tokens": ["1", "6", "2"], "bbox": [538, 479, 574, 505]}, {"tokens": ["1", "2", "4"], "bbox": [638, 479, 674, 505]}, {"tokens": ["3", "1", "5"], "bbox": [134, 503, 172, 531]}, {"tokens": ["1", "7", "8"], "bbox": [236, 503, 270, 531]}, {"tokens": ["1", "3", "6"], "bbox": [335, 503, 373, 531]}, {"tokens": ["2", "9", "6"], "bbox": [437, 503, 475, 531]}, {"tokens": ["1", "6", "7"], "bbox": [538, 503, 574, 531]}, {"tokens": ["1", "4"], "bbox": [41, 505, 65, 530]}, {"tokens": ["1", "2", "9"], "bbox": [638, 503, 674, 531]}, {"tokens": ["1", "5"], "bbox": [38, 528, 67, 556]}, {"tokens": ["1", "8", "4"], "bbox": [236, 528, 272, 556]}, {"tokens": ["1", "4", "1"], "bbox": [333, 525, 373, 558]}, {"tokens": ["3", "2", "6"], "bbox": [134, 530, 172, 556]}, {"tokens": ["3", "0", "5"], "bbox": [437, 528, 475, 556]}, {"tokens": ["1", "7", "3"], "bbox": [538, 530, 574, 556]}, {"tokens": ["1", "3", "3"], "bbox": [638, 530, 676, 556]}, {"tokens": ["3", "3", "7"], "bbox": [133, 554, 170, 580]}, {"tokens": ["1", "9", "1"], "bbox": [236, 554, 270, 580]}, {"tokens": ["1", "4", "6"], "bbox": [335, 554, 373, 580]}, {"tokens": ["3", "1", "6"], "bbox": [435, 553, 475, 580]}, {"tokens": ["1", "7", "9"], "bbox": [538, 554, 574, 580]}, {"tokens": ["1", "6"], "bbox": [41, 556, 65, 579]}, {"tokens": ["1", "3", "8"], "bbox": [638, 554, 674, 580]}, {"tokens": ["1", "7"], "bbox": [39, 577, 67, 607]}, {"tokens": ["3", "4", "8"], "bbox": [133, 579, 170, 607]}, {"tokens": ["1", "9", "7"], "bbox": [236, 579, 270, 607]}, {"tokens": ["1", "5", "1"], "bbox": [335, 579, 371, 607]}, {"tokens": ["3", "2", "7"], "bbox": [437, 577, 473, 607]}, {"tokens": ["1", "8", "6"], "bbox": [538, 579, 574, 607]}, {"tokens": ["1", "4", "4"], "bbox": [638, 579, 674, 607]}, {"tokens": ["3", "6", "0"], "bbox": [134, 603, 170, 631]}, {"tokens": ["2", "0", "4"], "bbox": [234, 603, 270, 631]}, {"tokens": ["1", "5", "7"], "bbox": [335, 603, 371, 631]}, {"tokens": ["3", "3", "8"], "bbox": [435, 603, 473, 631]}, {"tokens": ["1", "9", "3"], "bbox": [540, 603, 574, 631]}, {"tokens": ["1", "8"], "bbox": [41, 605, 65, 630]}, {"tokens": ["1", "4", "9"], "bbox": [638, 603, 674, 631]}, {"tokens": ["2", "1", "1"], "bbox": [234, 628, 270, 656]}, {"tokens": ["1", "6", "2"], "bbox": [335, 628, 371, 656]}, {"tokens": ["1", "9"], "bbox": [41, 630, 65, 654]}, {"tokens": ["3", "7", "1"], "bbox": [133, 630, 170, 654]}, {"tokens": ["3", "4", "9"], "bbox": [437, 630, 473, 656]}, {"tokens": ["1", "9", "9"], "bbox": [538, 628, 574, 656]}, {"tokens": ["1", "5", "4"], "bbox": [638, 630, 674, 656]}, {"tokens": ["3", "8", "3"], "bbox": [134, 654, 172, 680]}, {"tokens": ["2", "1", "8"], "bbox": [234, 654, 270, 682]}, {"tokens": ["1", "6", "8"], "bbox": [335, 654, 373, 680]}, {"tokens": ["3", "6", "0"], "bbox": [435, 654, 473, 680]}, {"tokens": ["2", "0", "6"], "bbox": [537, 654, 574, 680]}, {"tokens": ["2", "0"], "bbox": [39, 656, 65, 679]}, {"tokens": ["1", "6", "0"], "bbox": [638, 654, 674, 682]}, {"tokens": ["2", "1"], "bbox": [39, 680, 65, 703]}, {"tokens": ["3", "9", "6"], "bbox": [134, 680, 172, 705]}, {"tokens": ["2", "2", "5"], "bbox": [234, 680, 270, 707]}, {"tokens": ["1", "7", "4"], "bbox": [333, 676, 374, 708]}, {"tokens": ["3", "7", "2"], "bbox": [437, 680, 475, 707]}, {"tokens": ["2", "1", "3"], "bbox": [537, 680, 574, 707]}, {"tokens": ["1", "6", "6"], "bbox": [638, 680, 676, 707]}, {"tokens": ["4", "0", "9"], "bbox": [134, 705, 170, 731]}, {"tokens": ["2", "3", "3"], "bbox": [231, 702, 271, 734]}, {"tokens": ["1", "8", "0"], "bbox": [335, 705, 371, 731]}, {"tokens": ["3", "8", "5"], "bbox": [437, 705, 473, 733]}, {"tokens": ["2", "2", "1"], "bbox": [537, 705, 573, 733]}, {"tokens": ["2", "2"], "bbox": [39, 707, 65, 730]}, {"tokens": ["1", "7", "2"], "bbox": [638, 705, 676, 731]}, {"tokens": ["2", "3"], "bbox": [39, 731, 65, 754]}, {"tokens": ["4", "2", "2"], "bbox": [134, 731, 170, 757]}, {"tokens": ["2", "4", "1"], "bbox": [236, 730, 270, 757]}, {"tokens": ["1", "8", "6"], "bbox": [335, 731, 373, 757]}, {"tokens": ["3", "9", "7"], "bbox": [437, 731, 473, 757]}, {"tokens": ["2", "2", "9"], "bbox": [537, 731, 574, 757]}, {"tokens": ["1", "7", "9"], "bbox": [638, 731, 674, 757]}, {"tokens": ["2", "4"], "bbox": [38, 754, 67, 782]}, {"tokens": ["4", "3", "5"], "bbox": [134, 756, 170, 782]}, {"tokens": ["2", "4", "9"], "bbox": [234, 756, 270, 782]}, {"tokens": ["1", "9", "3"], "bbox": [335, 756, 371, 782]}, {"tokens": ["4", "1", "1"], "bbox": [435, 756, 471, 782]}, {"tokens": ["2", "3", "7"], "bbox": [537, 756, 573, 782]}, {"tokens": ["1", "8", "5"], "bbox": [638, 756, 674, 782]}, {"tokens": ["4", "4", "9"], "bbox": [134, 780, 170, 807]}, {"tokens": ["2", "5", "7"], "bbox": [236, 780, 270, 807]}, {"tokens": ["2", "0", "0"], "bbox": [335, 780, 371, 808]}, {"tokens": ["4", "2", "4"], "bbox": [435, 780, 473, 807]}, {"tokens": ["2", "4", "5"], "bbox": [537, 780, 574, 807]}, {"tokens": ["2", "5"], "bbox": [39, 782, 65, 805]}, {"tokens": ["1", "9", "2"], "bbox": [638, 780, 674, 807]}, {"tokens": ["2", "6"], "bbox": [38, 805, 67, 833]}, {"tokens": ["4", "6", "3"], "bbox": [134, 807, 170, 833]}, {"tokens": ["2", "6", "6"], "bbox": [236, 807, 272, 833]}, {"tokens": ["2", "0", "7"], "bbox": [335, 807, 371, 833]}, {"tokens": ["4", "3", "8"], "bbox": [435, 807, 475, 833]}, {"tokens": ["2", "5", "4"], "bbox": [537, 807, 574, 833]}, {"tokens": ["1", "9", "9"], "bbox": [638, 807, 674, 833]}, {"tokens": ["2", "7"], "bbox": [35, 827, 68, 860]}, {"tokens": ["4", "7", "8"], "bbox": [134, 831, 170, 858]}, {"tokens": ["2", "7", "5"], "bbox": [236, 831, 270, 858]}, {"tokens": ["2", "1", "5"], "bbox": [335, 831, 373, 858]}, {"tokens": ["4", "5", "2"], "bbox": [435, 831, 473, 859]}, {"tokens": ["2", "6", "2"], "bbox": [537, 831, 574, 858]}, {"tokens": ["2", "0", "6"], "bbox": [638, 831, 674, 858]}, {"tokens": ["4", "9", "3"], "bbox": [134, 856, 170, 882]}, {"tokens": ["2", "8", "4"], "bbox": [236, 856, 270, 882]}, {"tokens": ["2", "2", "2"], "bbox": [335, 856, 371, 884]}, {"tokens": ["4", "6", "6"], "bbox": [435, 856, 473, 884]}, {"tokens": ["2", "7", "1"], "bbox": [537, 856, 573, 884]}, {"tokens": ["2", "8"], "bbox": [41, 858, 65, 880]}, {"tokens": ["2", "1", "4"], "bbox": [638, 856, 674, 882]}, {"tokens": ["2", "9", "3"], "bbox": [236, 880, 270, 908]}, {"tokens": ["2", "3", "0"], "bbox": [335, 880, 371, 910]}, {"tokens": ["4", "8", "1"], "bbox": [435, 880, 471, 908]}, {"tokens": ["2", "9"], "bbox": [41, 882, 65, 907]}, {"tokens": ["5", "0", "9"], "bbox": [134, 882, 170, 908]}, {"tokens": ["2", "8", "0"], "bbox": [537, 880, 573, 908]}, {"tokens": ["2", "2", "1"], "bbox": [638, 882, 673, 908]}, {"tokens": ["3", "0", "3"], "bbox": [236, 905, 270, 933]}, {"tokens": ["2", "3", "9"], "bbox": [335, 905, 371, 933]}, {"tokens": ["4", "9", "6"], "bbox": [437, 905, 473, 933]}, {"tokens": ["2", "9", "0"], "bbox": [537, 905, 573, 933]}, {"tokens": ["3", "0"], "bbox": [41, 907, 65, 931]}, {"tokens": ["5", "2", "5"], "bbox": [134, 907, 170, 933]}, {"tokens": ["2", "2", "9"], "bbox": [638, 905, 674, 933]}, {"tokens": ["5", "4", "2"], "bbox": [134, 931, 170, 958]}, {"tokens": ["3", "1", "4"], "bbox": [236, 931, 270, 959]}, {"tokens": ["2", "4", "8"], "bbox": [335, 931, 371, 958]}, {"tokens": ["5", "1", "1"], "bbox": [435, 931, 473, 958]}, {"tokens": ["3", "0", "0"], "bbox": [537, 931, 574, 958]}, {"tokens": ["3", "1"], "bbox": [41, 933, 65, 956]}, {"tokens": ["2", "3", "7"], "bbox": [637, 931, 674, 958]}, {"tokens": ["3", "2"], "bbox": [38, 956, 67, 984]}, {"tokens": ["3", "2", "4"], "bbox": [234, 956, 270, 984]}, {"tokens": ["2", "5", "7"], "bbox": [335, 956, 371, 984]}, {"tokens": ["5", "2", "7"], "bbox": [435, 956, 473, 984]}, {"tokens": ["5", "5", "9"], "bbox": [133, 958, 170, 982]}, {"tokens": ["3", "0", "9"], "bbox": [537, 956, 574, 984]}, {"tokens": ["2", "4", "5"], "bbox": [637, 958, 674, 984]}, {"tokens": ["3", "3"], "bbox": [38, 980, 67, 1008]}, {"tokens": ["2", "6", "7"], "bbox": [335, 980, 371, 1008]}, {"tokens": ["5", "7", "6"], "bbox": [134, 982, 172, 1008]}, {"tokens": ["3", "3", "5"], "bbox": [236, 982, 270, 1010]}, {"tokens": ["5", "4", "3"], "bbox": [435, 982, 475, 1008]}, {"tokens": ["3", "2", "0"], "bbox": [537, 980, 574, 1008]}, {"tokens": ["2", "5", "4"], "bbox": [638, 982, 676, 1008]}, {"tokens": ["5", "9", "4"], "bbox": [134, 1007, 170, 1033]}, {"tokens": ["3", "4", "7"], "bbox": [236, 1007, 272, 1033]}, {"tokens": ["2", "7", "7"], "bbox": [335, 1007, 371, 1033]}, {"tokens": ["5", "5", "9"], "bbox": [435, 1007, 473, 1033]}, {"tokens": ["3", "4"], "bbox": [41, 1008, 65, 1031]}, {"tokens": ["3", "3", "0"], "bbox": [537, 1007, 574, 1033]}, {"tokens": ["2", "6", "2"], "bbox": [640, 1010, 674, 1033]}, {"tokens": ["3", "5"], "bbox": [41, 1033, 65, 1058]}, {"tokens": ["6", "1", "3"], "bbox": [134, 1033, 170, 1059]}, {"tokens": ["3", "5", "9"], "bbox": [236, 1033, 270, 1059]}, {"tokens": ["2", "8", "8"], "bbox": [335, 1033, 371, 1059]}, {"tokens": ["5", "7", "6"], "bbox": [435, 1033, 473, 1059]}, {"tokens": ["3", "4", "0"], "bbox": [537, 1033, 574, 1059]}, {"tokens": ["2", "7", "1"], "bbox": [638, 1033, 673, 1059]}, {"tokens": ["6", "3", "2"], "bbox": [134, 1058, 170, 1084]}, {"tokens": ["3", "7", "1"], "bbox": [236, 1058, 270, 1084]}, {"tokens": ["3", "0", "0"], "bbox": [335, 1058, 371, 1084]}, {"tokens": ["5", "9", "3"], "bbox": [437, 1058, 473, 1084]}, {"tokens": ["3", "5", "1"], "bbox": [537, 1058, 573, 1084]}, {"tokens": ["3", "6"], "bbox": [39, 1059, 65, 1082]}, {"tokens": ["2", "8", "0"], "bbox": [638, 1058, 674, 1084]}, {"tokens": ["3", "1", "2"], "bbox": [333, 1080, 372, 1112]}, {"tokens": ["3", "8", "4"], "bbox": [236, 1082, 270, 1110]}, {"tokens": ["3", "7"], "bbox": [41, 1084, 65, 1107]}, {"tokens": ["6", "1", "0"], "bbox": [437, 1084, 473, 1110]}, {"tokens": ["6", "5", "1"], "bbox": [136, 1085, 170, 1108]}, {"tokens": ["3", "6", "2"], "bbox": [534, 1080, 575, 1111]}, {"tokens": ["2", "9", "0"], "bbox": [640, 1085, 674, 1108]}, {"tokens": ["6", "7", "2"], "bbox": [134, 1108, 170, 1135]}, {"tokens": ["3", "9", "8"], "bbox": [234, 1108, 270, 1135]}, {"tokens": ["3", "2", "4"], "bbox": [335, 1108, 371, 1135]}, {"tokens": ["6", "2", "7"], "bbox": [437, 1108, 473, 1135]}, {"tokens": ["3", "7", "3"], "bbox": [537, 1108, 574, 1135]}, {"tokens": ["3", "8"], "bbox": [39, 1110, 65, 1133]}, {"tokens": ["2", "9", "9"], "bbox": [637, 1108, 674, 1135]}, {"tokens": ["3", "9"], "bbox": [38, 1133, 67, 1161]}, {"tokens": ["6", "9", "2"], "bbox": [134, 1133, 170, 1159]}, {"tokens": ["4", "1", "2"], "bbox": [234, 1133, 270, 1161]}, {"tokens": ["3", "3", "8"], "bbox": [335, 1133, 373, 1161]}, {"tokens": ["6", "4", "5"], "bbox": [437, 1133, 473, 1161]}, {"tokens": ["3", "8", "4"], "bbox": [537, 1133, 574, 1161]}, {"tokens": ["3", "0", "9"], "bbox": [638, 1133, 674, 1161]}, {"tokens": ["7", "1", "4"], "bbox": [134, 1158, 170, 1184]}, {"tokens": ["6", "6", "2"], "bbox": [437, 1158, 473, 1184]}, {"tokens": ["4", "0"], "bbox": [39, 1159, 65, 1182]}, {"tokens": ["4", "2", "7"], "bbox": [234, 1159, 270, 1185]}, {"tokens": ["3", "5", "2"], "bbox": [335, 1159, 371, 1185]}, {"tokens": ["3", "9", "6"], "bbox": [537, 1158, 574, 1184]}, {"tokens": ["3", "1", "9"], "bbox": [640, 1161, 674, 1184]}, {"tokens": ["6", "8", "0"], "bbox": [437, 1182, 473, 1210]}, {"tokens": ["4", "1"], "bbox": [39, 1184, 64, 1208]}, {"tokens": ["7", "3", "6"], "bbox": [134, 1184, 170, 1210]}, {"tokens": ["4", "4", "3"], "bbox": [236, 1184, 270, 1210]}, {"tokens": ["4", "0", "7"], "bbox": [537, 1182, 573, 1210]}, {"tokens": ["4", "2"], "bbox": [39, 1207, 67, 1236]}, {"tokens": ["7", "5", "9"], "bbox": [134, 1208, 170, 1236]}, {"tokens": ["4", "5", "9"], "bbox": [236, 1208, 270, 1235]}, {"tokens": ["6", "9", "8"], "bbox": [437, 1208, 473, 1235]}, {"tokens": ["4", "1", "8"], "bbox": [537, 1208, 574, 1236]}, {"tokens": ["4", "3"], "bbox": [38, 1233, 67, 1261]}, {"tokens": ["7", "8", "3"], "bbox": [134, 1233, 170, 1259]}, {"tokens": ["4", "7", "7"], "bbox": [234, 1233, 270, 1259]}, {"tokens": ["7", "1", "6"], "bbox": [437, 1233, 473, 1259]}, {"tokens": ["4", "3", "0"], "bbox": [537, 1233, 574, 1259]}, {"tokens": ["8", "0", "8"], "bbox": [133, 1259, 172, 1284]}, {"tokens": ["4", "9", "5"], "bbox": [234, 1259, 272, 1285]}, {"tokens": ["4", "4"], "bbox": [39, 1261, 65, 1284]}, {"tokens": ["7", "3", "4"], "bbox": [439, 1261, 473, 1284]}, {"tokens": ["4", "4", "2"], "bbox": [537, 1259, 574, 1285]}, {"tokens": ["8", "3", "3"], "bbox": [133, 1284, 172, 1310]}, {"tokens": ["5", "1", "4"], "bbox": [234, 1284, 272, 1310]}, {"tokens": ["7", "5", "2"], "bbox": [437, 1284, 473, 1310]}, {"tokens": ["4", "5"], "bbox": [39, 1285, 65, 1308]}, {"tokens": ["4", "5", "4"], "bbox": [537, 1284, 574, 1310]}, {"tokens": ["4", "6"], "bbox": [39, 1310, 65, 1333]}, {"tokens": ["5", "3", "4"], "bbox": [234, 1310, 272, 1336]}, {"tokens": ["7", "7", "0"], "bbox": [437, 1310, 475, 1335]}, {"tokens": ["8", "6", "0"], "bbox": [136, 1312, 170, 1335]}, {"tokens": ["4", "6", "7"], "bbox": [537, 1310, 574, 1336]}, {"tokens": ["8", "8", "7"], "bbox": [134, 1335, 170, 1361]}, {"tokens": ["5", "5", "5"], "bbox": [233, 1332, 273, 1363]}, {"tokens": ["7", "8", "8"], "bbox": [437, 1335, 473, 1361]}, {"tokens": ["4", "7"], "bbox": [41, 1336, 65, 1359]}, {"tokens": ["4", "7", "9"], "bbox": [537, 1335, 574, 1361]}, {"tokens": ["4", "8"], "bbox": [39, 1362, 65, 1385]}, {"tokens": ["9", "1", "4"], "bbox": [136, 1362, 170, 1385]}, {"tokens": ["8", "0", "7"], "bbox": [439, 1362, 473, 1385]}, {"tokens": ["4", "9", "3"], "bbox": [537, 1361, 574, 1387]}, {"tokens": ["9", "4", "3"], "bbox": [134, 1385, 172, 1410]}, {"tokens": ["8", "2", "7"], "bbox": [437, 1385, 473, 1412]}, {"tokens": ["4", "9"], "bbox": [39, 1387, 65, 1410]}, {"tokens": ["5", "0", "7"], "bbox": [537, 1385, 573, 1412]}, {"tokens": ["9", "7", "3"], "bbox": [134, 1410, 172, 1436]}, {"tokens": ["5", "0"], "bbox": [39, 1412, 65, 1435]}, {"tokens": ["8", "4", "7"], "bbox": [439, 1413, 473, 1436]}, {"tokens": ["5", "2", "2"], "bbox": [537, 1410, 574, 1436]}, {"tokens": ["5", "1"], "bbox": [38, 1433, 65, 1463]}, {"tokens": ["1", "0", "0", "3"], "bbox": [133, 1436, 175, 1461]}, {"tokens": ["8", "6", "9"], "bbox": [437, 1435, 473, 1461]}, {"tokens": ["5", "2"], "bbox": [38, 1459, 67, 1487]}, {"tokens": ["1", "0", "3", "5"], "bbox": [130, 1459, 178, 1489]}, {"tokens": ["8", "9", "1"], "bbox": [435, 1461, 473, 1487]}, {"tokens": ["5", "3"], "bbox": [41, 1487, 65, 1512]}, {"tokens": ["1", "0", "6", "7"], "bbox": [133, 1487, 175, 1512]}, {"tokens": ["9", "1", "4"], "bbox": [435, 1485, 473, 1513]}, {"tokens": ["5", "4"], "bbox": [38, 1510, 67, 1538]}, {"tokens": ["9", "3", "8"], "bbox": [435, 1512, 473, 1538]}, {"tokens": ["5", "5"], "bbox": [38, 1535, 67, 1563]}, {"tokens": ["9", "6", "4"], "bbox": [435, 1536, 473, 1563]}, {"tokens": ["人", "保", "寿", "险", "i", "无", "忧", "尊", "享", "重", "大", "疾", "病", "保", "险", "(", "B", "款", ")", "(", "互", "联", "网", "专", "属", ")", "(", "每", , error happened with msg: Traceback (most recent call last):: [15, 6, 687, 28]}]}}
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 100, in
getitem
info = json.loads(data_line)
File "D:\Python38\lib\json_
init_.py", line 357, in loads
return _default_decoder.decode(s)
File "D:\Python38\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "D:\Python38\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
RecursionError: maximum recursion depth exceeded while decoding a JSON array from a unicode string
Fatal Python error: Cannot recover from stack overflow.
Python runtime state: initialized
Current thread 0x00001eb0 (most recent call first):
File "D:\Python38\lib\json\decoder.py", line 353 in raw_decode
File "D:\Python38\lib\json\decoder.py", line 337 in decode
File "D:\Python38\lib\json_init_.py", line 357 in loads
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 100 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\ppocr\data\pubtab_dataset.py", line 129 in getitem
...
Thread 0x00004778 (most recent call first):
File "D:\Python38\lib\site-packages\paddle\fluid\dataloader\dataloader_iter.py", line 197 in next
File "E:\wxg_project\100bao\lab\PaddleOCR-2.6\tools\program.py", line 271 in train
File "tools/train.py", line 175 in main
File "tools/train.py", line 202 in