├── LICENSE.md ├── README.md ├── RoIlayer ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ └── rroi_align.cpython-37.pyc ├── rroi_align.py └── timg.jpg ├── batch_eval.py ├── csrc ├── Makefile ├── _C.cpython-37m-x86_64-linux-gnu.so ├── csc │ ├── RROIAlign.h │ ├── cpu │ │ ├── ROIAlign_cpu.cpp │ │ └── vision.h │ ├── cuda │ │ ├── ROIAlign_cuda.cu │ │ ├── ROIPool_cuda.cu │ │ ├── RROIAlign_cuda.cu │ │ └── vision.h │ └── vision.cpp └── setup.py ├── data └── README.md ├── dataset ├── Icdar15_Text.py ├── Icdar17_Text.py ├── TD500 │ ├── 075eval.sh │ ├── Evaluation_Protocol │ │ ├── __pycache__ │ │ │ └── rrc_evaluation_funcs.cpython-37.pyc │ │ ├── readme.txt │ │ ├── rrc_evaluation_funcs.py │ │ ├── rrc_evaluation_funcs.pyc │ │ ├── script.py │ │ └── script075.py │ ├── batch_eval.sh │ ├── eval.sh │ ├── gt.zip │ ├── submit.zip │ ├── submit │ │ ├── res_img_1.txt │ │ ├── res_img_10.txt │ │ ├── res_img_100.txt │ │ ├── res_img_101.txt │ │ ├── res_img_102.txt │ │ ├── res_img_103.txt │ │ ├── res_img_104.txt │ │ ├── res_img_105.txt │ │ ├── res_img_106.txt │ │ ├── res_img_107.txt │ │ ├── res_img_108.txt │ │ ├── res_img_109.txt │ │ ├── res_img_11.txt │ │ ├── res_img_110.txt │ │ ├── res_img_111.txt │ │ ├── res_img_112.txt │ │ ├── res_img_113.txt │ │ ├── res_img_114.txt │ │ ├── res_img_115.txt │ │ ├── res_img_116.txt │ │ ├── res_img_117.txt │ │ ├── res_img_118.txt │ │ ├── res_img_119.txt │ │ ├── res_img_12.txt │ │ ├── res_img_120.txt │ │ ├── res_img_121.txt │ │ ├── res_img_122.txt │ │ ├── res_img_123.txt │ │ ├── res_img_124.txt │ │ ├── res_img_125.txt │ │ ├── res_img_126.txt │ │ ├── res_img_127.txt │ │ ├── res_img_128.txt │ │ ├── res_img_129.txt │ │ ├── res_img_13.txt │ │ ├── res_img_130.txt │ │ ├── res_img_131.txt │ │ ├── res_img_132.txt │ │ ├── res_img_133.txt │ │ ├── res_img_134.txt │ │ ├── res_img_135.txt │ │ ├── res_img_136.txt │ │ ├── res_img_137.txt │ │ ├── res_img_138.txt │ │ ├── res_img_139.txt │ │ ├── res_img_14.txt │ │ ├── res_img_140.txt │ │ ├── res_img_141.txt │ │ ├── res_img_142.txt │ │ ├── res_img_143.txt │ │ ├── res_img_144.txt │ │ ├── res_img_145.txt │ │ ├── res_img_146.txt │ │ ├── res_img_147.txt │ │ ├── res_img_148.txt │ │ ├── res_img_149.txt │ │ ├── res_img_15.txt │ │ ├── res_img_150.txt │ │ ├── res_img_151.txt │ │ ├── res_img_152.txt │ │ ├── res_img_153.txt │ │ ├── res_img_154.txt │ │ ├── res_img_155.txt │ │ ├── res_img_156.txt │ │ ├── res_img_157.txt │ │ ├── res_img_158.txt │ │ ├── res_img_159.txt │ │ ├── res_img_16.txt │ │ ├── res_img_160.txt │ │ ├── res_img_161.txt │ │ ├── res_img_162.txt │ │ ├── res_img_163.txt │ │ ├── res_img_164.txt │ │ ├── res_img_165.txt │ │ ├── res_img_166.txt │ │ ├── res_img_167.txt │ │ ├── res_img_168.txt │ │ ├── res_img_169.txt │ │ ├── res_img_17.txt │ │ ├── res_img_170.txt │ │ ├── res_img_171.txt │ │ ├── res_img_172.txt │ │ ├── res_img_173.txt │ │ ├── res_img_174.txt │ │ ├── res_img_175.txt │ │ ├── res_img_176.txt │ │ ├── res_img_177.txt │ │ ├── res_img_178.txt │ │ ├── res_img_179.txt │ │ ├── res_img_18.txt │ │ ├── res_img_180.txt │ │ ├── res_img_181.txt │ │ ├── res_img_182.txt │ │ ├── res_img_183.txt │ │ ├── res_img_184.txt │ │ ├── res_img_185.txt │ │ ├── res_img_186.txt │ │ ├── res_img_187.txt │ │ ├── res_img_188.txt │ │ ├── res_img_189.txt │ │ ├── res_img_19.txt │ │ ├── res_img_190.txt │ │ ├── res_img_191.txt │ │ ├── res_img_192.txt │ │ ├── res_img_193.txt │ │ ├── res_img_194.txt │ │ ├── res_img_195.txt │ │ ├── res_img_196.txt │ │ ├── res_img_197.txt │ │ ├── res_img_198.txt │ │ ├── res_img_199.txt │ │ ├── res_img_2.txt │ │ ├── res_img_20.txt │ │ ├── res_img_200.txt │ │ ├── res_img_21.txt │ │ ├── res_img_22.txt │ │ ├── res_img_23.txt │ │ ├── res_img_24.txt │ │ ├── res_img_25.txt │ │ ├── res_img_26.txt │ │ ├── res_img_27.txt │ │ ├── res_img_28.txt │ │ ├── res_img_29.txt │ │ ├── res_img_3.txt │ │ ├── res_img_30.txt │ │ ├── res_img_31.txt │ │ ├── res_img_32.txt │ │ ├── res_img_33.txt │ │ ├── res_img_34.txt │ │ ├── res_img_35.txt │ │ ├── res_img_36.txt │ │ ├── res_img_37.txt │ │ ├── res_img_38.txt │ │ ├── res_img_39.txt │ │ ├── res_img_4.txt │ │ ├── res_img_40.txt │ │ ├── res_img_41.txt │ │ ├── res_img_42.txt │ │ ├── res_img_43.txt │ │ ├── res_img_44.txt │ │ ├── res_img_45.txt │ │ ├── res_img_46.txt │ │ ├── res_img_47.txt │ │ ├── res_img_48.txt │ │ ├── res_img_49.txt │ │ ├── res_img_5.txt │ │ ├── res_img_50.txt │ │ ├── res_img_51.txt │ │ ├── res_img_52.txt │ │ ├── res_img_53.txt │ │ ├── res_img_54.txt │ │ ├── res_img_55.txt │ │ ├── res_img_56.txt │ │ ├── res_img_57.txt │ │ ├── res_img_58.txt │ │ ├── res_img_59.txt │ │ ├── res_img_6.txt │ │ ├── res_img_60.txt │ │ ├── res_img_61.txt │ │ ├── res_img_62.txt │ │ ├── res_img_63.txt │ │ ├── res_img_64.txt │ │ ├── res_img_65.txt │ │ ├── res_img_66.txt │ │ ├── res_img_67.txt │ │ ├── res_img_68.txt │ │ ├── res_img_69.txt │ │ ├── res_img_7.txt │ │ ├── res_img_70.txt │ │ ├── res_img_71.txt │ │ ├── res_img_72.txt │ │ ├── res_img_73.txt │ │ ├── res_img_74.txt │ │ ├── res_img_75.txt │ │ ├── res_img_76.txt │ │ ├── res_img_77.txt │ │ ├── res_img_78.txt │ │ ├── res_img_79.txt │ │ ├── res_img_8.txt │ │ ├── res_img_80.txt │ │ ├── res_img_81.txt │ │ ├── res_img_82.txt │ │ ├── res_img_83.txt │ │ ├── res_img_84.txt │ │ ├── res_img_85.txt │ │ ├── res_img_86.txt │ │ ├── res_img_87.txt │ │ ├── res_img_88.txt │ │ ├── res_img_89.txt │ │ ├── res_img_9.txt │ │ ├── res_img_90.txt │ │ ├── res_img_91.txt │ │ ├── res_img_92.txt │ │ ├── res_img_93.txt │ │ ├── res_img_94.txt │ │ ├── res_img_95.txt │ │ ├── res_img_96.txt │ │ ├── res_img_97.txt │ │ ├── res_img_98.txt │ │ └── res_img_99.txt │ └── td500.txt ├── TD500_Text.py ├── __init__.py ├── __pycache__ │ ├── Icdar15_Text.cpython-37.pyc │ ├── Icdar17_Text.cpython-37.pyc │ ├── TD500_Text.cpython-37.pyc │ ├── __init__.cpython-36.pyc │ ├── __init__.cpython-37.pyc │ ├── ctw1500_text.cpython-37.pyc │ ├── data_util.cpython-36.pyc │ ├── data_util.cpython-37.pyc │ ├── dataload.cpython-36.pyc │ ├── dataload.cpython-37.pyc │ ├── synth_text.cpython-36.pyc │ ├── synth_text.cpython-37.pyc │ ├── total_text.cpython-36.pyc │ └── total_text.cpython-37.pyc ├── ctw1500 │ ├── Evaluation_Protocol │ │ ├── __pycache__ │ │ │ └── voc_eval_polygon.cpython-37.pyc │ │ ├── ctw1500_eval.py │ │ └── voc_eval_polygon.py │ ├── Evaluation_sort │ │ └── detections_text0.5.txt │ ├── Readme.md │ └── annots.pkl ├── ctw1500_text.py ├── data_util.py ├── dataload.py ├── deploy.py ├── icdar15 │ ├── 075eval.sh │ ├── Evaluation_Protocol │ │ ├── __pycache__ │ │ │ └── rrc_evaluation_funcs.cpython-37.pyc │ │ ├── readme.txt │ │ ├── rrc_evaluation_funcs.py │ │ ├── rrc_evaluation_funcs.pyc │ │ ├── script.py │ │ └── script075.py │ ├── batch_eval.sh │ ├── eval.sh │ ├── gt.zip │ ├── submit.zip │ └── submit │ │ ├── res_img_1.txt │ │ ├── res_img_10.txt │ │ ├── res_img_100.txt │ │ ├── res_img_101.txt │ │ ├── res_img_102.txt │ │ ├── res_img_103.txt │ │ ├── res_img_104.txt │ │ ├── res_img_105.txt │ │ ├── res_img_106.txt │ │ ├── res_img_107.txt │ │ ├── res_img_108.txt │ │ ├── res_img_109.txt │ │ ├── res_img_11.txt │ │ ├── res_img_110.txt │ │ ├── res_img_111.txt │ │ ├── res_img_112.txt │ │ ├── res_img_113.txt │ │ ├── res_img_114.txt │ │ ├── res_img_115.txt │ │ ├── res_img_116.txt │ │ ├── res_img_117.txt │ │ ├── res_img_118.txt │ │ ├── res_img_119.txt │ │ ├── res_img_12.txt │ │ ├── res_img_120.txt │ │ ├── res_img_121.txt │ │ ├── res_img_122.txt │ │ ├── res_img_123.txt │ │ ├── res_img_124.txt │ │ ├── res_img_125.txt │ │ ├── res_img_126.txt │ │ ├── res_img_127.txt │ │ ├── res_img_128.txt │ │ ├── res_img_129.txt │ │ ├── res_img_13.txt │ │ ├── res_img_130.txt │ │ ├── res_img_131.txt │ │ ├── res_img_132.txt │ │ ├── res_img_133.txt │ │ ├── res_img_134.txt │ │ ├── res_img_135.txt │ │ ├── res_img_136.txt │ │ ├── res_img_137.txt │ │ ├── res_img_138.txt │ │ ├── res_img_139.txt │ │ ├── res_img_14.txt │ │ ├── res_img_140.txt │ │ ├── res_img_141.txt │ │ ├── res_img_142.txt │ │ ├── res_img_143.txt │ │ ├── res_img_144.txt │ │ ├── res_img_146.txt │ │ ├── res_img_147.txt │ │ ├── res_img_148.txt │ │ ├── res_img_149.txt │ │ ├── res_img_15.txt │ │ ├── res_img_150.txt │ │ ├── res_img_151.txt │ │ ├── res_img_152.txt │ │ ├── res_img_153.txt │ │ ├── res_img_155.txt │ │ ├── res_img_156.txt │ │ ├── res_img_157.txt │ │ ├── res_img_158.txt │ │ ├── res_img_159.txt │ │ ├── res_img_16.txt │ │ ├── res_img_160.txt │ │ ├── res_img_161.txt │ │ ├── res_img_162.txt │ │ ├── res_img_163.txt │ │ ├── res_img_164.txt │ │ ├── res_img_165.txt │ │ ├── res_img_166.txt │ │ ├── res_img_167.txt │ │ ├── res_img_168.txt │ │ ├── res_img_169.txt │ │ ├── res_img_17.txt │ │ ├── res_img_170.txt │ │ ├── res_img_171.txt │ │ ├── res_img_172.txt │ │ ├── res_img_173.txt │ │ ├── res_img_174.txt │ │ ├── res_img_175.txt │ │ ├── res_img_176.txt │ │ ├── res_img_177.txt │ │ ├── res_img_178.txt │ │ ├── res_img_179.txt │ │ ├── res_img_18.txt │ │ ├── res_img_180.txt │ │ ├── res_img_181.txt │ │ ├── res_img_182.txt │ │ ├── res_img_183.txt │ │ ├── res_img_184.txt │ │ ├── res_img_186.txt │ │ ├── res_img_187.txt │ │ ├── res_img_188.txt │ │ ├── res_img_19.txt │ │ ├── res_img_190.txt │ │ ├── res_img_191.txt │ │ ├── res_img_192.txt │ │ ├── res_img_193.txt │ │ ├── res_img_194.txt │ │ ├── res_img_195.txt │ │ ├── res_img_196.txt │ │ ├── res_img_197.txt │ │ ├── res_img_198.txt │ │ ├── res_img_199.txt │ │ ├── res_img_2.txt │ │ ├── res_img_20.txt │ │ ├── res_img_200.txt │ │ ├── res_img_201.txt │ │ ├── res_img_202.txt │ │ ├── res_img_203.txt │ │ ├── res_img_204.txt │ │ ├── res_img_205.txt │ │ ├── res_img_206.txt │ │ ├── res_img_207.txt │ │ ├── res_img_208.txt │ │ ├── res_img_209.txt │ │ ├── res_img_21.txt │ │ ├── res_img_210.txt │ │ ├── res_img_211.txt │ │ ├── res_img_212.txt │ │ ├── res_img_213.txt │ │ ├── res_img_214.txt │ │ ├── res_img_215.txt │ │ ├── res_img_216.txt │ │ ├── res_img_217.txt │ │ ├── res_img_218.txt │ │ ├── res_img_219.txt │ │ ├── res_img_22.txt │ │ ├── res_img_220.txt │ │ ├── res_img_221.txt │ │ ├── res_img_222.txt │ │ ├── res_img_223.txt │ │ ├── res_img_224.txt │ │ ├── res_img_225.txt │ │ ├── res_img_226.txt │ │ ├── res_img_227.txt │ │ ├── res_img_228.txt │ │ ├── res_img_229.txt │ │ ├── res_img_23.txt │ │ ├── res_img_230.txt │ │ ├── res_img_231.txt │ │ ├── res_img_232.txt │ │ ├── res_img_233.txt │ │ ├── res_img_234.txt │ │ ├── res_img_235.txt │ │ ├── res_img_236.txt │ │ ├── res_img_237.txt │ │ ├── res_img_238.txt │ │ ├── res_img_239.txt │ │ ├── res_img_24.txt │ │ ├── res_img_240.txt │ │ ├── res_img_241.txt │ │ ├── res_img_243.txt │ │ ├── res_img_244.txt │ │ ├── res_img_245.txt │ │ ├── res_img_246.txt │ │ ├── res_img_247.txt │ │ ├── res_img_248.txt │ │ ├── res_img_249.txt │ │ ├── res_img_25.txt │ │ ├── res_img_250.txt │ │ ├── res_img_251.txt │ │ ├── res_img_252.txt │ │ ├── res_img_253.txt │ │ ├── res_img_254.txt │ │ ├── res_img_255.txt │ │ ├── res_img_256.txt │ │ ├── res_img_257.txt │ │ ├── res_img_258.txt │ │ ├── res_img_259.txt │ │ ├── res_img_26.txt │ │ ├── res_img_260.txt │ │ ├── res_img_261.txt │ │ ├── res_img_262.txt │ │ ├── res_img_263.txt │ │ ├── res_img_264.txt │ │ ├── res_img_265.txt │ │ ├── res_img_266.txt │ │ ├── res_img_267.txt │ │ ├── res_img_268.txt │ │ ├── res_img_269.txt │ │ ├── res_img_27.txt │ │ ├── res_img_270.txt │ │ ├── res_img_271.txt │ │ ├── res_img_272.txt │ │ ├── res_img_273.txt │ │ ├── res_img_274.txt │ │ ├── res_img_275.txt │ │ ├── res_img_276.txt │ │ ├── res_img_277.txt │ │ ├── res_img_279.txt │ │ ├── res_img_28.txt │ │ ├── res_img_280.txt │ │ ├── res_img_281.txt │ │ ├── res_img_282.txt │ │ ├── res_img_283.txt │ │ ├── res_img_284.txt │ │ ├── res_img_285.txt │ │ ├── res_img_286.txt │ │ ├── res_img_287.txt │ │ ├── res_img_288.txt │ │ ├── res_img_289.txt │ │ ├── res_img_29.txt │ │ ├── res_img_290.txt │ │ ├── res_img_291.txt │ │ ├── res_img_292.txt │ │ ├── res_img_293.txt │ │ ├── res_img_294.txt │ │ ├── res_img_295.txt │ │ ├── res_img_296.txt │ │ ├── res_img_297.txt │ │ ├── res_img_298.txt │ │ ├── res_img_299.txt │ │ ├── res_img_3.txt │ │ ├── res_img_30.txt │ │ ├── res_img_300.txt │ │ ├── res_img_301.txt │ │ ├── res_img_302.txt │ │ ├── res_img_303.txt │ │ ├── res_img_304.txt │ │ ├── res_img_305.txt │ │ ├── res_img_306.txt │ │ ├── res_img_307.txt │ │ ├── res_img_308.txt │ │ ├── res_img_309.txt │ │ ├── res_img_31.txt │ │ ├── res_img_310.txt │ │ ├── res_img_311.txt │ │ ├── res_img_312.txt │ │ ├── res_img_313.txt │ │ ├── res_img_314.txt │ │ ├── res_img_315.txt │ │ ├── res_img_316.txt │ │ ├── res_img_317.txt │ │ ├── res_img_318.txt │ │ ├── res_img_319.txt │ │ ├── res_img_32.txt │ │ ├── res_img_320.txt │ │ ├── res_img_321.txt │ │ ├── res_img_322.txt │ │ ├── res_img_323.txt │ │ ├── res_img_324.txt │ │ ├── res_img_325.txt │ │ ├── res_img_326.txt │ │ ├── res_img_327.txt │ │ ├── res_img_328.txt │ │ ├── res_img_329.txt │ │ ├── res_img_33.txt │ │ ├── res_img_330.txt │ │ ├── res_img_331.txt │ │ ├── res_img_332.txt │ │ ├── res_img_333.txt │ │ ├── res_img_335.txt │ │ ├── res_img_336.txt │ │ ├── res_img_337.txt │ │ ├── res_img_338.txt │ │ ├── res_img_339.txt │ │ ├── res_img_34.txt │ │ ├── res_img_340.txt │ │ ├── res_img_341.txt │ │ ├── res_img_342.txt │ │ ├── res_img_343.txt │ │ ├── res_img_344.txt │ │ ├── res_img_345.txt │ │ ├── res_img_346.txt │ │ ├── res_img_348.txt │ │ ├── res_img_349.txt │ │ ├── res_img_35.txt │ │ ├── res_img_350.txt │ │ ├── res_img_351.txt │ │ ├── res_img_352.txt │ │ ├── res_img_353.txt │ │ ├── res_img_354.txt │ │ ├── res_img_355.txt │ │ ├── res_img_356.txt │ │ ├── res_img_357.txt │ │ ├── res_img_358.txt │ │ ├── res_img_359.txt │ │ ├── res_img_36.txt │ │ ├── res_img_360.txt │ │ ├── res_img_361.txt │ │ ├── res_img_362.txt │ │ ├── res_img_363.txt │ │ ├── res_img_364.txt │ │ ├── res_img_365.txt │ │ ├── res_img_366.txt │ │ ├── res_img_367.txt │ │ ├── res_img_368.txt │ │ ├── res_img_369.txt │ │ ├── res_img_37.txt │ │ ├── res_img_370.txt │ │ ├── res_img_371.txt │ │ ├── res_img_372.txt │ │ ├── res_img_373.txt │ │ ├── res_img_374.txt │ │ ├── res_img_375.txt │ │ ├── res_img_376.txt │ │ ├── res_img_377.txt │ │ ├── res_img_378.txt │ │ ├── res_img_379.txt │ │ ├── res_img_38.txt │ │ ├── res_img_380.txt │ │ ├── res_img_381.txt │ │ ├── res_img_382.txt │ │ ├── res_img_383.txt │ │ ├── res_img_384.txt │ │ ├── res_img_385.txt │ │ ├── res_img_386.txt │ │ ├── res_img_387.txt │ │ ├── res_img_388.txt │ │ ├── res_img_389.txt │ │ ├── res_img_39.txt │ │ ├── res_img_390.txt │ │ ├── res_img_391.txt │ │ ├── res_img_392.txt │ │ ├── res_img_393.txt │ │ ├── res_img_394.txt │ │ ├── res_img_395.txt │ │ ├── res_img_396.txt │ │ ├── res_img_397.txt │ │ ├── res_img_398.txt │ │ ├── res_img_399.txt │ │ ├── res_img_4.txt │ │ ├── res_img_40.txt │ │ ├── res_img_400.txt │ │ ├── res_img_402.txt │ │ ├── res_img_403.txt │ │ ├── res_img_404.txt │ │ ├── res_img_405.txt │ │ ├── res_img_406.txt │ │ ├── res_img_407.txt │ │ ├── res_img_408.txt │ │ ├── res_img_409.txt │ │ ├── res_img_41.txt │ │ ├── res_img_410.txt │ │ ├── res_img_411.txt │ │ ├── res_img_413.txt │ │ ├── res_img_414.txt │ │ ├── res_img_415.txt │ │ ├── res_img_416.txt │ │ ├── res_img_417.txt │ │ ├── res_img_418.txt │ │ ├── res_img_419.txt │ │ ├── res_img_42.txt │ │ ├── res_img_420.txt │ │ ├── res_img_421.txt │ │ ├── res_img_422.txt │ │ ├── res_img_423.txt │ │ ├── res_img_424.txt │ │ ├── res_img_425.txt │ │ ├── res_img_426.txt │ │ ├── res_img_427.txt │ │ ├── res_img_428.txt │ │ ├── res_img_429.txt │ │ ├── res_img_43.txt │ │ ├── res_img_430.txt │ │ ├── res_img_431.txt │ │ ├── res_img_432.txt │ │ ├── res_img_433.txt │ │ ├── res_img_434.txt │ │ ├── res_img_435.txt │ │ ├── res_img_436.txt │ │ ├── res_img_437.txt │ │ ├── res_img_438.txt │ │ ├── res_img_439.txt │ │ ├── res_img_44.txt │ │ ├── res_img_440.txt │ │ ├── res_img_441.txt │ │ ├── res_img_442.txt │ │ ├── res_img_443.txt │ │ ├── res_img_444.txt │ │ ├── res_img_445.txt │ │ ├── res_img_446.txt │ │ ├── res_img_447.txt │ │ ├── res_img_448.txt │ │ ├── res_img_449.txt │ │ ├── res_img_45.txt │ │ ├── res_img_450.txt │ │ ├── res_img_451.txt │ │ ├── res_img_452.txt │ │ ├── res_img_453.txt │ │ ├── res_img_454.txt │ │ ├── res_img_455.txt │ │ ├── res_img_456.txt │ │ ├── res_img_457.txt │ │ ├── res_img_458.txt │ │ ├── res_img_459.txt │ │ ├── res_img_46.txt │ │ ├── res_img_460.txt │ │ ├── res_img_461.txt │ │ ├── res_img_462.txt │ │ ├── res_img_463.txt │ │ ├── res_img_464.txt │ │ ├── res_img_465.txt │ │ ├── res_img_466.txt │ │ ├── res_img_468.txt │ │ ├── res_img_469.txt │ │ ├── res_img_47.txt │ │ ├── res_img_470.txt │ │ ├── res_img_472.txt │ │ ├── res_img_473.txt │ │ ├── res_img_474.txt │ │ ├── res_img_475.txt │ │ ├── res_img_476.txt │ │ ├── res_img_477.txt │ │ ├── res_img_478.txt │ │ ├── res_img_479.txt │ │ ├── res_img_48.txt │ │ ├── res_img_480.txt │ │ ├── res_img_481.txt │ │ ├── res_img_482.txt │ │ ├── res_img_483.txt │ │ ├── res_img_484.txt │ │ ├── res_img_485.txt │ │ ├── res_img_486.txt │ │ ├── res_img_487.txt │ │ ├── res_img_488.txt │ │ ├── res_img_489.txt │ │ ├── res_img_49.txt │ │ ├── res_img_490.txt │ │ ├── res_img_491.txt │ │ ├── res_img_492.txt │ │ ├── res_img_493.txt │ │ ├── res_img_494.txt │ │ ├── res_img_495.txt │ │ ├── res_img_496.txt │ │ ├── res_img_497.txt │ │ ├── res_img_498.txt │ │ ├── res_img_499.txt │ │ ├── res_img_5.txt │ │ ├── res_img_50.txt │ │ ├── res_img_500.txt │ │ ├── res_img_51.txt │ │ ├── res_img_52.txt │ │ ├── res_img_53.txt │ │ ├── res_img_54.txt │ │ ├── res_img_55.txt │ │ ├── res_img_56.txt │ │ ├── res_img_57.txt │ │ ├── res_img_58.txt │ │ ├── res_img_59.txt │ │ ├── res_img_6.txt │ │ ├── res_img_60.txt │ │ ├── res_img_61.txt │ │ ├── res_img_62.txt │ │ ├── res_img_63.txt │ │ ├── res_img_64.txt │ │ ├── res_img_65.txt │ │ ├── res_img_66.txt │ │ ├── res_img_67.txt │ │ ├── res_img_68.txt │ │ ├── res_img_69.txt │ │ ├── res_img_7.txt │ │ ├── res_img_70.txt │ │ ├── res_img_71.txt │ │ ├── res_img_72.txt │ │ ├── res_img_73.txt │ │ ├── res_img_74.txt │ │ ├── res_img_75.txt │ │ ├── res_img_76.txt │ │ ├── res_img_77.txt │ │ ├── res_img_78.txt │ │ ├── res_img_79.txt │ │ ├── res_img_8.txt │ │ ├── res_img_80.txt │ │ ├── res_img_81.txt │ │ ├── res_img_82.txt │ │ ├── res_img_83.txt │ │ ├── res_img_84.txt │ │ ├── res_img_85.txt │ │ ├── res_img_86.txt │ │ ├── res_img_87.txt │ │ ├── res_img_88.txt │ │ ├── res_img_89.txt │ │ ├── res_img_9.txt │ │ ├── res_img_90.txt │ │ ├── res_img_91.txt │ │ ├── res_img_92.txt │ │ ├── res_img_93.txt │ │ ├── res_img_94.txt │ │ ├── res_img_95.txt │ │ ├── res_img_96.txt │ │ ├── res_img_97.txt │ │ ├── res_img_98.txt │ │ └── res_img_99.txt ├── synth-text │ ├── README.md │ └── make_list.py ├── synth_text.py ├── total_text.py └── total_text │ ├── .gitignore │ ├── Evaluation_Protocol │ ├── ComputePrecisionRecall.m │ ├── Eval.m │ ├── Examples │ │ ├── Groundtruth │ │ │ ├── poly_gt_img1.mat │ │ │ ├── poly_gt_img2.mat │ │ │ ├── poly_gt_img3.mat │ │ │ ├── poly_gt_img4.mat │ │ │ └── poly_gt_img5.mat │ │ ├── Prediction │ │ │ ├── img1.mat │ │ │ ├── img2.mat │ │ │ ├── img3.mat │ │ │ ├── img4.mat │ │ │ └── img5.mat │ │ └── Result.txt │ ├── Python_scripts │ │ ├── Deteval.py │ │ ├── Pascal_VOC.py │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── polygon_fast.cpython-37.pyc │ │ │ └── polygon_wrapper.cpython-37.pyc │ │ ├── polygon_fast.py │ │ ├── polygon_wrapper.py │ │ └── polygon_wrapper.pyc │ ├── README.md │ └── __init__.py │ ├── README.md │ ├── download.sh │ └── gdrivedl.sh ├── eval.py ├── eval_TextGraph.py ├── layers ├── GraphConv.py ├── GraphTest.py ├── NodePool.py ├── __init__.py ├── __pycache__ │ ├── GraphConv.cpython-37.pyc │ ├── GraphTest.cpython-37.pyc │ ├── NodePool.cpython-37.pyc │ ├── __init__.cpython-37.pyc │ ├── gcn.cpython-37.pyc │ ├── gcn_layer.cpython-37.pyc │ ├── libutil.cpython-37.pyc │ ├── proposal_layer.cpython-37.pyc │ ├── proposal_layer_test.cpython-37.pyc │ └── utils.cpython-37.pyc ├── gcn.py ├── gcn_layer.py ├── proposal_layer.py └── utils.py ├── network ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-36.pyc │ ├── __init__.cpython-37.pyc │ ├── loss.cpython-36.pyc │ ├── loss.cpython-37.pyc │ ├── resnet.cpython-37.pyc │ ├── textnet.cpython-36.pyc │ ├── textnet.cpython-37.pyc │ ├── vgg.cpython-36.pyc │ └── vgg.cpython-37.pyc ├── loss.py ├── resnet.py ├── textnet.py └── vgg.py ├── nmslib ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-36.pyc │ └── __init__.cpython-37.pyc ├── lanms │ ├── .gitignore │ ├── .ycm_extra_conf.py │ ├── Makefile │ ├── __init__.py │ ├── __main__.py │ ├── __pycache__ │ │ ├── __init__.cpython-36.pyc │ │ └── __init__.cpython-37.pyc │ ├── adaptor.cpp │ ├── include │ │ ├── clipper │ │ │ ├── clipper.cpp │ │ │ └── clipper.hpp │ │ └── pybind11 │ │ │ ├── attr.h │ │ │ ├── buffer_info.h │ │ │ ├── cast.h │ │ │ ├── chrono.h │ │ │ ├── class_support.h │ │ │ ├── common.h │ │ │ ├── complex.h │ │ │ ├── descr.h │ │ │ ├── eigen.h │ │ │ ├── embed.h │ │ │ ├── eval.h │ │ │ ├── functional.h │ │ │ ├── numpy.h │ │ │ ├── operators.h │ │ │ ├── options.h │ │ │ ├── pybind11.h │ │ │ ├── pytypes.h │ │ │ ├── stl.h │ │ │ ├── stl_bind.h │ │ │ └── typeid.h │ └── lanms.h └── nms │ ├── __init__.py │ ├── __pycache__ │ ├── __init__.cpython-36.pyc │ ├── __init__.cpython-37.pyc │ ├── blob.cpython-36.pyc │ ├── nms_wrapper.cpython-36.pyc │ └── nms_wrapper.cpython-37.pyc │ ├── bbox.c │ ├── bbox.pyx │ ├── cython_nms.c │ ├── cython_nms.pyx │ ├── gpu_nms.c │ ├── gpu_nms.cpp │ ├── gpu_nms.hpp │ ├── gpu_nms.pyx │ ├── make.sh │ ├── nms_kernel.cu │ ├── nms_py.py │ ├── nms_wrapper.py │ └── setup.py ├── output └── Ctw1500 │ ├── 1019.txt │ ├── 1415.txt │ └── 1433.txt ├── result ├── MLT │ ├── ts_img_00087.png │ ├── ts_img_00361.png │ └── ts_img_07035.png ├── ctw1500 │ ├── 1157.png │ ├── 1157_0.png │ ├── 1163.png │ ├── 1163_0.png │ ├── 1165.png │ ├── 1165_0.png │ ├── 1410.png │ ├── 1410_0.png │ ├── 1447.png │ └── 1447_0.png ├── icdar15 │ ├── res_img_14.png │ └── res_img_31.png ├── img2_0.png ├── screenshot_1.png ├── screenshot_22.png ├── td500 │ ├── img_113.png │ ├── img_113_0.png │ ├── img_2.png │ ├── img_2_0.png │ ├── img_9.png │ └── img_9_0.png └── total-text │ ├── img396.png │ ├── img396_0.png │ ├── img617.png │ ├── img617_0.png │ ├── img643.png │ ├── img643_0.png │ ├── img648.png │ ├── img648_0.png │ ├── img9.png │ └── img9_0.png ├── tool ├── train_CTW1500.sh ├── train_Icdar2015.sh ├── train_MLT2017.sh ├── train_SynText.sh ├── train_TD500.sh └── train_Totaltxt.sh ├── train_TextGraph.py └── util ├── __init__.py ├── __pycache__ ├── __init__.cpython-36.pyc ├── __init__.cpython-37.pyc ├── augmentation.cpython-36.pyc ├── augmentation.cpython-37.pyc ├── canvas.cpython-36.pyc ├── canvas.cpython-37.pyc ├── config.cpython-36.pyc ├── config.cpython-37.pyc ├── detection.cpython-36.pyc ├── detection.cpython-37.pyc ├── detection_graph.cpython-37.pyc ├── detection_mask.cpython-37.pyc ├── graph.cpython-37.pyc ├── io.cpython-36.pyc ├── io.cpython-37.pyc ├── misc.cpython-36.pyc ├── misc.cpython-37.pyc ├── option.cpython-36.pyc ├── option.cpython-37.pyc ├── pbox.cpython-37.pyc ├── shedule.cpython-36.pyc ├── shedule.cpython-37.pyc ├── strs.cpython-36.pyc ├── strs.cpython-37.pyc ├── summary.cpython-36.pyc ├── summary.cpython-37.pyc ├── visualize.cpython-36.pyc └── visualize.cpython-37.pyc ├── augmentation.py ├── canvas.py ├── config.py ├── detection_graph.py ├── detection_mask.py ├── graph.py ├── io.py ├── misc.py ├── option.py ├── pbox.py ├── shedule.py ├── strs.py ├── summary.py └── visualize.py /RoIlayer/__init__.py: -------------------------------------------------------------------------------- 1 | # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. 2 | import torch 3 | 4 | from .rroi_align import RROIAlign 5 | from .rroi_align import rroi_align -------------------------------------------------------------------------------- /RoIlayer/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/RoIlayer/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /RoIlayer/__pycache__/rroi_align.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/RoIlayer/__pycache__/rroi_align.cpython-37.pyc -------------------------------------------------------------------------------- /RoIlayer/timg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/RoIlayer/timg.jpg -------------------------------------------------------------------------------- /csrc/Makefile: -------------------------------------------------------------------------------- 1 | all: 2 | # install pycocotools locally 3 | python setup.py build_ext --inplace 4 | mv ./csc/*.so ./ 5 | rm -rf build 6 | 7 | install: 8 | # install pycocotools to the Python site-packages 9 | python setup.py build_ext build develop 10 | rm -rf build 11 | -------------------------------------------------------------------------------- /csrc/_C.cpython-37m-x86_64-linux-gnu.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/csrc/_C.cpython-37m-x86_64-linux-gnu.so -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- 1 | data should be put into here! 2 | 3 | -------------------------------------------------------------------------------- /dataset/TD500/075eval.sh: -------------------------------------------------------------------------------- 1 | rm submit/* 2 | cp $1/*.txt submit 3 | cd submit/;zip -r submit.zip *;mv submit.zip ../; cd ../ 4 | python2 script075.py -g=gt.zip -s=submit.zip 5 | -------------------------------------------------------------------------------- /dataset/TD500/Evaluation_Protocol/__pycache__/rrc_evaluation_funcs.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/Evaluation_Protocol/__pycache__/rrc_evaluation_funcs.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/TD500/Evaluation_Protocol/rrc_evaluation_funcs.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/Evaluation_Protocol/rrc_evaluation_funcs.pyc -------------------------------------------------------------------------------- /dataset/TD500/batch_eval.sh: -------------------------------------------------------------------------------- 1 | for ((i=490000;i<=510000;i+=1000)); do echo $i;sh eval.sh $1/submit-${i}_1.5|grep Calc;done 2 | -------------------------------------------------------------------------------- /dataset/TD500/eval.sh: -------------------------------------------------------------------------------- 1 | #cd dataset/TD500 2 | #rm submit/* 3 | #cp $1/*.txt submit 4 | #cd submit/;zip -r submit.zip * &> ../log.txt ;mv submit.zip ../; cd ../ 5 | #rm log.txt 6 | python2 Evaluation_Protocol/script.py -g=gt.zip -s=submit.zip 7 | -------------------------------------------------------------------------------- /dataset/TD500/gt.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/gt.zip -------------------------------------------------------------------------------- /dataset/TD500/submit.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/submit.zip -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_1.txt: -------------------------------------------------------------------------------- 1 | 193,792,1719,1011,0.08714715298285892 2 | 308,660,1548,805,0.04758309867059724 3 | 93,246,238,366,-0.1311116565551767 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_10.txt: -------------------------------------------------------------------------------- 1 | 280,813,308,835,0.2449785960380381 2 | 1061,511,1210,562,-0.05875582094110102 3 | 1031,398,1292,451,-0.12109767983615533 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_100.txt: -------------------------------------------------------------------------------- 1 | 368,127,872,431,-0.3480602407711641 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_101.txt: -------------------------------------------------------------------------------- 1 | 182,1014,1161,1067,-0.16341198060614112 2 | 176,955,1100,1010,-0.1638715423417478 3 | 150,739,1181,886,-0.1627273817584228 4 | 151,558,650,665,-0.14888992962951084 5 | 729,498,1522,561,-0.13333240000916596 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_102.txt: -------------------------------------------------------------------------------- 1 | 1371,873,1467,922,0.19270061068174135 2 | 320,704,1071,824,0.16764239535297412 3 | 264,645,973,707,0.16011829948322964 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_103.txt: -------------------------------------------------------------------------------- 1 | 376,809,1078,933,0.7628938529748409 2 | 490,481,1082,800,0.5289496654393798 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_104.txt: -------------------------------------------------------------------------------- 1 | 648,518,1003,596,0.0936479292037407 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_105.txt: -------------------------------------------------------------------------------- 1 | 696,347,786,642,-0.3954083820545892 2 | 863,310,942,550,-0.38921556712426136 3 | 968,275,1068,494,-0.3947911278929362 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_106.txt: -------------------------------------------------------------------------------- 1 | 541,717,1250,919,0.5446507311201014 2 | 564,640,1007,701,0.32276380568288937 3 | 562,557,1062,631,0.31016811899125374 4 | 565,479,1102,556,0.2578645672884923 5 | 567,348,773,419,0.21356048571005426 6 | 559,279,1022,357,0.19562249787172106 7 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_107.txt: -------------------------------------------------------------------------------- 1 | 101,1130,459,1173,0.25378260712767436 2 | 204,789,1523,969,0.11042544459707215 3 | 78,693,142,845,0.09901286721970397 4 | 386,676,1099,808,0.02816159694703579 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_108.txt: -------------------------------------------------------------------------------- 1 | 1308,554,1424,727,0.31080208448874697 2 | 1116,277,1173,629,0.011363175739147224 3 | 418,181,1263,628,0.21020623431710028 4 | 623,133,708,468,0.041766621691811154 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_109.txt: -------------------------------------------------------------------------------- 1 | 428,122,611,387,-0.021926310839105026 2 | 1227,55,1306,310,0.6870324443224352 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_11.txt: -------------------------------------------------------------------------------- 1 | 1121,1047,1413,1095,0.5123894639909987 2 | 1128,950,1503,1010,0.5045604361764403 3 | 139,314,556,399,0.4504033909340113 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_110.txt: -------------------------------------------------------------------------------- 1 | 416,710,862,771,0.24954218888199672 2 | 419,660,868,717,0.24958692998831006 3 | 422,589,685,642,0.22347663287090727 4 | 603,518,811,542,0.18998831426955085 5 | 421,423,825,513,0.17016920259524065 6 | 412,299,1352,410,0.1540596080033009 7 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_111.txt: -------------------------------------------------------------------------------- 1 | 282,808,807,1074,-0.06605164229353373 2 | 431,771,493,971,-0.5475622319818299 3 | 920,678,1467,1055,-0.04013907656469087 4 | 202,156,863,485,-0.26299469772009465 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_112.txt: -------------------------------------------------------------------------------- 1 | 213,361,824,578,-0.017962141461063442 2 | 1221,373,1576,479,-0.025472195397841547 3 | 865,215,1495,345,0.020658140575739434 4 | 42,160,120,373,0.21809651483673057 5 | 187,165,771,367,-0.030641746855360922 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_113.txt: -------------------------------------------------------------------------------- 1 | 1032,601,1479,765,0.19134719221576343 2 | 318,385,797,565,0.43804192926024815 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_114.txt: -------------------------------------------------------------------------------- 1 | 755,824,1324,1052,-0.26504290162496047 2 | 437,507,1091,693,-0.3759609810894267 3 | 408,207,800,436,-0.4932999585868292 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_115.txt: -------------------------------------------------------------------------------- 1 | 1086,517,1300,583,0.2321039432222168 2 | 1100,420,1390,476,0.18648692322637003 3 | 1154,359,1390,423,0.12708910985380276 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_116.txt: -------------------------------------------------------------------------------- 1 | 1086,610,1287,874,-0.2701531915064418 2 | 500,631,887,723,0.5937497010831714 3 | 618,327,827,543,-0.5995962717822755 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_117.txt: -------------------------------------------------------------------------------- 1 | 813,747,1048,888,-0.5241796443214264 2 | 675,642,988,759,-0.4550085290909752 3 | 592,387,740,538,-0.4361631024007113 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_118.txt: -------------------------------------------------------------------------------- 1 | 654,433,797,763,-0.5152448720222673 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_119.txt: -------------------------------------------------------------------------------- 1 | 650,740,1175,826,0.3102421548695579 2 | 936,570,1194,670,0.3369999996060133 3 | 736,286,918,579,0.08134186128065117 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_120.txt: -------------------------------------------------------------------------------- 1 | 518,530,716,685,0.05328279603558339 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_121.txt: -------------------------------------------------------------------------------- 1 | 844,28,920,1197,0.12446829302505644 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_122.txt: -------------------------------------------------------------------------------- 1 | 454,390,956,569,0.10789184629402593 2 | 991,386,1235,561,0.16403021680844604 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_123.txt: -------------------------------------------------------------------------------- 1 | 871,1093,1149,1166,0.2504430031207158 2 | 879,981,1176,1057,0.21425290759347468 3 | 766,938,851,999,0.2648172819463604 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_125.txt: -------------------------------------------------------------------------------- 1 | 637,709,855,747,0.0 2 | 573,603,920,713,-0.025204743284181208 3 | 700,570,791,606,-0.029403289563501123 4 | 967,468,1153,746,0.07621567565641343 5 | 649,462,911,580,0.09709619018317443 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_126.txt: -------------------------------------------------------------------------------- 1 | 550,552,1405,946,0.1806185146063274 2 | 540,227,1696,705,0.47233865041049794 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_127.txt: -------------------------------------------------------------------------------- 1 | 881,622,1445,794,0.4006779123245004 2 | 1116,140,1467,241,0.3246888716768526 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_128.txt: -------------------------------------------------------------------------------- 1 | 362,651,1018,743,0.5158390565509775 2 | 559,505,1095,608,0.49843829488354036 3 | 939,336,1078,395,0.5754246893594226 4 | 673,386,1238,485,0.5419825100239518 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_129.txt: -------------------------------------------------------------------------------- 1 | 802,878,963,1125,0.08430662536418113 2 | 383,351,1418,699,0.0170299830646709 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_130.txt: -------------------------------------------------------------------------------- 1 | 893,888,1014,1148,-0.3452449466038148 2 | 1166,679,1328,908,-0.46959992212448837 3 | 395,532,591,1213,0.681827429129931 4 | 1399,428,1546,703,-0.4056652140978905 5 | 936,235,1011,470,0.7240716887632478 6 | 870,34,926,1363,0.7616737923004486 7 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_131.txt: -------------------------------------------------------------------------------- 1 | 1044,550,1441,678,0.23395377491538535 2 | 713,463,1029,583,0.19455204027156398 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_132.txt: -------------------------------------------------------------------------------- 1 | 154,915,992,1025,-0.3155394485938332 2 | 39,618,945,969,-0.28829025063625835 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_133.txt: -------------------------------------------------------------------------------- 1 | 655,417,1266,605,-0.18141519924642444 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_134.txt: -------------------------------------------------------------------------------- 1 | 569,583,1194,647,-0.12763569037802774 2 | 564,460,1184,584,-0.10830599281066834 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_135.txt: -------------------------------------------------------------------------------- 1 | 262,268,395,363,0.2782996681229376 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_136.txt: -------------------------------------------------------------------------------- 1 | 586,207,888,390,0.15037139620965112 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_137.txt: -------------------------------------------------------------------------------- 1 | 629,812,1309,999,-0.1599131195659959 2 | 766,434,811,525,-0.21711131168096962 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_138.txt: -------------------------------------------------------------------------------- 1 | 16,777,1552,956,-0.28379410234690594 2 | 262,644,1124,804,-0.28065653239814353 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_139.txt: -------------------------------------------------------------------------------- 1 | 677,658,947,1076,0.10561257987508217 2 | 790,371,971,573,-0.054671825958762715 3 | 669,138,796,706,0.02683920430775728 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_141.txt: -------------------------------------------------------------------------------- 1 | 879,425,1279,505,0.7103514157222993 2 | 888,313,1612,445,0.7555562449604292 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_142.txt: -------------------------------------------------------------------------------- 1 | 253,559,1290,677,-0.7007607734256811 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_143.txt: -------------------------------------------------------------------------------- 1 | 186,797,1281,1173,-0.03989013758179578 2 | 461,811,740,936,-0.7049750261136487 3 | 1022,825,1227,921,-0.27695830046089226 4 | 232,647,970,866,0.0 5 | 301,290,1025,543,0.24742444318316625 6 | 292,166,953,306,0.06391280352663199 7 | 312,45,1062,198,0.11990403439082528 8 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_144.txt: -------------------------------------------------------------------------------- 1 | 319,167,411,1163,0.38095467444943304 2 | 228,-5,321,1159,0.3897911761043682 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_145.txt: -------------------------------------------------------------------------------- 1 | 218,449,1370,694,-0.23274926044385646 2 | 469,196,639,390,-0.26625204333888336 3 | 716,56,909,398,-0.10144695484414376 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_146.txt: -------------------------------------------------------------------------------- 1 | 761,374,874,479,-0.08047100760419547 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_147.txt: -------------------------------------------------------------------------------- 1 | 517,746,1379,990,-0.20601603330272747 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_148.txt: -------------------------------------------------------------------------------- 1 | 230,897,1134,1005,0.16813907489627375 2 | 891,673,942,689,0.1746722085244 3 | 897,649,977,667,0.19739549736744086 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_149.txt: -------------------------------------------------------------------------------- 1 | 628,678,791,758,-0.1048769315582184 2 | 750,552,814,655,-0.18776194488775877 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_15.txt: -------------------------------------------------------------------------------- 1 | 643,680,752,730,0.11379207968909497 2 | 644,224,750,402,0.03952730268921859 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_150.txt: -------------------------------------------------------------------------------- 1 | 165,468,521,690,-0.18416381451798086 2 | 540,346,1314,607,-0.19168726124220964 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_151.txt: -------------------------------------------------------------------------------- 1 | 1131,1007,1249,1106,-0.7132345539184183 2 | 206,801,561,1007,-0.4993467657103935 3 | 860,173,1498,530,-0.6193730391952533 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_152.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/submit/res_img_152.txt -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_153.txt: -------------------------------------------------------------------------------- 1 | 591,826,1459,1003,-0.39801431847074464 2 | 598,549,1318,747,-0.3280200867263774 3 | 367,368,855,565,-0.23075486903776704 4 | 281,-21,1220,303,-0.1275095480885205 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_154.txt: -------------------------------------------------------------------------------- 1 | 437,840,649,915,-0.037482440219283 2 | 713,368,1129,520,0.05409878859358347 3 | 647,167,1070,336,0.03250894111048005 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_155.txt: -------------------------------------------------------------------------------- 1 | 278,812,437,1000,0.0070921311409337245 2 | 583,545,703,625,0.19250167254831246 3 | 522,378,696,483,-0.759317161051838 4 | 972,272,1037,387,-0.6624263005887088 5 | 659,225,794,550,-0.6365082171229823 6 | 808,218,947,496,-0.6227842822355351 7 | 293,126,448,302,-0.09666746285956382 8 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_156.txt: -------------------------------------------------------------------------------- 1 | 559,626,869,743,-0.1861749172599105 2 | 504,358,1312,580,-0.22446316760721324 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_157.txt: -------------------------------------------------------------------------------- 1 | 967,853,1173,1192,0.026309634724995156 2 | 938,238,1144,545,-0.1034752599422396 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_158.txt: -------------------------------------------------------------------------------- 1 | 869,559,1269,717,0.7668817369701517 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_159.txt: -------------------------------------------------------------------------------- 1 | 435,603,1502,758,-0.23712027345148876 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_16.txt: -------------------------------------------------------------------------------- 1 | 913,1186,1131,1212,0.21256686030734592 2 | 768,1148,902,1172,0.23109061042744192 3 | 975,740,1161,799,-0.22390448634478521 4 | 875,607,1085,670,-0.28842956725078306 5 | 862,554,1052,609,-0.28010795450310094 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_160.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/submit/res_img_160.txt -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_161.txt: -------------------------------------------------------------------------------- 1 | 471,698,587,1060,-0.18803545153170986 2 | 436,485,535,628,-0.17985350493844554 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_162.txt: -------------------------------------------------------------------------------- 1 | 416,352,748,676,0.1010372691223272 2 | 499,416,653,474,0.2979969401773767 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_163.txt: -------------------------------------------------------------------------------- 1 | 341,942,560,982,-0.06442683939009838 2 | 339,811,1057,923,-0.07309608204500903 3 | 372,374,1425,698,-0.10848330108261872 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_164.txt: -------------------------------------------------------------------------------- 1 | 999,411,1150,799,0.48312565124780665 2 | 602,196,935,551,0.0 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_165.txt: -------------------------------------------------------------------------------- 1 | 946,343,1186,611,-0.7022570039051145 2 | 978,321,1068,546,0.7677322174642683 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_166.txt: -------------------------------------------------------------------------------- 1 | 593,569,974,666,-0.4062943193263943 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_167.txt: -------------------------------------------------------------------------------- 1 | 631,498,853,1005,0.01999727715123644 2 | 629,388,793,509,0.5681048579452872 3 | 923,274,1094,503,-0.026194881610337194 4 | 916,65,1138,244,0.06925337361862104 5 | 623,40,798,471,0.08314135922921725 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_168.txt: -------------------------------------------------------------------------------- 1 | 38,615,1589,908,-0.3839390793460023 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_169.txt: -------------------------------------------------------------------------------- 1 | 138,728,1463,971,0.028853086724074696 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_17.txt: -------------------------------------------------------------------------------- 1 | 289,1136,409,1174,0.10673563490676831 2 | 303,998,675,1052,0.06241877015509792 3 | 351,892,726,949,0.036569063350359324 4 | 376,631,760,687,-0.04713487201438021 5 | 323,445,1200,666,-0.12991131991760785 6 | 350,348,947,481,-0.13255151956566288 7 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_170.txt: -------------------------------------------------------------------------------- 1 | 896,990,1543,1188,-0.021502060955077104 2 | 12,705,1510,1060,0.05043041735005475 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_171.txt: -------------------------------------------------------------------------------- 1 | 634,514,1134,749,0.7717003274884854 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_172.txt: -------------------------------------------------------------------------------- 1 | 1012,948,1155,1073,0.5661242650425957 2 | 111,374,628,588,0.5518225573566558 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_173.txt: -------------------------------------------------------------------------------- 1 | 177,729,252,870,-0.09217502635098071 2 | 837,415,951,518,0.19739549736744086 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_174.txt: -------------------------------------------------------------------------------- 1 | 853,357,997,523,-0.387120058820533 2 | 1055,249,1219,426,-0.5016040277608304 3 | 508,8,739,303,0.23923162756370306 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_176.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/submit/res_img_176.txt -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_177.txt: -------------------------------------------------------------------------------- 1 | 516,626,664,928,0.37206770589184085 2 | 533,526,636,930,0.0 3 | 36,706,1500,1071,-0.23624527523058664 4 | 277,442,1268,766,-0.23817393649202154 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_178.txt: -------------------------------------------------------------------------------- 1 | 1057,484,1353,728,0.2782996681229376 2 | 811,389,976,567,0.23579055711921254 3 | 24,527,1320,667,0.3765415502070638 4 | 466,294,635,531,-0.7467907165485446 5 | 119,129,390,358,0.34506591559953426 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_179.txt: -------------------------------------------------------------------------------- 1 | 286,217,1454,359,0.179232206100887 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_18.txt: -------------------------------------------------------------------------------- 1 | 503,601,1600,1018,0.05595820766667632 2 | 908,322,1420,705,-0.0480399348272758 3 | 393,321,924,604,0.10866123353294961 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_180.txt: -------------------------------------------------------------------------------- 1 | 811,676,1087,1064,0.15722810391022188 2 | 164,215,961,574,0.13846520192423686 3 | 83,152,176,284,0.5380441608249164 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_181.txt: -------------------------------------------------------------------------------- 1 | 740,502,1081,655,-0.35787938228931104 2 | 660,385,1084,501,-0.39884172933191847 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_182.txt: -------------------------------------------------------------------------------- 1 | 59,647,1445,948,0.15594272921009547 2 | 106,385,1080,551,0.18502511410402592 3 | 1392,283,1551,444,0.1893700614224891 4 | 135,304,308,356,0.7526230393358165 5 | 165,225,1100,402,0.17959586074773726 6 | 218,139,1414,285,0.22649279596347574 7 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_183.txt: -------------------------------------------------------------------------------- 1 | 259,495,493,593,0.11990403439082528 2 | 263,327,530,499,0.1089419307118439 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_184.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/submit/res_img_184.txt -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_185.txt: -------------------------------------------------------------------------------- 1 | 673,604,1373,831,0.4563102156527783 2 | 122,294,717,515,0.5360829424191552 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_186.txt: -------------------------------------------------------------------------------- 1 | 312,196,1512,635,-0.14535924381433918 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_187.txt: -------------------------------------------------------------------------------- 1 | 827,885,994,1027,-0.7471654233139186 2 | 1315,287,1509,461,-0.21227050041229062 3 | 117,284,365,452,-0.0949517130049023 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_188.txt: -------------------------------------------------------------------------------- 1 | 272,173,1473,498,0.09739206738028215 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_189.txt: -------------------------------------------------------------------------------- 1 | 906,405,1045,705,-0.4905469158099605 2 | 886,217,1140,532,0.34233271337278665 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_190.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/submit/res_img_190.txt -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_191.txt: -------------------------------------------------------------------------------- 1 | 1044,342,1189,595,-0.013697773490926551 2 | 242,315,1000,606,-0.031379829467908585 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_192.txt: -------------------------------------------------------------------------------- 1 | 538,756,743,916,-0.19873065653519492 2 | 818,660,1037,878,-0.08522022277613259 3 | 413,412,523,546,-0.2606023801128771 4 | 797,287,872,410,-0.1874291163305262 5 | 946,204,1249,402,-0.28805542640714066 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_193.txt: -------------------------------------------------------------------------------- 1 | 1101,419,1137,455,-0.21109333327620544 2 | 954,92,1037,1101,0.05093628479911516 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_194.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/submit/res_img_194.txt -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_195.txt: -------------------------------------------------------------------------------- 1 | 161,231,598,611,-0.02666035015401789 2 | 401,216,588,296,-0.2436181368399283 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_196.txt: -------------------------------------------------------------------------------- 1 | 171,728,1141,880,-0.0749665449142473 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_197.txt: -------------------------------------------------------------------------------- 1 | 789,261,1058,377,-0.506384801391685 2 | 762,211,1039,313,-0.5364354450789407 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_198.txt: -------------------------------------------------------------------------------- 1 | 327,472,1590,782,-0.5130578841350948 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_2.txt: -------------------------------------------------------------------------------- 1 | 407,437,1812,630,-0.3469390166627274 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_20.txt: -------------------------------------------------------------------------------- 1 | 592,1002,953,1081,0.3711521111090718 2 | 625,630,879,1010,0.16514874446627903 3 | 585,528,818,645,-0.07927277652836347 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_200.txt: -------------------------------------------------------------------------------- 1 | 528,941,864,998,0.16514874446627903 2 | 454,834,1015,944,0.10673563490676831 3 | 445,611,1034,756,-0.12246105186670742 4 | 546,450,844,567,-0.1936220144846381 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_23.txt: -------------------------------------------------------------------------------- 1 | 1209,929,1318,1114,0.7188299885267279 2 | 113,472,1273,995,-0.41581179127206264 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_24.txt: -------------------------------------------------------------------------------- 1 | 1054,879,1192,915,-0.4436502801998446 2 | 878,592,1362,661,-0.358319602817501 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_25.txt: -------------------------------------------------------------------------------- 1 | 568,558,1636,803,-0.008353027125423388 2 | 867,242,1643,528,-0.048420271681641855 3 | 588,265,853,550,-0.06190427239962995 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_28.txt: -------------------------------------------------------------------------------- 1 | 564,388,1177,681,0.09117518413160275 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_29.txt: -------------------------------------------------------------------------------- 1 | 1272,994,1416,1030,-0.11773257606175928 2 | 483,895,1398,1103,-0.2041068630515206 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_3.txt: -------------------------------------------------------------------------------- 1 | 626,534,866,631,-0.1651486778872518 2 | 600,361,849,561,-0.020975945159353675 3 | 605,259,825,543,0.03598436633303258 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_30.txt: -------------------------------------------------------------------------------- 1 | 277,810,774,895,-0.18844619419558403 2 | 764,763,986,833,-0.1187053372618025 3 | 1004,710,1362,794,-0.14118632005753826 4 | 1387,671,1605,747,-0.165148661242495 5 | 274,541,1666,749,-0.17885899736362612 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_31.txt: -------------------------------------------------------------------------------- 1 | 1071,614,1482,730,0.09602120520916423 2 | 484,537,1030,737,0.12365949100199956 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_32.txt: -------------------------------------------------------------------------------- 1 | 509,812,1021,1031,0.08852533884697458 2 | 520,616,1311,830,0.13831579858708345 3 | 529,407,977,554,0.13749181654581313 4 | 525,273,1018,405,0.20699219835553895 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_33.txt: -------------------------------------------------------------------------------- 1 | 570,592,1107,718,0.14431843052606602 2 | 497,457,928,575,0.1236266009625371 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_34.txt: -------------------------------------------------------------------------------- 1 | 688,1090,770,1112,-0.1171087555435436 2 | 79,851,969,915,-0.11773256773938087 3 | 1081,771,1313,836,-0.12774100175438355 4 | 1308,735,1677,797,-0.13232797215928602 5 | 354,600,1140,798,-0.1337422937904427 6 | 563,574,923,614,-0.1562906545617574 7 | 553,485,916,590,-0.15478039255233067 8 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_35.txt: -------------------------------------------------------------------------------- 1 | 162,1058,782,1146,0.01767979437065007 2 | 170,962,677,1046,0.005917144467991062 3 | 172,858,748,941,0.014597584883047642 4 | 1179,807,1466,956,0.12856463425576078 5 | 146,675,550,793,-0.03904264898271633 6 | 432,364,899,509,-0.016665123753546333 7 | 450,228,910,368,0.024994832094823373 8 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/submit/res_img_36.txt -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_39.txt: -------------------------------------------------------------------------------- 1 | 866,924,914,1168,0.058135475015870054 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_4.txt: -------------------------------------------------------------------------------- 1 | 714,301,1110,494,-0.10633891545050907 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_41.txt: -------------------------------------------------------------------------------- 1 | 882,804,1380,975,0.3199088969943251 2 | 426,632,915,844,0.20679126285129254 3 | 282,561,398,767,0.11654272562098261 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_42.txt: -------------------------------------------------------------------------------- 1 | 775,783,1029,842,0.11454069427151606 2 | 733,734,1087,781,0.10876443102519015 3 | 458,681,512,790,0.09495167971538866 4 | 736,639,1087,734,0.09286935405905623 5 | 387,208,532,252,0.12219528503467439 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_43.txt: -------------------------------------------------------------------------------- 1 | 855,676,1639,832,0.03908615005464708 2 | 528,673,797,793,-0.029991003443000225 3 | 866,471,1325,728,0.003597131684369119 4 | 142,472,739,673,-0.011110653972348134 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_44.txt: -------------------------------------------------------------------------------- 1 | 598,806,855,856,-0.1767088609680376 2 | 562,700,782,816,-0.1651486778872518 3 | 838,655,938,773,-0.07743108412127644 4 | 182,533,216,827,0.20507592079317294 5 | 139,520,183,766,0.21866896131304295 6 | 101,501,136,696,0.19502022399119978 7 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_45.txt: -------------------------------------------------------------------------------- 1 | 149,246,853,410,0.06408324583639702 2 | 150,70,865,273,0.04900136510911859 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_46.txt: -------------------------------------------------------------------------------- 1 | 1213,1064,1257,1076,-0.4266274876701169 2 | 792,561,846,986,-0.0 3 | 288,301,341,983,0.05393234102545355 4 | 794,231,844,541,0.010100571066340975 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_48.txt: -------------------------------------------------------------------------------- 1 | 957,694,993,710,-0.1746721918796432 2 | 1001,688,1094,725,-0.1691012250638487 3 | 409,632,905,759,-0.020722422626551208 4 | 971,645,1085,685,-0.0897581743722208 5 | 417,423,459,541,-0.22390450298954204 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_49.txt: -------------------------------------------------------------------------------- 1 | 435,759,507,800,0.7597627744812354 2 | 572,511,1350,835,0.03702020283901863 3 | 42,267,205,419,0.5931133387406972 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_5.txt: -------------------------------------------------------------------------------- 1 | 502,365,795,445,-0.07348705073778938 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_50.txt: -------------------------------------------------------------------------------- 1 | 207,818,527,933,-0.056063639717519015 2 | 634,800,1511,913,-0.039978687688040894 3 | 612,544,1526,835,-0.028030040950375118 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_51.txt: -------------------------------------------------------------------------------- 1 | 1077,494,1370,848,0.08800735401495431 2 | 699,410,955,752,0.24803204338586768 3 | 404,524,632,683,-0.35144481891103135 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_54.txt: -------------------------------------------------------------------------------- 1 | 953,298,1361,570,0.04402444966397976 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_55.txt: -------------------------------------------------------------------------------- 1 | 906,857,1346,926,-0.011110653972348134 2 | 922,652,1367,861,0.0 3 | 945,585,1351,652,-0.04863418593501321 4 | 947,392,1371,586,-0.011069658976615038 5 | 975,316,1341,382,-0.07437236870791555 6 | 966,133,1376,311,-0.08865588367465886 7 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_57.txt: -------------------------------------------------------------------------------- 1 | 673,429,801,456,0.0 2 | 866,359,1345,499,-0.0 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_6.txt: -------------------------------------------------------------------------------- 1 | 545,669,985,711,-0.10852138428620686 2 | 539,623,982,655,-0.11487660210875904 3 | 419,517,1086,599,-0.11675057702168484 4 | 575,468,910,509,-0.11542665306477955 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_60.txt: -------------------------------------------------------------------------------- 1 | 1057,433,1158,554,0.0 2 | 718,410,908,509,0.10220666315698068 3 | 429,302,1191,456,0.1339751123263644 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_61.txt: -------------------------------------------------------------------------------- 1 | 1440,1148,1582,1175,-0.04647812816718843 2 | 515,527,1301,749,0.011418835805929867 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/submit/res_img_62.txt -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/submit/res_img_63.txt -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_64.txt: -------------------------------------------------------------------------------- 1 | 152,836,264,1093,0.7659453029518528 2 | 533,428,1318,783,0.009049421384086966 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_66.txt: -------------------------------------------------------------------------------- 1 | 528,835,643,1038,-0.025311049184756577 2 | 904,864,1063,1009,-0.41368925188326994 3 | 322,409,1582,905,0.023856597044923794 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_67.txt: -------------------------------------------------------------------------------- 1 | 1284,449,1328,486,-0.05875582510229022 2 | 983,179,1369,535,0.023899740254583066 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_68.txt: -------------------------------------------------------------------------------- 1 | 868,689,1469,777,-0.019045317736020247 2 | 874,482,1493,664,-0.05654343315503189 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_69.txt: -------------------------------------------------------------------------------- 1 | 654,904,1320,1034,-0.5594389317581715 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_7.txt: -------------------------------------------------------------------------------- 1 | 659,800,827,819,-0.1372888170917219 2 | 708,785,794,797,-0.1767088609680376 3 | 732,503,829,529,-0.3265814138160033 4 | 749,462,829,480,-0.38633722261810444 5 | 733,433,861,457,-0.3576632667668512 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_70.txt: -------------------------------------------------------------------------------- 1 | 699,869,844,987,-0.3612038062780561 2 | 297,295,1390,917,0.060532053680831754 3 | 362,160,1260,349,-0.01977143484901397 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_71.txt: -------------------------------------------------------------------------------- 1 | 461,468,1233,759,0.572694150293765 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_74.txt: -------------------------------------------------------------------------------- 1 | 632,254,1475,686,0.08314122607116274 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_75.txt: -------------------------------------------------------------------------------- 1 | 1613,1214,1675,1232,0.028563734271637657 2 | 1587,1190,1682,1211,0.10673563490676831 3 | 292,1120,389,1154,-0.10566557678077472 4 | 1104,658,1138,692,-0.21535770332693696 5 | 823,622,895,745,0.20749620159183632 6 | 1123,126,1171,224,-0.09966865399337901 7 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_77.txt: -------------------------------------------------------------------------------- 1 | 859,627,1302,737,0.2449785960380381 2 | 665,375,1221,643,0.15101534856123208 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_78.txt: -------------------------------------------------------------------------------- 1 | 155,722,310,1025,-0.027660926823290227 2 | 1104,633,1591,939,-0.04995839701397353 3 | 186,619,774,979,0.21957763187697776 4 | 290,487,355,822,-0.02734880226293842 5 | 1396,144,1596,444,0.04468571256264627 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_79.txt: -------------------------------------------------------------------------------- 1 | 205,553,1449,928,0.028413398828102725 2 | 210,565,385,621,-0.06241881176698994 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_8.txt: -------------------------------------------------------------------------------- 1 | 824,659,934,695,0.09966867063813581 2 | 812,611,925,632,0.16859700544571277 3 | 820,577,924,608,0.16514874446627903 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_81.txt: -------------------------------------------------------------------------------- 1 | 464,195,906,555,-0.03871304950830548 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_82.txt: -------------------------------------------------------------------------------- 1 | 343,578,1439,700,0.10132302630729263 2 | 192,439,1647,602,0.07056857572295634 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_83.txt: -------------------------------------------------------------------------------- 1 | 513,612,1154,673,-0.12102721425818751 2 | 485,435,1169,599,-0.12469034240332014 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/TD500/submit/res_img_84.txt -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_85.txt: -------------------------------------------------------------------------------- 1 | 662,594,1095,755,0.09065986246067255 2 | 666,421,1097,496,0.2031663011335321 3 | 710,288,1068,410,0.20805613121102534 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_86.txt: -------------------------------------------------------------------------------- 1 | 106,603,506,791,-0.1911844730731596 2 | 81,568,381,620,-0.23893641615686784 3 | 1360,489,1516,526,-0.2392315942741894 4 | 493,440,1544,629,-0.2119209771639746 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_87.txt: -------------------------------------------------------------------------------- 1 | 618,996,1299,1061,-0.07545044960669299 2 | 784,915,1144,989,-0.09441541894038773 3 | 680,738,1107,787,-0.05783018104759537 4 | 785,689,1008,739,-0.06656816654814367 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_88.txt: -------------------------------------------------------------------------------- 1 | 587,648,799,735,-0.2510026997133094 2 | 798,599,970,687,-0.24497867926182218 3 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_89.txt: -------------------------------------------------------------------------------- 1 | 978,557,1033,588,-0.29849894604285654 2 | 505,534,989,642,-0.2552942340071597 3 | 1178,37,1225,197,-0.4636475906405947 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_9.txt: -------------------------------------------------------------------------------- 1 | 839,568,1015,636,0.11848989585199356 2 | 799,462,1014,516,0.15101534856123208 3 | 813,401,1002,460,0.17367112627063946 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_90.txt: -------------------------------------------------------------------------------- 1 | 14,779,359,1082,0.027992752533924813 2 | 405,860,1134,1002,-0.13384489207143796 3 | 322,544,1572,913,-0.1334987560311334 4 | 81,490,809,606,0.03748252760425627 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_91.txt: -------------------------------------------------------------------------------- 1 | 502,761,1068,896,-0.5106477233485738 2 | 395,582,579,838,-0.437443916437471 3 | 489,335,1545,569,-0.4586293961985597 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_92.txt: -------------------------------------------------------------------------------- 1 | 672,666,822,720,0.5899073588414333 2 | 686,571,953,681,-0.3749917236106926 3 | 559,475,986,580,-0.5361012516516495 4 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_93.txt: -------------------------------------------------------------------------------- 1 | 661,751,764,811,0.110657139611909 2 | 636,661,796,757,0.1721909413367738 3 | 828,521,949,575,0.3296243749670407 4 | 785,429,974,464,0.47835240104703164 5 | 833,367,936,419,0.45510087420177364 6 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_94.txt: -------------------------------------------------------------------------------- 1 | 635,500,906,701,-0.004201655467877718 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_96.txt: -------------------------------------------------------------------------------- 1 | 766,646,1054,719,-0.1691012250638487 2 | 774,545,1048,649,-0.1866893068244592 3 | 497,384,742,452,-0.258919478685786 4 | 431,232,814,293,-0.2709468135112852 5 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_97.txt: -------------------------------------------------------------------------------- 1 | 327,583,1070,733,-0.16017585705228896 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_98.txt: -------------------------------------------------------------------------------- 1 | 756,610,861,642,-0.06146095178548355 2 | -------------------------------------------------------------------------------- /dataset/TD500/submit/res_img_99.txt: -------------------------------------------------------------------------------- 1 | 706,484,750,656,-0.05298068121586 2 | -------------------------------------------------------------------------------- /dataset/__init__.py: -------------------------------------------------------------------------------- 1 | from .dataload import * 2 | from .total_text import TotalText 3 | from .synth_text import SynthText 4 | from .ctw1500_text import Ctw1500Text 5 | from .Icdar15_Text import Icdar15Text 6 | from .Icdar17_Text import Mlt2017Text 7 | from .TD500_Text import TD500Text 8 | -------------------------------------------------------------------------------- /dataset/__pycache__/Icdar15_Text.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/Icdar15_Text.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/Icdar17_Text.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/Icdar17_Text.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/TD500_Text.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/TD500_Text.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/ctw1500_text.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/ctw1500_text.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/data_util.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/data_util.cpython-36.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/data_util.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/data_util.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/dataload.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/dataload.cpython-36.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/dataload.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/dataload.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/synth_text.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/synth_text.cpython-36.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/synth_text.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/synth_text.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/total_text.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/total_text.cpython-36.pyc -------------------------------------------------------------------------------- /dataset/__pycache__/total_text.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/__pycache__/total_text.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/ctw1500/Evaluation_Protocol/__pycache__/voc_eval_polygon.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/ctw1500/Evaluation_Protocol/__pycache__/voc_eval_polygon.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/ctw1500/annots.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/ctw1500/annots.pkl -------------------------------------------------------------------------------- /dataset/data_util.py: -------------------------------------------------------------------------------- 1 | from PIL import Image 2 | import numpy as np 3 | 4 | 5 | def pil_load_img(path): 6 | image = Image.open(path) 7 | image = np.array(image) 8 | return image -------------------------------------------------------------------------------- /dataset/icdar15/075eval.sh: -------------------------------------------------------------------------------- 1 | rm submit/* 2 | cp $1/*.txt submit 3 | cd submit/;zip -r submit.zip *;mv submit.zip ../; cd ../ 4 | python2 script075.py -g=gt.zip -s=submit.zip 5 | -------------------------------------------------------------------------------- /dataset/icdar15/Evaluation_Protocol/__pycache__/rrc_evaluation_funcs.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/icdar15/Evaluation_Protocol/__pycache__/rrc_evaluation_funcs.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/icdar15/Evaluation_Protocol/rrc_evaluation_funcs.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/icdar15/Evaluation_Protocol/rrc_evaluation_funcs.pyc -------------------------------------------------------------------------------- /dataset/icdar15/batch_eval.sh: -------------------------------------------------------------------------------- 1 | for ((i=490000;i<=510000;i+=1000)); do echo $i;sh eval.sh $1/submit-${i}_1.5|grep Calc;done 2 | -------------------------------------------------------------------------------- /dataset/icdar15/eval.sh: -------------------------------------------------------------------------------- 1 | cd dataset/icdar15/ 2 | rm submit/* 3 | cp $1/*.txt submit 4 | cd submit/;zip -r submit.zip * &> ../log.txt ;mv submit.zip ../; cd ../ 5 | rm log.txt 6 | python2 Evaluation_Protocol/script.py -g=gt.zip -s=submit.zip 7 | -------------------------------------------------------------------------------- /dataset/icdar15/gt.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/icdar15/gt.zip -------------------------------------------------------------------------------- /dataset/icdar15/submit.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/icdar15/submit.zip -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_1.txt: -------------------------------------------------------------------------------- 1 | 137,342,179,342,179,354,137,354 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_101.txt: -------------------------------------------------------------------------------- 1 | 822,114,999,81,1013,164,836,197 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_102.txt: -------------------------------------------------------------------------------- 1 | 631,245,718,256,716,280,628,270 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_104.txt: -------------------------------------------------------------------------------- 1 | 54,440,168,382,191,433,77,491 2 | 57,113,155,122,148,201,51,191 3 | 65,363,160,328,176,379,82,414 4 | 428,214,472,212,473,223,428,225 5 | 1145,209,1179,206,1180,218,1146,222 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_105.txt: -------------------------------------------------------------------------------- 1 | 23,2,340,72,325,150,8,80 2 | 716,107,826,175,805,213,695,145 3 | 712,208,805,222,799,266,706,251 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_106.txt: -------------------------------------------------------------------------------- 1 | 895,355,950,378,943,397,888,375 2 | 1002,433,1051,452,1046,468,997,449 3 | 951,411,998,430,993,445,946,426 4 | 949,374,993,390,985,414,941,397 5 | 906,384,951,402,943,423,899,404 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_107.txt: -------------------------------------------------------------------------------- 1 | 468,25,706,13,709,68,470,80 2 | 259,47,527,31,529,81,262,98 3 | 609,119,693,117,694,155,610,157 4 | 520,141,598,139,598,158,521,160 5 | 535,160,597,159,598,178,536,180 6 | 517,121,566,120,566,138,518,139 7 | 608,159,642,157,643,172,609,175 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_109.txt: -------------------------------------------------------------------------------- 1 | 472,209,592,231,583,287,464,265 2 | 340,357,399,356,400,381,340,382 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_11.txt: -------------------------------------------------------------------------------- 1 | 408,79,487,70,489,87,410,96 2 | 412,98,487,90,489,106,414,115 3 | 400,63,466,55,468,71,402,79 4 | 463,55,493,52,494,66,464,70 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_110.txt: -------------------------------------------------------------------------------- 1 | 66,458,170,422,183,462,78,498 2 | -2,480,75,457,86,500,8,524 3 | -2,386,69,368,79,411,7,430 4 | -3,433,94,406,104,448,6,475 5 | 64,369,121,351,134,397,77,415 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_111.txt: -------------------------------------------------------------------------------- 1 | 158,135,298,174,288,211,149,172 2 | 163,456,280,408,294,446,177,494 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_113.txt: -------------------------------------------------------------------------------- 1 | 468,22,556,92,528,131,441,61 2 | 218,226,287,227,287,272,218,271 3 | 230,340,293,325,301,366,239,381 4 | 226,270,281,271,281,286,226,285 5 | 251,441,290,428,294,444,255,457 6 | 127,341,172,340,172,366,128,367 7 | 226,450,253,443,257,458,230,465 8 | 216,414,281,398,289,434,223,450 9 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_114.txt: -------------------------------------------------------------------------------- 1 | 870,557,1227,564,1226,647,868,640 2 | 862,507,1207,513,1206,553,861,547 3 | 46,345,129,346,128,364,46,363 4 | 45,213,85,214,85,227,44,226 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_115.txt: -------------------------------------------------------------------------------- 1 | 105,361,176,344,179,360,109,378 2 | 106,386,157,372,160,387,109,401 3 | 184,345,240,329,243,343,187,359 4 | 102,339,154,328,157,344,105,355 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_116.txt: -------------------------------------------------------------------------------- 1 | 387,195,442,180,450,211,394,226 2 | 817,258,868,251,873,297,822,303 3 | 814,217,858,209,865,251,820,259 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_117.txt: -------------------------------------------------------------------------------- 1 | 736,75,872,-5,894,36,758,118 2 | 28,63,138,117,120,159,10,105 3 | 291,256,323,252,325,268,293,272 4 | 755,33,825,-7,840,22,770,63 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_118.txt: -------------------------------------------------------------------------------- 1 | 918,222,1018,209,1021,234,921,247 2 | 1152,203,1210,207,1209,233,1150,229 3 | 1164,184,1195,188,1192,207,1162,203 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_119.txt: -------------------------------------------------------------------------------- 1 | 13,54,188,81,181,133,6,105 2 | 179,89,305,111,300,149,173,127 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_12.txt: -------------------------------------------------------------------------------- 1 | 56,243,161,239,162,272,57,276 2 | 62,181,141,178,142,215,63,217 3 | 332,147,399,140,401,154,334,162 4 | 120,428,160,429,160,442,120,442 5 | 91,221,135,222,135,241,91,241 6 | 89,429,118,430,118,443,89,442 7 | 65,222,95,222,95,244,65,243 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_120.txt: -------------------------------------------------------------------------------- 1 | 41,210,155,212,155,238,41,236 2 | 783,241,874,238,874,254,784,257 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_123.txt: -------------------------------------------------------------------------------- 1 | 218,135,361,172,354,204,211,167 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_124.txt: -------------------------------------------------------------------------------- 1 | 541,164,580,147,588,167,549,185 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_127.txt: -------------------------------------------------------------------------------- 1 | 448,34,584,89,563,149,427,93 2 | 444,142,514,138,516,169,445,174 3 | 1162,-1,1258,-3,1258,15,1162,17 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_128.txt: -------------------------------------------------------------------------------- 1 | 1139,68,1244,58,1245,76,1140,86 2 | 1014,28,1121,-1,1127,26,1020,55 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_129.txt: -------------------------------------------------------------------------------- 1 | 917,558,1002,546,1007,580,921,592 2 | 1197,190,1255,179,1257,193,1199,204 3 | 999,544,1058,543,1058,582,1000,583 4 | 1187,177,1241,164,1244,177,1190,190 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_13.txt: -------------------------------------------------------------------------------- 1 | 797,232,1082,162,1090,203,806,273 2 | 326,191,376,177,380,196,331,210 3 | 366,204,408,192,412,205,369,217 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_130.txt: -------------------------------------------------------------------------------- 1 | 182,50,306,143,278,185,154,93 2 | 684,242,709,233,713,246,689,255 3 | 705,233,728,225,732,238,709,246 4 | 379,333,399,334,398,347,378,345 5 | 706,348,741,352,739,369,705,364 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_131.txt: -------------------------------------------------------------------------------- 1 | 614,216,758,212,759,241,615,244 2 | 201,369,282,371,281,390,201,389 3 | 38,337,74,343,72,355,37,350 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_132.txt: -------------------------------------------------------------------------------- 1 | 373,192,484,207,481,234,370,219 2 | 792,277,879,272,880,295,793,300 3 | 488,214,542,225,539,242,485,231 4 | 593,228,638,234,636,250,591,243 5 | 686,243,731,247,730,261,684,256 6 | 657,239,692,242,690,256,655,252 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_133.txt: -------------------------------------------------------------------------------- 1 | 463,286,730,290,730,321,463,317 2 | 216,101,348,150,338,178,207,128 3 | 105,41,213,92,200,122,93,71 4 | 283,278,315,280,314,299,282,297 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_134.txt: -------------------------------------------------------------------------------- 1 | 537,44,968,8,973,80,542,115 2 | 517,393,604,399,602,428,515,422 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_135.txt: -------------------------------------------------------------------------------- 1 | 371,408,447,409,447,431,371,430 2 | 366,433,448,433,448,455,366,455 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_136.txt: -------------------------------------------------------------------------------- 1 | 5,217,100,226,99,246,3,237 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_137.txt: -------------------------------------------------------------------------------- 1 | 58,383,173,335,181,358,66,407 2 | 299,277,383,244,390,264,306,298 3 | 501,197,579,169,584,184,506,212 4 | 430,226,494,203,498,218,435,241 5 | 383,246,424,229,429,245,388,262 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_138.txt: -------------------------------------------------------------------------------- 1 | 50,136,250,119,253,162,53,178 2 | 316,172,383,164,385,181,318,190 3 | 465,97,540,89,543,119,467,127 4 | 189,196,266,191,267,207,190,211 5 | 997,129,1057,123,1059,143,998,150 6 | 597,83,642,77,645,109,600,115 7 | 237,209,287,203,288,215,238,221 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_139.txt: -------------------------------------------------------------------------------- 1 | 320,114,542,116,542,157,320,155 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_14.txt: -------------------------------------------------------------------------------- 1 | -7,213,205,198,209,257,-4,273 2 | 205,195,373,178,376,219,208,236 3 | 0,86,285,91,284,181,-1,176 4 | 340,100,428,106,425,163,337,158 5 | 269,90,336,89,336,163,269,164 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_140.txt: -------------------------------------------------------------------------------- 1 | 907,216,1041,137,1069,191,935,271 2 | 618,419,655,419,655,434,618,434 3 | 531,364,578,366,577,388,530,386 4 | 575,367,603,369,602,389,574,387 5 | 235,317,291,323,290,337,234,331 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_141.txt: -------------------------------------------------------------------------------- 1 | 1043,464,1144,457,1148,525,1047,532 2 | 669,223,746,198,753,221,676,247 3 | 703,248,753,232,758,250,708,265 4 | 666,260,710,247,714,263,671,276 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_143.txt: -------------------------------------------------------------------------------- 1 | 809,455,1202,474,1193,698,800,680 2 | 811,341,1053,336,1055,463,814,468 3 | 1017,369,1253,381,1248,483,1012,470 4 | 601,385,709,410,699,457,592,432 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_146.txt: -------------------------------------------------------------------------------- 1 | 420,470,483,446,491,469,428,494 2 | 370,489,426,469,434,495,378,515 3 | 526,429,585,406,591,422,532,446 4 | 685,359,749,337,753,350,690,373 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_147.txt: -------------------------------------------------------------------------------- 1 | 950,139,1070,146,1068,176,949,170 2 | 1069,124,1173,137,1170,166,1066,154 3 | 953,109,1068,119,1065,153,951,143 4 | 843,93,950,108,944,153,837,138 5 | 360,375,399,377,398,393,359,391 6 | 775,91,858,94,857,142,774,140 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_148.txt: -------------------------------------------------------------------------------- 1 | 781,237,863,243,862,261,780,256 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_149.txt: -------------------------------------------------------------------------------- 1 | 821,365,999,364,999,395,821,395 2 | 752,427,794,430,793,448,750,444 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_15.txt: -------------------------------------------------------------------------------- 1 | 1143,138,1272,129,1274,153,1145,162 2 | 1159,165,1264,161,1265,187,1160,191 3 | 398,32,435,19,439,32,402,44 4 | 434,21,469,10,473,23,438,34 5 | 363,43,399,30,403,43,367,56 6 | 470,11,506,0,509,13,473,24 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_150.txt: -------------------------------------------------------------------------------- 1 | 1062,161,1254,109,1268,168,1076,220 2 | 724,283,795,283,796,314,724,314 3 | 812,322,839,325,838,340,810,337 4 | 786,335,810,336,810,351,785,350 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_151.txt: -------------------------------------------------------------------------------- 1 | 790,319,837,319,837,351,790,350 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_153.txt: -------------------------------------------------------------------------------- 1 | 1065,155,1112,152,1122,338,1075,341 2 | 1065,348,1113,344,1128,556,1081,560 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_155.txt: -------------------------------------------------------------------------------- 1 | 417,666,481,639,489,663,425,689 2 | 435,632,503,608,508,627,441,651 3 | 458,595,504,580,509,599,464,615 4 | 425,698,461,685,467,704,431,718 5 | 476,645,503,637,508,655,481,663 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_156.txt: -------------------------------------------------------------------------------- 1 | 980,241,1257,85,1302,177,1025,333 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_157.txt: -------------------------------------------------------------------------------- 1 | 731,137,851,86,862,113,741,165 2 | 420,267,503,265,504,292,421,294 3 | 839,92,931,58,940,87,848,120 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_158.txt: -------------------------------------------------------------------------------- 1 | 137,275,222,267,225,295,139,303 2 | 142,317,229,322,227,359,140,353 3 | 141,298,223,294,224,321,142,326 4 | 398,176,538,174,538,204,398,205 5 | 570,179,622,177,623,200,570,202 6 | 622,178,665,178,665,201,622,201 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_159.txt: -------------------------------------------------------------------------------- 1 | 7,265,127,279,123,315,3,301 2 | 582,389,641,389,641,404,582,405 3 | 594,350,676,351,676,374,594,372 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_16.txt: -------------------------------------------------------------------------------- 1 | 511,458,666,453,667,485,511,490 2 | 1036,187,1118,186,1119,225,1037,226 3 | 671,452,795,453,794,486,670,485 4 | 1122,188,1207,189,1206,227,1121,226 5 | 1111,225,1188,226,1188,253,1110,252 6 | 1037,220,1089,221,1089,252,1037,252 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_160.txt: -------------------------------------------------------------------------------- 1 | 974,210,1292,144,1309,237,990,302 2 | 876,491,956,513,945,557,866,536 3 | 1061,373,1116,380,1111,421,1056,413 4 | 698,399,741,404,738,441,695,436 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_161.txt: -------------------------------------------------------------------------------- 1 | 851,167,905,176,854,513,800,504 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_162.txt: -------------------------------------------------------------------------------- 1 | 923,285,1055,280,1056,316,924,321 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_163.txt: -------------------------------------------------------------------------------- 1 | 448,149,535,170,530,191,444,170 2 | 529,172,591,187,587,204,526,189 3 | 346,248,383,249,383,262,346,262 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_166.txt: -------------------------------------------------------------------------------- 1 | 523,58,720,53,722,115,525,120 2 | 1196,248,1278,247,1278,271,1197,272 3 | 215,221,272,220,272,241,216,242 4 | 1115,278,1177,277,1177,308,1115,309 5 | 1173,276,1246,279,1244,314,1172,311 6 | 254,172,296,172,296,188,255,189 7 | 880,290,912,293,910,315,878,312 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_167.txt: -------------------------------------------------------------------------------- 1 | 964,256,1231,150,1264,248,997,353 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_168.txt: -------------------------------------------------------------------------------- 1 | 107,12,408,57,395,152,95,107 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_169.txt: -------------------------------------------------------------------------------- 1 | 326,423,409,432,407,458,323,450 2 | 208,195,303,195,302,220,208,219 3 | 625,280,651,281,651,294,625,293 4 | 313,197,416,194,416,219,313,221 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_17.txt: -------------------------------------------------------------------------------- 1 | 1071,97,1132,101,1131,120,1070,116 2 | 1094,120,1162,123,1161,140,1093,138 3 | 1056,117,1092,119,1091,137,1056,135 4 | 1130,100,1159,101,1159,119,1129,118 5 | 1163,120,1188,121,1188,139,1163,139 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_170.txt: -------------------------------------------------------------------------------- 1 | 107,567,365,465,386,527,128,628 2 | 227,596,305,565,315,594,237,625 3 | 179,667,241,643,250,669,188,693 4 | 134,622,261,579,271,615,144,657 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_171.txt: -------------------------------------------------------------------------------- 1 | 660,50,740,45,741,67,661,72 2 | 351,63,439,59,440,83,352,87 3 | 1218,74,1272,72,1272,86,1218,88 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_172.txt: -------------------------------------------------------------------------------- 1 | 6,1,178,10,176,39,4,31 2 | 558,344,647,342,648,390,560,392 3 | 1183,12,1255,22,1252,44,1180,34 4 | 1020,264,1065,257,1069,286,1024,293 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_173.txt: -------------------------------------------------------------------------------- 1 | 293,232,377,234,377,248,293,247 2 | 305,181,356,186,355,201,304,196 3 | 287,217,332,217,332,233,287,232 4 | 260,231,298,233,297,248,260,245 5 | 347,217,383,219,382,233,346,232 6 | 260,215,286,218,285,233,259,230 7 | 322,216,346,217,345,232,321,231 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_174.txt: -------------------------------------------------------------------------------- 1 | 975,88,1163,-11,1186,37,998,137 2 | 447,70,495,106,480,128,433,92 3 | 719,130,759,131,759,157,719,156 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_175.txt: -------------------------------------------------------------------------------- 1 | 263,223,328,216,330,241,266,248 2 | 266,258,310,251,313,279,269,285 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_176.txt: -------------------------------------------------------------------------------- 1 | 748,293,858,302,857,330,746,321 2 | 357,253,439,259,437,289,355,282 3 | 596,279,697,287,695,313,594,305 4 | 505,269,586,275,584,303,503,297 5 | 702,288,745,293,742,319,699,315 6 | 447,262,497,267,494,294,445,290 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_177.txt: -------------------------------------------------------------------------------- 1 | 474,28,671,18,674,82,477,92 2 | 146,53,312,40,316,103,151,117 3 | 290,504,368,507,367,528,289,525 4 | 2,86,71,82,72,98,3,102 5 | 46,82,141,77,142,93,47,98 6 | 274,217,317,218,316,237,273,236 7 | 184,499,234,499,234,521,184,521 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_179.txt: -------------------------------------------------------------------------------- 1 | 941,291,1016,294,1000,735,925,732 2 | 1128,260,1230,257,1230,280,1129,283 3 | 1119,282,1227,278,1228,300,1119,303 4 | 1160,413,1279,415,1279,438,1160,436 5 | 1108,414,1165,415,1164,440,1107,438 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_18.txt: -------------------------------------------------------------------------------- 1 | 753,239,822,240,822,289,752,288 2 | 561,49,607,52,606,78,559,76 3 | 764,298,805,300,804,314,763,311 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_180.txt: -------------------------------------------------------------------------------- 1 | 707,159,795,141,801,173,713,191 2 | 22,207,181,190,183,215,25,232 3 | 847,51,903,48,919,311,863,315 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_181.txt: -------------------------------------------------------------------------------- 1 | 1058,416,1199,423,1196,493,1055,486 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_182.txt: -------------------------------------------------------------------------------- 1 | 13,286,220,275,222,326,16,337 2 | 978,285,1151,235,1159,270,986,320 3 | 241,272,410,266,411,305,242,311 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_183.txt: -------------------------------------------------------------------------------- 1 | 285,514,415,521,412,584,282,577 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_184.txt: -------------------------------------------------------------------------------- 1 | 900,151,1038,134,1042,165,903,181 2 | 823,125,952,115,954,142,825,153 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_186.txt: -------------------------------------------------------------------------------- 1 | 170,383,303,393,300,444,166,434 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_187.txt: -------------------------------------------------------------------------------- 1 | 734,395,817,409,813,440,730,427 2 | 690,387,737,392,734,428,687,423 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_188.txt: -------------------------------------------------------------------------------- 1 | 456,168,531,161,533,192,458,199 2 | 453,208,540,200,541,217,454,225 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_19.txt: -------------------------------------------------------------------------------- 1 | 417,255,478,245,482,269,420,279 2 | 485,242,524,240,525,265,486,267 3 | 359,264,413,256,416,281,363,289 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_190.txt: -------------------------------------------------------------------------------- 1 | 1015,315,1111,313,1111,335,1016,338 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_191.txt: -------------------------------------------------------------------------------- 1 | 1014,320,1255,267,1267,325,1026,379 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_192.txt: -------------------------------------------------------------------------------- 1 | 227,296,335,295,335,323,228,324 2 | 733,263,805,262,806,282,734,284 3 | 697,285,776,283,777,306,697,308 4 | 686,264,724,265,723,284,686,284 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_193.txt: -------------------------------------------------------------------------------- 1 | 443,213,522,206,527,261,448,269 2 | 1174,73,1237,55,1243,82,1181,100 3 | 645,141,693,140,693,154,645,154 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_194.txt: -------------------------------------------------------------------------------- 1 | 105,22,274,18,275,65,106,68 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_196.txt: -------------------------------------------------------------------------------- 1 | 921,378,981,373,983,392,922,397 2 | 917,363,983,356,984,372,918,379 3 | 902,422,960,428,958,446,901,439 4 | 956,428,996,432,995,450,955,446 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_197.txt: -------------------------------------------------------------------------------- 1 | 112,148,190,156,188,178,110,170 2 | 92,77,155,88,153,102,89,91 3 | 281,625,323,616,327,634,285,644 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_199.txt: -------------------------------------------------------------------------------- 1 | 990,152,1127,52,1144,79,1007,178 2 | 1134,44,1219,-4,1233,23,1148,71 3 | 911,210,957,180,970,203,925,233 4 | 951,184,997,152,1010,173,964,205 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_20.txt: -------------------------------------------------------------------------------- 1 | 206,285,299,292,295,347,203,340 2 | 464,192,493,187,518,336,490,341 3 | 1221,163,1270,155,1273,171,1223,180 4 | 1216,151,1270,142,1272,157,1219,167 5 | 509,255,529,252,538,334,518,337 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_200.txt: -------------------------------------------------------------------------------- 1 | 1032,240,1190,239,1190,310,1032,311 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_201.txt: -------------------------------------------------------------------------------- 1 | 966,421,1119,422,1118,476,966,475 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_204.txt: -------------------------------------------------------------------------------- 1 | 655,181,797,185,795,258,653,253 2 | 1100,57,1233,53,1234,94,1101,98 3 | 660,252,723,256,721,293,658,289 4 | 727,258,778,263,775,300,724,295 5 | 737,292,777,295,775,325,735,322 6 | 1233,53,1286,55,1285,94,1232,92 7 | 665,282,714,290,710,318,661,310 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_205.txt: -------------------------------------------------------------------------------- 1 | 735,149,884,45,906,82,758,186 2 | 876,48,959,-8,980,26,897,83 3 | 50,12,137,45,131,65,43,32 4 | 698,439,747,436,748,462,699,465 5 | 805,444,894,441,896,492,806,495 6 | 1042,493,1099,493,1099,511,1042,510 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_206.txt: -------------------------------------------------------------------------------- 1 | 355,110,460,55,474,86,369,141 2 | 909,191,1028,156,1037,193,918,228 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_207.txt: -------------------------------------------------------------------------------- 1 | 1127,284,1232,270,1235,294,1130,309 2 | 237,165,289,191,279,214,227,188 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_208.txt: -------------------------------------------------------------------------------- 1 | 91,185,211,180,213,228,93,234 2 | 418,188,495,183,496,205,419,210 3 | 19,213,86,204,90,243,24,252 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_209.txt: -------------------------------------------------------------------------------- 1 | 992,307,1263,249,1274,305,1002,363 2 | 233,170,285,177,283,200,231,193 3 | 582,449,628,452,627,472,581,470 4 | 484,202,548,210,546,231,482,222 5 | 550,210,605,218,603,236,548,228 6 | 606,219,635,222,633,240,605,237 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_21.txt: -------------------------------------------------------------------------------- 1 | 830,642,895,641,895,663,830,664 2 | 750,644,830,646,829,667,749,666 3 | 767,613,822,614,821,631,767,630 4 | 814,612,856,614,855,632,813,630 5 | 402,647,452,647,452,665,402,665 6 | 836,683,881,683,881,705,836,705 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_210.txt: -------------------------------------------------------------------------------- 1 | 867,62,1166,-21,1181,39,882,123 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_211.txt: -------------------------------------------------------------------------------- 1 | 47,127,110,131,92,533,28,530 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_212.txt: -------------------------------------------------------------------------------- 1 | 500,297,554,293,555,312,501,316 2 | 808,279,851,273,852,285,809,290 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_213.txt: -------------------------------------------------------------------------------- 1 | 76,74,163,120,148,152,61,106 2 | 423,318,450,317,450,332,424,332 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_215.txt: -------------------------------------------------------------------------------- 1 | 187,72,290,53,298,104,196,123 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_216.txt: -------------------------------------------------------------------------------- 1 | 521,452,627,494,615,527,510,485 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_217.txt: -------------------------------------------------------------------------------- 1 | 939,293,1119,249,1129,295,949,338 2 | 94,416,184,398,189,425,98,442 3 | 1197,162,1267,149,1272,181,1202,194 4 | 1141,103,1174,96,1178,116,1145,124 5 | 37,257,90,235,97,252,43,274 6 | 83,240,124,221,129,236,89,254 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_218.txt: -------------------------------------------------------------------------------- 1 | 444,59,605,112,594,151,433,98 2 | 341,179,419,177,420,194,341,196 3 | 245,248,282,249,281,270,244,269 4 | 239,344,278,340,280,361,241,365 5 | 781,53,820,57,819,70,780,66 6 | 673,122,711,134,705,157,666,145 7 | 162,28,235,45,231,63,158,47 8 | 755,168,784,179,779,195,750,184 9 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_219.txt: -------------------------------------------------------------------------------- 1 | 177,161,257,147,260,167,180,181 2 | 271,142,319,137,321,157,273,162 3 | 322,134,365,129,367,148,324,153 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_22.txt: -------------------------------------------------------------------------------- 1 | 406,328,523,308,527,341,410,360 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_220.txt: -------------------------------------------------------------------------------- 1 | 270,166,400,186,395,219,265,200 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_221.txt: -------------------------------------------------------------------------------- 1 | 107,290,197,266,207,307,117,331 2 | 108,385,147,354,155,367,116,397 3 | 147,353,175,334,183,346,155,366 4 | 170,334,196,318,203,333,177,348 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_222.txt: -------------------------------------------------------------------------------- 1 | 631,154,747,134,752,165,635,185 2 | 638,133,733,113,737,138,643,158 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_223.txt: -------------------------------------------------------------------------------- 1 | 217,32,298,55,287,98,206,75 2 | 294,46,363,64,353,108,284,91 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_224.txt: -------------------------------------------------------------------------------- 1 | 177,106,351,92,353,120,179,133 2 | 35,119,172,105,175,133,38,147 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_225.txt: -------------------------------------------------------------------------------- 1 | 51,105,365,167,355,228,41,166 2 | 495,183,728,169,730,210,497,224 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_226.txt: -------------------------------------------------------------------------------- 1 | 819,307,894,315,891,347,816,339 2 | 278,77,343,64,347,89,282,102 3 | 794,201,840,216,830,251,784,236 4 | 833,213,897,226,891,261,827,248 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_227.txt: -------------------------------------------------------------------------------- 1 | 468,124,602,142,598,181,464,163 2 | 315,252,398,237,403,268,320,283 3 | 78,264,151,258,153,280,80,286 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_228.txt: -------------------------------------------------------------------------------- 1 | 125,227,313,209,319,290,132,308 2 | 100,439,278,411,285,464,108,492 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_229.txt: -------------------------------------------------------------------------------- 1 | 687,161,812,125,820,156,694,191 2 | 828,120,954,91,960,118,833,148 3 | 1073,51,1140,42,1143,72,1077,81 4 | 1009,71,1065,57,1071,85,1016,99 5 | 961,92,1004,79,1010,101,967,114 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_23.txt: -------------------------------------------------------------------------------- 1 | 650,175,739,171,740,190,651,193 2 | 682,194,745,192,746,210,683,212 3 | 703,214,745,211,745,223,704,226 4 | 728,170,774,171,774,188,728,187 5 | 660,215,689,213,689,230,660,231 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_230.txt: -------------------------------------------------------------------------------- 1 | 443,379,677,378,677,429,443,431 2 | 706,383,916,394,914,436,704,425 3 | 1097,397,1192,406,1189,448,1093,439 4 | 1000,394,1089,394,1089,438,1001,439 5 | 921,402,992,403,992,437,921,437 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_231.txt: -------------------------------------------------------------------------------- 1 | 9,469,81,443,91,475,20,501 2 | -12,532,52,504,64,537,0,564 3 | 48,505,114,477,126,509,60,537 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_232.txt: -------------------------------------------------------------------------------- 1 | 168,283,403,311,396,381,161,353 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_233.txt: -------------------------------------------------------------------------------- 1 | 771,144,1055,153,1053,221,769,213 2 | 850,218,956,225,955,249,849,242 3 | 959,226,1051,231,1050,257,958,252 4 | 792,213,843,216,842,239,791,236 5 | 758,214,796,218,794,239,756,234 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_234.txt: -------------------------------------------------------------------------------- 1 | 859,113,965,100,969,139,863,152 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_235.txt: -------------------------------------------------------------------------------- 1 | 451,81,518,86,517,108,450,103 2 | 297,50,375,54,374,76,296,72 3 | 372,53,414,57,412,80,370,76 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_237.txt: -------------------------------------------------------------------------------- 1 | 860,56,960,48,962,79,862,86 2 | 897,86,997,77,999,102,899,111 3 | 964,43,1040,37,1042,67,967,73 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_239.txt: -------------------------------------------------------------------------------- 1 | -3,323,76,303,80,323,0,343 2 | 268,286,349,268,353,287,271,304 3 | 827,32,863,22,868,40,832,51 4 | 568,145,612,146,611,161,568,160 5 | 602,148,637,149,637,162,602,161 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_24.txt: -------------------------------------------------------------------------------- 1 | 404,473,538,440,544,466,410,500 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_240.txt: -------------------------------------------------------------------------------- 1 | 626,219,700,218,700,241,626,242 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_241.txt: -------------------------------------------------------------------------------- 1 | 136,131,209,132,208,196,135,195 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_243.txt: -------------------------------------------------------------------------------- 1 | 1051,34,1136,28,1137,41,1052,48 2 | 1144,29,1207,25,1207,38,1144,41 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_244.txt: -------------------------------------------------------------------------------- 1 | 199,61,413,105,405,148,191,103 2 | 410,116,533,145,527,171,404,142 3 | 524,147,563,156,559,173,521,164 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_245.txt: -------------------------------------------------------------------------------- 1 | 669,133,873,118,877,173,672,187 2 | 861,117,1022,106,1025,169,864,180 3 | 1061,130,1237,124,1238,167,1062,173 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_246.txt: -------------------------------------------------------------------------------- 1 | 864,579,1035,511,1054,567,883,635 2 | 856,497,916,482,921,506,860,520 3 | 842,481,899,461,904,480,847,500 4 | 893,464,942,452,946,473,898,485 5 | 911,483,958,473,962,495,915,506 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_247.txt: -------------------------------------------------------------------------------- 1 | 350,160,398,148,402,167,354,179 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_249.txt: -------------------------------------------------------------------------------- 1 | 340,372,530,340,536,385,346,416 2 | 357,257,496,243,499,282,361,297 3 | 371,215,469,202,474,243,376,256 4 | 404,306,438,305,439,325,405,326 5 | 432,301,466,294,470,318,437,325 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_25.txt: -------------------------------------------------------------------------------- 1 | 524,70,670,62,671,93,525,100 2 | 672,60,781,51,783,83,674,92 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_250.txt: -------------------------------------------------------------------------------- 1 | 372,164,425,182,414,223,360,206 2 | 322,254,378,253,378,272,322,273 3 | 576,242,618,237,620,261,578,266 4 | 373,254,413,253,414,271,374,272 5 | 735,250,758,249,759,266,735,267 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_253.txt: -------------------------------------------------------------------------------- 1 | 654,66,806,-4,831,58,679,129 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_257.txt: -------------------------------------------------------------------------------- 1 | 659,205,769,208,768,244,658,241 2 | 324,81,367,83,366,101,324,99 3 | 279,81,325,82,325,100,279,99 4 | 1165,204,1213,199,1216,235,1168,239 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_258.txt: -------------------------------------------------------------------------------- 1 | 553,10,615,4,617,33,555,39 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_259.txt: -------------------------------------------------------------------------------- 1 | 180,326,302,329,301,383,179,379 2 | 165,667,224,665,225,682,166,684 3 | 268,392,311,393,311,407,268,406 4 | 186,206,228,206,228,219,186,218 5 | 215,392,240,393,240,407,215,406 6 | 309,330,347,333,345,369,306,366 7 | 242,393,267,393,266,407,242,406 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_260.txt: -------------------------------------------------------------------------------- 1 | 1147,198,1274,166,1287,221,1159,253 2 | 1202,250,1259,242,1262,267,1205,275 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_261.txt: -------------------------------------------------------------------------------- 1 | 147,57,223,65,185,503,110,496 2 | 283,346,343,336,346,352,285,362 3 | 750,241,774,235,776,247,752,253 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_262.txt: -------------------------------------------------------------------------------- 1 | 7,209,213,171,221,219,15,257 2 | 960,69,1064,24,1078,61,974,106 3 | 73,238,148,234,149,252,74,256 4 | 810,206,855,197,858,210,813,219 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_263.txt: -------------------------------------------------------------------------------- 1 | 1067,132,1186,141,1183,179,1064,169 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_264.txt: -------------------------------------------------------------------------------- 1 | 1070,1,1187,3,1186,78,1070,76 2 | 949,8,1085,2,1088,74,952,81 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_265.txt: -------------------------------------------------------------------------------- 1 | 90,73,197,113,180,165,73,125 2 | 731,157,816,101,828,124,743,179 3 | 175,116,252,144,239,186,161,158 4 | 908,107,945,105,946,122,909,124 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_266.txt: -------------------------------------------------------------------------------- 1 | 58,49,241,104,229,149,46,94 2 | 77,287,160,282,161,302,78,307 3 | 485,59,665,33,667,53,487,79 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_267.txt: -------------------------------------------------------------------------------- 1 | 334,194,421,186,422,202,336,210 2 | 170,392,231,385,232,398,171,405 3 | 160,365,209,359,212,387,163,394 4 | 204,359,230,357,231,376,206,377 5 | 437,189,478,196,476,210,435,203 6 | 199,373,232,371,233,386,199,388 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_268.txt: -------------------------------------------------------------------------------- 1 | 499,71,607,-5,627,27,519,104 2 | 354,175,414,145,425,171,366,201 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_269.txt: -------------------------------------------------------------------------------- 1 | 141,97,261,134,253,163,134,126 2 | 59,66,154,96,144,131,49,101 3 | 252,136,327,159,321,182,246,159 4 | 942,43,1012,-11,1034,21,964,76 5 | 6,52,70,71,63,101,0,82 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_27.txt: -------------------------------------------------------------------------------- 1 | 3,59,294,106,285,171,-5,124 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_270.txt: -------------------------------------------------------------------------------- 1 | 1017,281,1086,281,1086,299,1017,299 2 | 764,48,867,-8,886,30,783,87 3 | 872,34,910,17,916,33,878,50 4 | 847,48,878,34,885,50,853,65 5 | 808,73,850,50,857,65,815,87 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_272.txt: -------------------------------------------------------------------------------- 1 | 343,429,417,402,427,433,353,459 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_274.txt: -------------------------------------------------------------------------------- 1 | 33,95,230,126,219,207,22,176 2 | 838,165,889,156,892,173,841,182 3 | 599,155,627,154,628,171,599,172 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_275.txt: -------------------------------------------------------------------------------- 1 | 298,70,422,0,442,38,317,109 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_276.txt: -------------------------------------------------------------------------------- 1 | 0,492,129,478,131,505,1,518 2 | 53,78,121,95,118,108,50,92 3 | 58,66,119,82,116,96,54,80 4 | 225,99,275,117,269,136,219,117 5 | 125,2,160,14,156,27,121,15 6 | 21,104,53,111,50,125,19,117 7 | 43,110,69,116,67,129,40,123 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_277.txt: -------------------------------------------------------------------------------- 1 | 600,147,717,153,716,175,599,169 2 | 619,124,696,128,695,150,618,147 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_279.txt: -------------------------------------------------------------------------------- 1 | 738,225,995,152,1005,192,748,265 2 | 646,254,743,226,750,256,653,284 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_281.txt: -------------------------------------------------------------------------------- 1 | 141,294,327,281,329,311,143,324 2 | 337,280,439,271,441,304,339,312 3 | -2,79,105,76,106,109,-1,112 4 | 175,64,272,64,272,107,175,106 5 | 180,102,269,102,269,119,181,120 6 | 114,77,160,76,160,108,114,109 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_282.txt: -------------------------------------------------------------------------------- 1 | 428,175,647,165,649,208,429,218 2 | 1026,123,1209,109,1212,146,1029,160 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_283.txt: -------------------------------------------------------------------------------- 1 | 127,239,333,250,330,299,125,287 2 | 353,258,485,273,481,312,349,298 3 | 23,418,100,422,99,443,22,438 4 | 408,457,469,461,468,476,408,472 5 | 471,461,513,463,512,478,471,476 6 | 513,462,550,465,549,479,512,476 7 | 402,433,467,439,466,460,401,455 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_284.txt: -------------------------------------------------------------------------------- 1 | 593,455,699,448,701,472,594,479 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_285.txt: -------------------------------------------------------------------------------- 1 | 1021,255,1218,262,1217,299,1020,292 2 | 490,122,579,103,584,130,494,148 3 | 485,-7,538,2,534,28,481,18 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_286.txt: -------------------------------------------------------------------------------- 1 | 911,60,1131,-3,1143,42,923,107 2 | 171,146,252,147,252,173,170,172 3 | 107,6,147,13,144,29,104,22 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_287.txt: -------------------------------------------------------------------------------- 1 | 223,32,369,69,359,115,213,78 2 | 562,155,599,159,598,174,560,169 3 | 528,148,565,154,563,169,526,164 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_288.txt: -------------------------------------------------------------------------------- 1 | 1026,43,1164,-20,1190,42,1052,106 2 | 1080,92,1169,43,1182,70,1093,119 3 | 1210,303,1250,304,1249,320,1210,320 4 | 1052,106,1101,76,1117,106,1067,136 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_289.txt: -------------------------------------------------------------------------------- 1 | 676,356,734,360,733,379,675,375 2 | 704,329,773,336,770,360,702,354 3 | 628,326,694,331,692,357,626,352 4 | 338,202,482,196,483,214,338,220 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_290.txt: -------------------------------------------------------------------------------- 1 | 736,44,787,48,785,76,734,71 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_291.txt: -------------------------------------------------------------------------------- 1 | 502,215,619,202,623,241,506,254 2 | 505,197,610,187,612,206,506,216 3 | 627,206,746,194,749,232,631,245 4 | 13,294,107,300,105,328,11,321 5 | 630,187,735,178,737,196,631,205 6 | 647,173,712,165,714,182,649,190 7 | 292,282,356,298,351,324,286,309 8 | 521,182,591,174,593,192,523,200 9 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_292.txt: -------------------------------------------------------------------------------- 1 | 190,120,332,192,313,235,170,164 2 | 605,295,654,290,656,311,607,316 3 | 650,289,703,283,705,306,652,311 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_293.txt: -------------------------------------------------------------------------------- 1 | 818,306,902,300,903,325,819,331 2 | 739,305,816,302,817,335,740,338 3 | 1011,247,1078,244,1079,271,1011,273 4 | 952,249,999,246,1000,270,954,273 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_294.txt: -------------------------------------------------------------------------------- 1 | 155,186,328,172,330,199,157,214 2 | 74,240,136,240,137,265,74,266 3 | 680,211,737,208,738,232,681,235 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_295.txt: -------------------------------------------------------------------------------- 1 | 363,238,408,247,402,279,357,270 2 | 338,509,396,487,406,517,349,540 3 | 356,163,442,187,426,253,339,229 4 | 355,279,392,283,389,315,352,310 5 | 387,286,418,289,416,316,385,313 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_296.txt: -------------------------------------------------------------------------------- 1 | 667,84,786,80,787,98,667,102 2 | 792,81,866,77,867,93,793,98 3 | 855,246,932,242,933,258,856,261 4 | 801,247,849,245,849,261,802,262 5 | 936,241,966,239,967,255,937,257 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_297.txt: -------------------------------------------------------------------------------- 1 | 278,40,384,84,367,133,260,90 2 | 1167,159,1275,150,1277,176,1169,185 3 | 229,180,269,181,269,214,228,213 4 | 729,186,753,185,754,197,729,198 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_298.txt: -------------------------------------------------------------------------------- 1 | 333,-3,413,35,400,65,320,25 2 | 5,62,84,71,81,106,2,97 3 | 844,148,897,144,899,166,846,171 4 | 844,133,894,129,895,148,846,153 5 | 845,186,896,181,898,199,847,204 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_299.txt: -------------------------------------------------------------------------------- 1 | 403,121,501,143,496,165,398,143 2 | 496,142,567,157,563,176,493,161 3 | 342,108,403,121,399,146,337,133 4 | 296,100,344,109,339,134,291,125 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_3.txt: -------------------------------------------------------------------------------- 1 | 475,18,530,17,530,40,476,40 2 | 481,60,531,59,531,75,481,76 3 | 531,54,578,54,578,76,531,77 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_300.txt: -------------------------------------------------------------------------------- 1 | 593,314,655,305,659,333,597,342 2 | 780,303,846,295,848,314,782,322 3 | 853,61,913,43,917,59,857,77 4 | 853,331,905,324,907,339,855,346 5 | 464,382,516,380,517,395,465,398 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_301.txt: -------------------------------------------------------------------------------- 1 | 689,150,766,135,769,157,693,172 2 | 254,346,295,345,296,360,255,362 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_302.txt: -------------------------------------------------------------------------------- 1 | 794,257,885,254,886,294,795,297 2 | 427,176,535,188,532,219,424,206 3 | 727,60,773,41,780,63,735,82 4 | 795,290,841,289,841,305,795,307 5 | 648,102,676,94,680,110,652,118 6 | 853,292,877,292,877,306,853,306 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_303.txt: -------------------------------------------------------------------------------- 1 | 545,115,631,133,626,161,540,143 2 | 1042,129,1093,121,1096,144,1045,152 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_304.txt: -------------------------------------------------------------------------------- 1 | 386,89,617,82,618,116,387,124 2 | 1001,143,1036,141,1037,154,1002,156 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_305.txt: -------------------------------------------------------------------------------- 1 | 491,253,700,247,701,281,492,287 2 | 817,243,961,243,961,274,817,274 3 | 613,156,669,155,669,173,613,174 4 | 960,248,1022,248,1022,271,960,271 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_306.txt: -------------------------------------------------------------------------------- 1 | 1149,134,1189,132,1190,154,1149,155 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_307.txt: -------------------------------------------------------------------------------- 1 | 1119,50,1251,53,1250,106,1118,103 2 | 768,169,844,137,858,174,782,206 3 | 594,263,622,261,622,277,594,278 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_308.txt: -------------------------------------------------------------------------------- 1 | 739,47,863,38,866,77,741,86 2 | 741,27,853,18,854,38,742,47 3 | 763,11,830,4,832,23,764,30 4 | 899,53,939,52,940,66,899,67 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_309.txt: -------------------------------------------------------------------------------- 1 | 703,285,1006,363,959,571,657,493 2 | 743,454,983,647,939,709,699,516 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_31.txt: -------------------------------------------------------------------------------- 1 | 562,117,653,98,659,130,568,148 2 | 302,182,364,168,369,192,306,206 3 | 133,223,175,216,178,237,136,244 4 | 520,127,565,120,569,149,525,157 5 | 940,60,989,48,994,71,945,83 6 | 274,190,307,183,311,205,278,212 7 | 0,198,32,199,31,214,0,213 8 | 115,228,138,225,140,245,117,248 9 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_310.txt: -------------------------------------------------------------------------------- 1 | 304,262,386,263,386,287,304,285 2 | 335,118,409,166,389,200,315,152 3 | 560,173,611,172,611,190,560,190 4 | 1034,104,1077,87,1087,117,1044,133 5 | 126,178,186,177,187,193,126,195 6 | 648,172,688,171,689,189,648,190 7 | 611,172,649,171,649,188,611,190 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_311.txt: -------------------------------------------------------------------------------- 1 | 1132,45,1276,-3,1306,96,1162,145 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_312.txt: -------------------------------------------------------------------------------- 1 | 832,328,927,341,920,405,824,392 2 | 830,123,923,115,928,180,835,188 3 | 844,265,956,280,950,337,838,322 4 | 62,257,148,216,160,245,74,287 5 | 50,176,177,140,184,168,57,204 6 | 841,193,905,188,909,248,844,252 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_313.txt: -------------------------------------------------------------------------------- 1 | 21,304,229,271,235,311,26,344 2 | 7,440,161,374,175,413,22,480 3 | 34,0,142,47,132,72,24,24 4 | 125,80,174,101,169,115,120,93 5 | 40,35,129,76,121,94,32,54 6 | 131,50,191,76,183,98,123,72 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_314.txt: -------------------------------------------------------------------------------- 1 | 103,59,239,100,220,172,84,131 2 | 6,23,122,53,104,135,-12,104 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_315.txt: -------------------------------------------------------------------------------- 1 | 672,8,802,5,803,36,672,40 2 | 676,39,797,37,797,63,676,66 3 | 1067,205,1182,181,1187,209,1072,232 4 | 808,146,875,113,882,130,816,163 5 | 779,163,814,147,821,164,785,180 6 | 686,86,757,86,757,99,687,99 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_316.txt: -------------------------------------------------------------------------------- 1 | 819,59,884,26,893,48,829,81 2 | 519,172,562,176,561,196,517,192 3 | 881,26,933,-2,942,17,891,45 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_317.txt: -------------------------------------------------------------------------------- 1 | 1041,222,1189,220,1191,313,1042,315 2 | 755,253,851,247,852,275,757,280 3 | 1104,337,1138,337,1138,353,1103,352 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_318.txt: -------------------------------------------------------------------------------- 1 | 902,392,1142,469,1126,527,886,449 2 | 1012,241,1185,245,1183,322,1010,318 3 | 923,351,1114,396,1103,446,913,401 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_319.txt: -------------------------------------------------------------------------------- 1 | 795,63,877,59,878,97,796,101 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_32.txt: -------------------------------------------------------------------------------- 1 | 678,106,775,110,774,134,677,130 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_320.txt: -------------------------------------------------------------------------------- 1 | 49,487,127,484,128,512,50,515 2 | 53,517,126,515,127,533,54,535 3 | 630,201,682,202,682,228,629,227 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_321.txt: -------------------------------------------------------------------------------- 1 | 1093,308,1222,336,1216,364,1088,337 2 | 1035,301,1095,313,1091,337,1031,325 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_322.txt: -------------------------------------------------------------------------------- 1 | 141,86,293,123,285,159,133,121 2 | 10,55,140,84,133,123,2,94 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_323.txt: -------------------------------------------------------------------------------- 1 | 103,289,254,287,254,334,103,335 2 | 982,334,1023,335,1023,354,982,354 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_324.txt: -------------------------------------------------------------------------------- 1 | 521,473,591,488,586,516,515,501 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_325.txt: -------------------------------------------------------------------------------- 1 | 659,118,802,65,815,105,672,159 2 | 650,161,739,165,738,186,650,182 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_326.txt: -------------------------------------------------------------------------------- 1 | 859,143,945,147,944,178,858,174 2 | 705,249,765,253,763,271,704,266 3 | 802,207,860,208,860,220,802,219 4 | 632,115,689,118,688,132,632,129 5 | 588,112,629,114,629,129,587,127 6 | 698,212,732,215,730,239,696,236 7 | 709,232,749,235,749,251,708,249 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_328.txt: -------------------------------------------------------------------------------- 1 | 51,92,251,151,236,212,35,153 2 | 294,195,371,214,367,235,290,217 3 | 294,176,348,189,343,211,289,198 4 | 609,297,647,304,643,328,605,320 5 | 350,192,381,201,376,221,345,212 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_329.txt: -------------------------------------------------------------------------------- 1 | 1059,233,1278,262,1270,332,1051,303 2 | 1016,356,1254,463,1229,525,992,418 3 | 894,326,1045,378,1026,441,875,389 4 | 708,154,804,168,802,190,705,176 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_33.txt: -------------------------------------------------------------------------------- 1 | 882,357,1009,367,999,515,872,506 2 | 556,167,692,165,693,190,556,192 3 | 242,160,328,163,327,187,242,184 4 | 888,310,1011,314,1010,342,888,338 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_330.txt: -------------------------------------------------------------------------------- 1 | 650,378,689,374,691,395,651,399 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_331.txt: -------------------------------------------------------------------------------- 1 | 973,143,1051,142,1052,166,973,167 2 | 197,465,249,453,254,479,202,491 3 | 255,329,297,331,297,350,254,349 4 | 414,206,464,206,464,219,414,220 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_332.txt: -------------------------------------------------------------------------------- 1 | 900,55,1128,21,1134,68,906,103 2 | 27,106,132,101,133,138,28,143 3 | 130,100,210,102,210,135,129,133 4 | 430,55,473,55,473,78,431,78 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_333.txt: -------------------------------------------------------------------------------- 1 | 1057,96,1221,66,1227,99,1062,129 2 | 616,162,720,157,721,184,617,189 3 | 64,136,135,145,132,176,61,167 4 | 133,143,188,149,186,177,130,171 5 | 335,133,364,135,363,150,334,149 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_335.txt: -------------------------------------------------------------------------------- 1 | 143,197,222,203,220,227,142,222 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_336.txt: -------------------------------------------------------------------------------- 1 | 736,106,811,110,810,131,735,127 2 | 536,250,581,250,581,267,536,266 3 | 530,517,573,514,574,532,531,535 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_337.txt: -------------------------------------------------------------------------------- 1 | 513,248,559,250,558,265,512,263 2 | 430,248,465,247,465,262,430,262 3 | 465,249,510,248,510,263,465,263 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_338.txt: -------------------------------------------------------------------------------- 1 | 505,222,595,226,594,258,504,253 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_339.txt: -------------------------------------------------------------------------------- 1 | 730,178,813,164,818,194,734,208 2 | 687,193,733,183,737,208,691,217 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_34.txt: -------------------------------------------------------------------------------- 1 | 716,206,800,200,803,237,719,243 2 | 659,515,738,549,728,576,649,542 3 | 731,546,803,591,792,612,719,567 4 | 661,503,723,524,718,544,655,523 5 | 675,211,719,211,719,246,675,246 6 | 588,173,617,171,618,185,589,186 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_340.txt: -------------------------------------------------------------------------------- 1 | -4,207,129,203,130,249,-3,252 2 | 754,230,852,239,848,280,751,270 3 | 857,242,937,262,929,299,849,280 4 | 641,418,723,392,728,410,646,436 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_341.txt: -------------------------------------------------------------------------------- 1 | 870,80,1157,21,1172,109,885,168 2 | 746,142,867,112,879,166,758,196 3 | 698,178,754,158,766,199,711,219 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_342.txt: -------------------------------------------------------------------------------- 1 | 993,251,1060,252,1060,281,992,280 2 | 994,282,1061,281,1061,309,995,310 3 | 997,323,1061,322,1061,350,997,352 4 | 1015,359,1049,358,1050,377,1015,378 5 | 521,260,543,259,543,274,521,275 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_343.txt: -------------------------------------------------------------------------------- 1 | 334,358,400,357,401,374,334,375 2 | 214,115,278,125,276,140,212,130 3 | 217,361,281,358,282,376,218,379 4 | 294,358,323,359,322,374,293,373 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_344.txt: -------------------------------------------------------------------------------- 1 | 337,293,438,287,439,309,338,315 2 | 546,368,578,370,578,385,546,383 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_345.txt: -------------------------------------------------------------------------------- 1 | 393,-21,569,85,549,124,372,16 2 | 28,140,124,159,119,187,24,168 3 | 64,181,126,191,122,217,60,207 4 | 19,176,62,182,59,206,16,200 5 | 259,304,317,304,316,321,259,320 6 | 263,278,317,281,316,299,262,295 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_346.txt: -------------------------------------------------------------------------------- 1 | 340,30,402,79,381,109,320,59 2 | 72,236,116,240,114,262,70,257 3 | 103,191,142,198,139,219,100,213 4 | 58,182,106,190,103,211,55,203 5 | 383,74,451,127,434,152,366,99 6 | 69,211,101,215,98,236,67,231 7 | 93,215,125,220,123,239,90,235 8 | 225,185,257,194,254,208,222,199 9 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_348.txt: -------------------------------------------------------------------------------- 1 | 20,242,193,296,181,342,8,288 2 | 726,249,782,248,782,264,726,265 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_349.txt: -------------------------------------------------------------------------------- 1 | 69,75,128,74,129,103,69,104 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_35.txt: -------------------------------------------------------------------------------- 1 | 332,33,450,36,449,68,331,65 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_351.txt: -------------------------------------------------------------------------------- 1 | 616,316,700,317,699,345,616,344 2 | 957,290,1022,291,1022,311,957,310 3 | 1104,324,1132,323,1132,334,1105,336 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_352.txt: -------------------------------------------------------------------------------- 1 | 1009,362,1112,338,1118,370,1016,394 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_353.txt: -------------------------------------------------------------------------------- 1 | 425,406,499,410,498,427,424,423 2 | 104,314,156,329,145,372,93,357 3 | 105,359,141,369,137,386,101,377 4 | 405,585,483,590,482,608,404,603 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_354.txt: -------------------------------------------------------------------------------- 1 | 425,84,663,88,663,126,424,122 2 | 579,57,646,59,646,84,578,81 3 | 525,56,580,58,580,82,525,80 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_355.txt: -------------------------------------------------------------------------------- 1 | 1000,382,1152,385,1152,415,999,412 2 | 1081,414,1147,416,1147,429,1080,427 3 | 1046,412,1090,414,1090,427,1045,424 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_356.txt: -------------------------------------------------------------------------------- 1 | 1005,64,1080,52,1082,68,1007,79 2 | 816,87,872,80,874,102,818,109 3 | 1198,98,1280,91,1281,106,1199,112 4 | 963,69,1005,65,1006,79,964,83 5 | 901,80,940,74,942,87,902,93 6 | 770,96,818,90,820,110,772,116 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_357.txt: -------------------------------------------------------------------------------- 1 | 893,175,979,130,991,158,906,203 2 | 856,199,906,174,916,197,866,222 3 | 735,213,769,197,777,215,743,231 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_358.txt: -------------------------------------------------------------------------------- 1 | 1201,211,1263,208,1264,236,1202,239 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_359.txt: -------------------------------------------------------------------------------- 1 | 218,198,313,205,311,231,217,224 2 | 310,208,398,215,397,237,308,230 3 | 140,206,187,203,188,218,140,221 4 | 323,272,362,274,362,287,322,285 5 | 366,274,414,278,413,291,365,288 6 | 104,210,140,207,141,221,106,225 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_36.txt: -------------------------------------------------------------------------------- 1 | 549,230,622,232,622,248,548,246 2 | 384,221,432,223,431,239,383,237 3 | 432,223,474,226,473,242,431,239 4 | 163,201,199,205,198,217,162,213 5 | 175,185,195,188,194,199,174,196 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_361.txt: -------------------------------------------------------------------------------- 1 | 715,91,825,14,858,68,748,145 2 | 675,146,750,100,774,145,699,191 3 | 717,331,752,327,754,341,718,346 4 | 497,328,526,330,526,343,496,341 5 | 532,328,557,329,557,342,531,341 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_362.txt: -------------------------------------------------------------------------------- 1 | 372,38,422,32,424,46,373,51 2 | 51,169,85,174,83,190,49,185 3 | 336,43,370,38,372,51,337,56 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_363.txt: -------------------------------------------------------------------------------- 1 | 391,53,452,54,452,73,391,72 2 | 784,353,815,355,814,373,782,370 3 | 296,56,347,56,348,72,296,72 4 | 492,38,531,45,529,58,490,50 5 | 350,54,394,56,394,72,350,71 6 | 356,70,394,70,394,82,356,82 7 | 410,68,448,68,448,83,410,83 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_364.txt: -------------------------------------------------------------------------------- 1 | 764,171,928,172,927,229,763,228 2 | 961,175,1127,178,1126,236,960,232 3 | 1057,335,1180,347,1177,378,1054,367 4 | 1159,183,1277,185,1276,237,1158,234 5 | 1179,345,1243,351,1241,381,1177,376 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_367.txt: -------------------------------------------------------------------------------- 1 | 201,177,270,189,267,205,199,193 2 | 264,187,335,201,332,216,262,202 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_368.txt: -------------------------------------------------------------------------------- 1 | 624,88,734,18,750,47,639,117 2 | 1059,400,1170,419,1165,458,1053,439 3 | 136,113,271,138,268,156,133,131 4 | 1057,376,1124,382,1122,407,1055,401 5 | 978,284,1058,288,1055,363,974,358 6 | 1120,383,1166,389,1163,413,1118,407 7 | 639,160,669,158,670,170,640,173 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_369.txt: -------------------------------------------------------------------------------- 1 | 1132,296,1263,290,1266,375,1135,380 2 | 618,72,742,-8,759,21,635,101 3 | 107,105,247,138,243,157,103,124 4 | 333,200,356,200,355,213,333,213 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_37.txt: -------------------------------------------------------------------------------- 1 | 146,120,222,112,224,138,148,147 2 | 137,86,213,79,215,105,139,113 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_370.txt: -------------------------------------------------------------------------------- 1 | 71,183,295,200,290,273,67,257 2 | 858,64,918,51,921,68,861,81 3 | 601,323,635,324,634,340,600,339 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_371.txt: -------------------------------------------------------------------------------- 1 | 559,167,626,165,627,186,560,188 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_373.txt: -------------------------------------------------------------------------------- 1 | 1052,199,1281,196,1282,250,1053,253 2 | 1061,361,1115,360,1115,377,1061,378 3 | 1131,336,1172,336,1172,352,1131,352 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_374.txt: -------------------------------------------------------------------------------- 1 | 0,96,129,118,121,173,-7,151 2 | 1003,244,1102,237,1105,289,1007,297 3 | 1025,317,1076,315,1078,358,1026,360 4 | 392,218,505,230,502,259,390,248 5 | 646,222,681,227,679,249,644,244 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_375.txt: -------------------------------------------------------------------------------- 1 | 116,183,194,195,190,226,111,213 2 | 449,202,496,215,489,245,441,233 3 | 489,246,529,254,526,274,485,266 4 | 525,254,553,263,549,279,521,270 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_376.txt: -------------------------------------------------------------------------------- 1 | 532,110,743,183,729,229,518,157 2 | 716,170,815,194,806,235,707,210 3 | 6,379,46,378,47,396,6,396 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_377.txt: -------------------------------------------------------------------------------- 1 | 843,267,901,259,904,284,846,292 2 | 647,196,691,182,696,198,651,212 3 | 893,280,943,279,944,302,893,303 4 | 855,316,891,316,890,355,854,354 5 | 805,287,849,284,850,303,806,306 6 | 850,283,892,280,893,302,851,304 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_378.txt: -------------------------------------------------------------------------------- 1 | -1,102,150,143,130,228,-21,187 2 | 386,222,434,237,428,258,381,243 3 | 515,192,538,191,539,203,515,204 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_379.txt: -------------------------------------------------------------------------------- 1 | 368,44,490,143,454,193,332,95 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_38.txt: -------------------------------------------------------------------------------- 1 | 653,111,924,109,924,157,653,159 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_380.txt: -------------------------------------------------------------------------------- 1 | 699,544,798,597,782,631,683,578 2 | 603,282,629,281,630,296,604,297 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_381.txt: -------------------------------------------------------------------------------- 1 | 621,121,788,117,789,166,622,170 2 | 945,304,1018,277,1028,309,955,335 3 | 6,155,48,154,48,175,6,176 4 | 793,121,865,120,866,164,794,165 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_382.txt: -------------------------------------------------------------------------------- 1 | 679,295,766,256,781,294,694,333 2 | 68,147,160,128,166,159,74,178 3 | 67,113,160,97,164,129,72,145 4 | 81,174,159,161,164,193,86,206 5 | 766,359,814,352,816,370,769,378 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_383.txt: -------------------------------------------------------------------------------- 1 | 204,36,437,101,401,248,168,182 2 | 951,46,1016,37,1019,57,953,66 3 | 1150,300,1178,298,1179,312,1151,315 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_384.txt: -------------------------------------------------------------------------------- 1 | 1025,20,1083,25,1077,102,1020,97 2 | -1,221,44,222,43,239,-1,238 3 | 720,158,759,160,758,173,720,171 4 | 758,160,786,161,785,174,757,172 5 | 704,242,730,242,730,252,704,252 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_385.txt: -------------------------------------------------------------------------------- 1 | 99,285,177,286,177,304,99,303 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_386.txt: -------------------------------------------------------------------------------- 1 | 510,465,592,464,593,497,510,498 2 | 583,466,638,465,638,496,583,497 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_387.txt: -------------------------------------------------------------------------------- 1 | 804,332,951,328,952,356,805,360 2 | 634,335,692,333,693,357,634,359 3 | 582,339,631,337,632,358,583,361 4 | 549,401,581,404,580,417,548,415 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_39.txt: -------------------------------------------------------------------------------- 1 | 841,262,938,258,939,284,842,289 2 | 842,306,915,303,916,325,842,328 3 | 689,129,725,130,725,152,689,152 4 | 741,240,783,241,783,263,741,263 5 | 853,284,907,282,908,307,854,308 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_390.txt: -------------------------------------------------------------------------------- 1 | 426,10,763,105,744,186,406,91 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_391.txt: -------------------------------------------------------------------------------- 1 | 751,231,820,246,811,292,742,277 2 | 812,252,864,270,854,304,802,287 3 | 410,382,428,384,426,402,408,400 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_392.txt: -------------------------------------------------------------------------------- 1 | 489,55,632,59,632,93,488,89 2 | 795,65,923,67,922,97,795,94 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_393.txt: -------------------------------------------------------------------------------- 1 | 570,159,631,141,637,162,576,180 2 | 577,208,634,191,641,216,584,234 3 | 574,182,633,162,641,190,582,210 4 | 606,223,640,214,643,228,610,237 5 | 586,234,616,223,620,235,590,246 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_394.txt: -------------------------------------------------------------------------------- 1 | 433,3,704,15,701,73,431,61 2 | 1026,43,1162,51,1160,101,1023,93 3 | 1162,55,1282,62,1280,108,1160,102 4 | 562,337,631,313,639,343,571,367 5 | 561,282,627,261,633,284,567,305 6 | 561,307,629,285,637,315,569,337 7 | 600,355,635,346,638,359,603,368 8 | 709,21,759,22,759,75,708,74 9 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_395.txt: -------------------------------------------------------------------------------- 1 | 327,105,384,108,383,138,326,135 2 | 427,142,470,144,469,169,426,167 3 | 354,142,385,144,385,156,354,154 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_396.txt: -------------------------------------------------------------------------------- 1 | 6,288,134,287,134,314,6,315 2 | 481,237,536,229,539,254,483,261 3 | 480,211,536,203,538,229,483,236 4 | 517,285,557,282,558,301,518,305 5 | 430,296,474,292,476,312,432,316 6 | 474,290,515,286,517,307,476,310 7 | 403,300,435,298,436,317,404,318 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_397.txt: -------------------------------------------------------------------------------- 1 | 322,180,480,212,472,262,313,230 2 | 320,241,429,250,425,300,316,291 3 | 429,254,540,266,536,308,425,296 4 | 1146,158,1241,150,1243,183,1148,191 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_398.txt: -------------------------------------------------------------------------------- 1 | 82,118,379,190,365,258,67,186 2 | 42,200,294,234,286,307,34,273 3 | 333,249,481,274,474,323,326,298 4 | 680,388,737,387,737,404,680,405 5 | 753,219,782,217,783,231,754,234 6 | 719,402,761,403,761,418,719,418 7 | 260,238,343,254,335,305,251,288 8 | 683,403,726,402,726,417,684,418 9 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_399.txt: -------------------------------------------------------------------------------- 1 | 233,186,297,178,299,200,236,208 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_4.txt: -------------------------------------------------------------------------------- 1 | 768,409,820,423,817,437,765,422 2 | 782,371,818,376,815,394,779,388 3 | 783,344,817,352,814,365,780,357 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_40.txt: -------------------------------------------------------------------------------- 1 | 646,156,709,154,710,174,646,177 2 | 644,135,693,131,695,151,645,155 3 | 239,177,289,175,290,193,240,195 4 | 707,151,755,147,757,170,709,175 5 | 728,130,761,128,762,145,729,147 6 | 688,129,726,126,728,148,689,151 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_400.txt: -------------------------------------------------------------------------------- 1 | 134,476,203,439,222,479,153,516 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_402.txt: -------------------------------------------------------------------------------- 1 | 952,586,996,592,994,615,949,609 2 | 948,565,996,570,995,587,947,582 3 | 946,614,972,619,970,634,943,628 4 | 977,617,1005,622,1002,639,975,635 5 | 677,319,696,320,695,331,677,330 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_403.txt: -------------------------------------------------------------------------------- 1 | 246,575,345,510,359,534,260,599 2 | 428,295,485,282,490,306,433,319 3 | 246,470,322,433,340,475,264,512 4 | 147,485,202,455,210,473,155,502 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_404.txt: -------------------------------------------------------------------------------- 1 | 182,36,460,33,461,118,183,120 2 | 188,395,322,394,323,430,188,432 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_407.txt: -------------------------------------------------------------------------------- 1 | 675,296,751,284,757,323,681,336 2 | 924,267,998,259,1000,293,927,300 3 | 837,275,920,266,923,302,841,311 4 | 751,285,830,274,835,312,756,323 5 | 991,7,1033,17,1030,32,988,22 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_408.txt: -------------------------------------------------------------------------------- 1 | 665,401,740,413,735,442,661,430 2 | 1127,209,1147,207,1157,306,1137,308 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_409.txt: -------------------------------------------------------------------------------- 1 | 459,246,516,240,518,260,461,266 2 | 718,208,756,204,758,225,720,229 3 | 779,196,822,191,824,217,781,221 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_41.txt: -------------------------------------------------------------------------------- 1 | -3,322,276,300,280,357,0,379 2 | 662,450,713,437,717,452,665,465 3 | 665,483,714,469,718,485,669,499 4 | 666,467,711,457,713,472,669,482 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_410.txt: -------------------------------------------------------------------------------- 1 | 264,64,403,151,383,188,244,101 2 | 98,220,157,223,156,240,97,237 3 | 701,233,788,232,788,248,701,249 4 | 705,220,780,219,780,233,705,234 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_411.txt: -------------------------------------------------------------------------------- 1 | 360,233,493,252,490,278,357,259 2 | 68,404,205,401,205,435,69,438 3 | 344,209,409,219,406,241,341,230 4 | 75,200,124,205,123,225,73,221 5 | 413,216,502,233,498,254,409,237 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_413.txt: -------------------------------------------------------------------------------- 1 | 481,246,560,258,556,284,478,272 2 | 478,273,562,284,559,308,475,297 3 | 35,380,120,375,121,402,36,406 4 | 103,350,172,346,173,370,104,374 5 | 488,169,556,172,555,190,488,187 6 | 43,352,101,354,101,374,42,372 7 | 702,221,736,223,736,238,702,236 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_414.txt: -------------------------------------------------------------------------------- 1 | 493,161,688,166,687,209,492,204 2 | 691,172,850,177,849,215,690,211 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_415.txt: -------------------------------------------------------------------------------- 1 | 193,291,395,298,394,337,192,330 2 | 210,238,393,257,389,300,206,281 3 | 305,351,369,345,372,388,309,394 4 | 695,194,768,196,768,232,695,231 5 | 389,201,419,202,418,215,389,214 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_416.txt: -------------------------------------------------------------------------------- 1 | 737,177,776,174,778,195,738,198 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_417.txt: -------------------------------------------------------------------------------- 1 | 29,14,293,195,245,276,-18,95 2 | 223,571,285,570,286,596,224,598 3 | 283,574,324,573,325,594,284,595 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_418.txt: -------------------------------------------------------------------------------- 1 | 545,327,702,310,704,337,548,353 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_419.txt: -------------------------------------------------------------------------------- 1 | 1024,415,1123,421,1122,444,1023,437 2 | 1035,438,1124,443,1123,467,1034,462 3 | 624,300,672,301,672,327,624,325 4 | 1019,344,1056,345,1055,362,1019,361 5 | 1059,345,1117,345,1118,365,1060,365 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_42.txt: -------------------------------------------------------------------------------- 1 | 1087,161,1144,157,1161,460,1104,463 2 | 510,168,617,119,628,146,520,195 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_420.txt: -------------------------------------------------------------------------------- 1 | 327,93,490,180,461,241,299,155 2 | 447,176,526,220,503,265,425,221 3 | 517,245,564,263,555,292,507,273 4 | 402,405,440,403,441,418,403,421 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_422.txt: -------------------------------------------------------------------------------- 1 | -3,285,127,279,129,340,-1,346 2 | 335,274,402,264,407,307,341,317 3 | 235,255,279,246,283,268,239,277 4 | 15,355,61,350,63,366,16,371 5 | 65,349,93,346,95,363,67,366 6 | 268,320,298,314,301,334,271,341 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_423.txt: -------------------------------------------------------------------------------- 1 | 775,190,897,179,901,223,778,234 2 | 688,390,732,392,731,405,688,404 3 | 689,404,731,405,731,416,689,415 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_424.txt: -------------------------------------------------------------------------------- 1 | 693,132,833,44,863,98,723,186 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_425.txt: -------------------------------------------------------------------------------- 1 | 902,169,1186,165,1187,219,902,222 2 | 177,-23,337,77,303,140,143,39 3 | 222,112,294,148,285,169,213,133 4 | 114,49,241,110,229,140,102,79 5 | 366,162,410,162,411,184,366,185 6 | 189,233,268,232,268,244,189,246 7 | 1172,287,1211,285,1212,302,1173,303 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_426.txt: -------------------------------------------------------------------------------- 1 | 333,133,593,126,594,166,334,173 2 | 1008,126,1142,119,1144,150,1010,157 3 | 432,175,521,179,520,197,432,194 4 | 536,173,600,173,600,194,536,194 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_428.txt: -------------------------------------------------------------------------------- 1 | 157,184,341,176,342,215,158,222 2 | 1051,287,1186,262,1192,301,1057,326 3 | 1138,381,1236,380,1236,411,1138,412 4 | 396,333,464,334,464,349,395,347 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_429.txt: -------------------------------------------------------------------------------- 1 | -3,203,100,198,101,229,-2,234 2 | 666,384,726,386,725,409,666,407 3 | 155,344,219,347,218,361,154,358 4 | 389,307,431,308,430,325,389,324 5 | 878,289,927,295,926,314,876,309 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_43.txt: -------------------------------------------------------------------------------- 1 | 13,196,180,173,184,204,16,227 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_430.txt: -------------------------------------------------------------------------------- 1 | 288,24,367,87,349,112,270,49 2 | 806,277,856,267,858,283,809,293 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_431.txt: -------------------------------------------------------------------------------- 1 | 119,150,390,153,390,197,118,194 2 | 278,249,334,266,326,293,271,277 3 | 282,190,390,191,390,215,282,213 4 | 846,280,900,279,900,293,847,294 5 | 911,277,946,276,946,292,911,293 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_432.txt: -------------------------------------------------------------------------------- 1 | 436,64,687,172,660,243,409,135 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_433.txt: -------------------------------------------------------------------------------- 1 | 507,168,723,164,723,199,508,204 2 | 605,201,677,202,677,218,605,216 3 | 672,200,729,199,729,216,673,217 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_434.txt: -------------------------------------------------------------------------------- 1 | 232,86,286,88,282,277,228,276 2 | 504,553,534,547,536,557,506,564 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_437.txt: -------------------------------------------------------------------------------- 1 | 932,130,1121,11,1141,46,951,165 2 | 1045,359,1166,355,1167,376,1046,380 3 | 698,461,733,462,732,492,697,490 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_438.txt: -------------------------------------------------------------------------------- 1 | 1141,404,1272,392,1276,443,1145,455 2 | 976,141,1087,52,1113,89,1002,178 3 | 1153,454,1266,439,1272,489,1159,504 4 | 1066,61,1158,-9,1183,28,1092,99 5 | 413,304,461,299,462,319,415,324 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_439.txt: -------------------------------------------------------------------------------- 1 | 710,203,796,171,803,193,718,225 2 | 852,117,914,118,913,149,851,148 3 | 660,224,714,204,721,224,667,245 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_44.txt: -------------------------------------------------------------------------------- 1 | 1029,256,1168,256,1168,286,1029,286 2 | 843,76,895,67,898,86,846,95 3 | 697,104,737,98,739,115,699,121 4 | 575,126,607,121,609,135,577,140 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_440.txt: -------------------------------------------------------------------------------- 1 | 971,92,987,90,999,218,984,219 2 | 831,335,878,333,878,346,832,348 3 | 885,333,931,332,931,344,885,345 4 | 967,250,984,249,992,354,975,356 5 | 863,348,902,349,901,362,863,361 6 | 980,185,994,183,1003,288,988,289 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_441.txt: -------------------------------------------------------------------------------- 1 | 121,16,228,38,219,94,111,72 2 | 187,84,273,104,267,132,181,112 3 | 158,-4,246,16,238,52,151,31 4 | 213,40,291,60,280,108,203,89 5 | 135,71,194,85,187,115,128,101 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_442.txt: -------------------------------------------------------------------------------- 1 | 264,163,387,190,384,208,260,181 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_443.txt: -------------------------------------------------------------------------------- 1 | 1015,164,1083,150,1089,178,1020,192 2 | 180,18,266,50,250,100,164,69 3 | 1090,154,1167,132,1171,151,1094,172 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_444.txt: -------------------------------------------------------------------------------- 1 | 857,187,1033,164,1037,195,860,219 2 | 659,206,802,191,806,235,664,251 3 | 1058,281,1146,280,1146,304,1058,305 4 | 1007,161,1145,148,1148,182,1010,195 5 | 805,202,862,194,865,216,808,225 6 | 611,31,660,45,654,67,606,53 7 | 91,119,154,122,153,147,90,144 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_446.txt: -------------------------------------------------------------------------------- 1 | 10,64,181,189,150,236,-20,112 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_447.txt: -------------------------------------------------------------------------------- 1 | 150,131,347,181,337,227,140,177 2 | 289,203,409,231,400,273,280,245 3 | 606,310,637,315,635,329,604,324 4 | 658,309,678,313,676,326,655,322 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_448.txt: -------------------------------------------------------------------------------- 1 | 217,209,285,231,276,260,208,238 2 | 55,187,127,209,120,235,48,213 3 | 282,237,326,252,319,274,275,258 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_45.txt: -------------------------------------------------------------------------------- 1 | 158,144,253,148,252,186,156,183 2 | 166,189,252,188,253,219,167,220 3 | 380,96,459,99,459,117,379,114 4 | 555,173,592,170,595,197,558,200 5 | 726,111,782,110,782,134,726,134 6 | 458,101,503,102,503,118,458,117 7 | 109,666,204,631,211,651,115,687 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_450.txt: -------------------------------------------------------------------------------- 1 | 443,289,534,271,538,293,447,312 2 | 463,351,514,338,517,350,466,363 3 | 700,64,735,61,736,80,702,83 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_451.txt: -------------------------------------------------------------------------------- 1 | 482,349,563,337,565,357,484,369 2 | 381,187,459,182,460,211,382,215 3 | 129,215,236,218,236,242,128,239 4 | 747,284,764,282,771,350,753,352 5 | 218,23,257,8,265,34,226,48 6 | 238,219,292,222,291,241,238,239 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_453.txt: -------------------------------------------------------------------------------- 1 | 449,151,573,141,575,161,451,172 2 | 439,173,586,157,588,180,441,195 3 | 198,167,281,158,283,177,200,186 4 | 810,411,906,365,917,392,821,438 5 | 464,391,534,365,540,382,469,407 6 | 377,414,464,386,470,406,383,433 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_455.txt: -------------------------------------------------------------------------------- 1 | 735,145,803,136,805,153,737,162 2 | 754,296,817,292,818,306,754,311 3 | 973,17,1015,13,1017,36,975,40 4 | 591,176,633,171,635,185,592,189 5 | 703,151,737,146,739,162,705,167 6 | 567,181,591,178,592,191,568,193 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_456.txt: -------------------------------------------------------------------------------- 1 | 168,418,258,410,260,431,170,439 2 | 262,411,343,404,344,425,264,432 3 | 244,75,319,80,317,103,243,99 4 | 130,71,203,73,203,96,129,94 5 | 345,404,383,405,383,422,345,421 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_457.txt: -------------------------------------------------------------------------------- 1 | 290,13,633,-4,637,72,294,89 2 | 650,1,919,-4,920,51,651,57 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_458.txt: -------------------------------------------------------------------------------- 1 | 171,23,247,-3,254,20,178,46 2 | 116,39,174,19,182,45,123,65 3 | 65,224,128,216,132,254,70,263 4 | 363,250,378,247,393,325,377,328 5 | 987,210,1019,204,1042,351,1009,357 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_459.txt: -------------------------------------------------------------------------------- 1 | 765,249,825,250,824,270,765,269 2 | 830,248,879,248,879,266,830,266 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_46.txt: -------------------------------------------------------------------------------- 1 | 1065,297,1151,295,1152,323,1066,325 2 | 1062,243,1149,237,1152,290,1064,296 3 | 848,240,925,236,927,270,850,275 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_460.txt: -------------------------------------------------------------------------------- 1 | 0,283,54,281,55,303,0,305 2 | 211,408,273,405,274,421,211,425 3 | 46,443,98,439,99,457,47,461 4 | 2,221,44,230,40,250,-1,241 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_461.txt: -------------------------------------------------------------------------------- 1 | 1110,387,1190,381,1191,405,1112,411 2 | 1219,375,1279,372,1280,392,1220,395 3 | 994,262,1043,252,1047,275,998,285 4 | 1194,405,1256,403,1257,421,1194,422 5 | 1067,393,1114,394,1114,410,1066,409 6 | 1187,381,1213,380,1214,400,1187,401 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_463.txt: -------------------------------------------------------------------------------- 1 | 1110,458,1274,491,1258,582,1094,549 2 | 1101,527,1278,578,1245,707,1069,657 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_464.txt: -------------------------------------------------------------------------------- 1 | 252,377,362,361,367,400,257,416 2 | 248,350,365,338,368,368,251,379 3 | 246,327,360,317,362,343,248,353 4 | 253,420,308,407,313,430,258,444 5 | 312,408,368,398,372,420,316,431 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_465.txt: -------------------------------------------------------------------------------- 1 | 867,270,995,275,994,321,866,316 2 | 578,414,609,422,605,438,575,429 3 | 641,444,679,458,675,472,636,458 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_469.txt: -------------------------------------------------------------------------------- 1 | 664,216,849,222,848,257,663,252 2 | 854,228,961,232,960,258,853,254 3 | 81,214,176,212,177,246,82,248 4 | 181,217,236,220,235,248,179,245 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_470.txt: -------------------------------------------------------------------------------- 1 | 409,37,528,72,521,99,402,64 2 | 1183,249,1281,269,1273,314,1175,294 3 | 638,102,722,128,716,151,632,126 4 | 520,68,604,92,598,118,514,94 5 | 1038,57,1162,1,1171,23,1046,79 6 | 882,68,1038,56,1040,79,884,91 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_472.txt: -------------------------------------------------------------------------------- 1 | 738,174,1005,114,1010,144,744,203 2 | 1128,215,1218,205,1223,255,1132,265 3 | 1116,178,1185,165,1191,205,1122,218 4 | 1227,209,1281,206,1284,254,1230,257 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_477.txt: -------------------------------------------------------------------------------- 1 | 907,123,1031,69,1046,109,923,163 2 | 979,241,1030,236,1033,267,981,272 3 | 975,214,1024,207,1026,228,978,235 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_478.txt: -------------------------------------------------------------------------------- 1 | 1110,36,1200,-9,1232,61,1141,106 2 | 1055,87,1133,40,1162,96,1085,142 3 | 984,144,1079,83,1104,130,1010,190 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_479.txt: -------------------------------------------------------------------------------- 1 | 38,104,301,117,298,187,34,173 2 | 408,25,491,41,477,123,394,107 3 | 195,341,274,323,277,339,198,356 4 | 394,262,443,254,447,274,397,283 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_48.txt: -------------------------------------------------------------------------------- 1 | 390,346,467,332,470,352,393,366 2 | 618,158,691,150,694,178,621,186 3 | 466,330,536,320,538,339,468,349 4 | 693,147,749,141,750,158,695,163 5 | 691,161,755,155,756,171,692,177 6 | 441,314,498,306,500,327,443,335 7 | 401,322,461,313,464,335,404,345 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_480.txt: -------------------------------------------------------------------------------- 1 | 362,416,432,400,437,426,367,442 2 | 329,453,406,435,411,458,334,476 3 | 205,464,305,439,312,471,212,496 4 | 296,440,360,421,367,448,303,467 5 | 161,505,259,481,266,511,168,535 6 | 245,478,331,459,336,487,251,506 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_481.txt: -------------------------------------------------------------------------------- 1 | 310,431,405,419,408,447,314,459 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_483.txt: -------------------------------------------------------------------------------- 1 | 874,74,977,1,1000,38,896,110 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_484.txt: -------------------------------------------------------------------------------- 1 | 254,335,321,333,322,355,254,357 2 | 262,323,320,320,321,335,263,338 3 | 270,357,319,356,319,377,270,378 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_485.txt: -------------------------------------------------------------------------------- 1 | 1136,455,1193,467,1141,750,1083,737 2 | 695,276,765,277,765,300,695,300 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_487.txt: -------------------------------------------------------------------------------- 1 | 596,93,688,107,684,133,593,118 2 | 264,210,304,213,303,230,263,226 3 | 297,189,338,194,336,212,295,208 4 | 303,213,336,215,335,232,302,229 5 | 570,96,597,99,595,119,568,115 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_489.txt: -------------------------------------------------------------------------------- 1 | -1,390,75,386,77,421,0,424 2 | 203,290,283,292,282,318,202,315 3 | 490,252,552,257,550,288,488,283 4 | 202,263,308,262,308,300,203,301 5 | 13,339,75,343,73,370,12,366 6 | 671,314,715,312,716,331,672,333 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_49.txt: -------------------------------------------------------------------------------- 1 | 1118,81,1211,80,1211,128,1119,129 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_490.txt: -------------------------------------------------------------------------------- 1 | 785,226,942,220,944,263,786,269 2 | 826,198,923,193,924,226,828,231 3 | 1057,8,1097,8,1095,301,1055,301 4 | 578,160,629,164,626,217,575,214 5 | 780,202,836,198,838,230,782,234 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_491.txt: -------------------------------------------------------------------------------- 1 | 19,148,194,169,187,241,11,221 2 | 165,169,319,201,308,263,154,231 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_492.txt: -------------------------------------------------------------------------------- 1 | 997,261,1083,262,1083,284,997,282 2 | 801,234,840,233,840,245,801,246 3 | 1082,263,1119,264,1118,284,1081,283 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_493.txt: -------------------------------------------------------------------------------- 1 | 311,226,362,222,363,241,312,244 2 | 398,219,440,216,441,234,399,236 3 | 363,222,396,220,397,236,364,238 4 | 348,238,379,236,380,249,349,251 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_495.txt: -------------------------------------------------------------------------------- 1 | 26,286,274,294,272,350,24,342 2 | 549,28,704,80,691,124,536,71 3 | 485,357,548,357,548,376,485,377 4 | 409,331,452,333,452,348,409,346 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_498.txt: -------------------------------------------------------------------------------- 1 | 813,31,940,29,941,64,814,66 2 | 900,70,978,67,979,101,901,104 3 | 821,74,887,70,889,103,822,107 4 | 949,29,983,29,983,57,950,58 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_499.txt: -------------------------------------------------------------------------------- 1 | 348,244,391,235,393,249,350,258 2 | 384,256,426,248,428,261,386,270 3 | 341,229,380,220,383,234,344,243 4 | 383,221,426,213,428,226,385,234 5 | 345,263,381,256,384,269,347,276 6 | 395,236,423,231,425,245,397,250 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_5.txt: -------------------------------------------------------------------------------- 1 | 603,200,679,197,680,231,604,234 2 | 603,96,673,98,672,117,602,115 3 | 616,73,660,75,659,95,615,92 4 | 618,118,662,120,661,139,618,137 5 | 621,141,661,141,661,159,621,160 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_50.txt: -------------------------------------------------------------------------------- 1 | 684,621,812,553,834,601,706,669 2 | 819,439,874,419,883,446,827,467 3 | 1239,18,1277,21,1276,40,1237,38 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_500.txt: -------------------------------------------------------------------------------- 1 | 212,18,337,25,336,51,211,45 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_51.txt: -------------------------------------------------------------------------------- 1 | 375,503,427,498,429,519,377,525 2 | 401,107,460,101,461,119,403,125 3 | 423,133,478,127,480,144,424,150 4 | 735,186,783,182,784,196,736,200 5 | 427,74,465,68,468,85,429,92 6 | 389,80,424,76,426,93,391,97 7 | 387,137,420,134,421,152,388,155 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_52.txt: -------------------------------------------------------------------------------- 1 | 591,262,635,258,637,280,593,285 2 | 692,255,734,251,736,271,694,275 3 | 733,252,771,248,773,267,735,270 4 | 637,260,667,257,668,276,639,280 5 | 541,177,567,175,568,189,542,192 6 | 665,257,692,255,694,274,666,276 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_53.txt: -------------------------------------------------------------------------------- 1 | 106,317,241,315,241,334,107,337 2 | 1186,94,1234,89,1236,109,1188,114 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_54.txt: -------------------------------------------------------------------------------- 1 | 11,12,196,-12,201,24,15,49 2 | 901,47,955,41,958,70,903,76 3 | 249,121,314,142,307,165,242,143 4 | 216,110,257,122,250,145,210,133 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_56.txt: -------------------------------------------------------------------------------- 1 | 730,250,770,248,770,261,730,263 2 | 591,211,626,212,625,230,591,229 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_57.txt: -------------------------------------------------------------------------------- 1 | 372,208,438,199,440,222,374,231 2 | 797,134,860,118,865,139,802,155 3 | 601,178,656,168,658,185,603,194 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_58.txt: -------------------------------------------------------------------------------- 1 | 416,640,554,635,555,664,418,670 2 | 801,246,870,248,870,260,800,259 3 | 750,245,792,245,792,258,750,257 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_59.txt: -------------------------------------------------------------------------------- 1 | 377,272,612,168,645,252,410,355 2 | 545,299,609,271,619,297,555,325 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_6.txt: -------------------------------------------------------------------------------- 1 | 216,226,268,219,269,231,218,238 2 | 223,238,267,233,268,245,225,250 3 | 675,60,712,55,714,67,677,72 4 | 493,83,528,78,530,89,494,94 5 | 784,48,814,44,815,56,785,60 6 | 751,51,780,48,781,59,753,62 7 | 722,55,751,52,752,62,723,66 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_60.txt: -------------------------------------------------------------------------------- 1 | 439,195,605,175,610,220,444,241 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_61.txt: -------------------------------------------------------------------------------- 1 | 308,96,441,160,412,227,280,164 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_62.txt: -------------------------------------------------------------------------------- 1 | 609,320,767,304,771,356,613,372 2 | 576,285,754,271,756,308,578,322 3 | 582,239,732,228,735,271,585,282 4 | 616,210,735,194,738,224,619,239 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_63.txt: -------------------------------------------------------------------------------- 1 | 211,155,363,120,371,162,220,197 2 | 416,686,492,653,498,669,423,702 3 | 446,641,494,613,504,634,456,662 4 | 350,637,388,633,390,652,352,656 5 | 381,692,418,684,421,701,384,710 6 | 381,662,447,643,453,665,387,684 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_64.txt: -------------------------------------------------------------------------------- 1 | 973,67,1116,9,1141,82,999,140 2 | 140,160,202,160,202,187,141,187 3 | 832,110,886,94,891,114,837,130 4 | 772,125,830,110,834,126,776,142 5 | 722,140,767,126,771,142,726,155 6 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_65.txt: -------------------------------------------------------------------------------- 1 | 737,372,888,378,886,424,735,419 2 | 773,315,857,311,858,345,774,349 3 | 723,319,777,320,777,349,722,348 4 | 738,424,792,428,791,446,737,442 5 | 829,427,874,432,873,451,827,446 6 | 791,427,826,430,824,447,789,443 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_66.txt: -------------------------------------------------------------------------------- 1 | 518,175,544,170,546,183,521,188 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_67.txt: -------------------------------------------------------------------------------- 1 | 677,142,767,134,769,154,679,163 2 | 693,186,755,182,756,201,694,205 3 | 929,689,974,667,986,694,940,717 4 | 699,164,746,160,747,178,701,182 5 | 968,143,1001,145,1000,158,967,156 6 | 968,161,994,163,994,174,968,173 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_69.txt: -------------------------------------------------------------------------------- 1 | 838,67,1096,27,1105,94,847,134 2 | 262,146,311,158,306,184,256,171 3 | 213,135,267,147,262,173,208,161 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_70.txt: -------------------------------------------------------------------------------- 1 | 70,491,174,441,187,472,83,522 2 | 95,537,172,494,182,515,105,558 3 | 96,432,148,413,155,437,104,456 4 | 66,399,138,383,143,407,70,423 5 | 67,443,99,435,104,458,72,466 6 | 81,128,143,136,141,150,79,142 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_71.txt: -------------------------------------------------------------------------------- 1 | 527,163,592,147,599,178,533,194 2 | 476,177,533,164,539,193,482,207 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_72.txt: -------------------------------------------------------------------------------- 1 | 277,46,491,40,492,91,278,96 2 | 386,5,510,0,512,37,387,42 3 | 272,10,382,8,383,41,272,43 4 | 271,126,368,131,368,146,271,141 5 | 281,183,335,186,334,201,280,198 6 | 374,210,429,209,429,225,374,225 7 | 260,158,298,159,298,175,260,173 8 | 264,141,338,145,337,161,264,157 9 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_74.txt: -------------------------------------------------------------------------------- 1 | 882,49,1044,46,1045,91,883,94 2 | 75,51,239,48,240,110,76,113 3 | 255,56,405,58,404,107,254,105 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_76.txt: -------------------------------------------------------------------------------- 1 | 234,66,317,63,318,85,235,88 2 | 272,38,327,38,327,61,272,61 3 | 226,40,275,38,276,61,227,63 4 | 107,161,178,163,176,214,106,211 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_77.txt: -------------------------------------------------------------------------------- 1 | 716,109,796,104,799,146,719,151 2 | 490,168,615,162,616,184,491,190 3 | 608,156,727,151,728,176,609,181 4 | 416,175,493,171,494,193,417,198 5 | 808,142,867,141,867,163,809,164 6 | 730,147,803,144,804,170,731,173 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_8.txt: -------------------------------------------------------------------------------- 1 | 872,424,978,413,981,443,875,454 2 | 471,91,539,82,541,96,472,105 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_80.txt: -------------------------------------------------------------------------------- 1 | 1132,206,1278,189,1281,221,1135,238 2 | 1200,180,1235,175,1238,192,1202,198 3 | 1150,187,1177,184,1179,201,1151,204 4 | 1176,184,1198,181,1200,197,1178,200 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_81.txt: -------------------------------------------------------------------------------- 1 | 31,369,272,355,274,411,34,424 2 | 87,417,227,423,226,447,86,441 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_84.txt: -------------------------------------------------------------------------------- 1 | 103,229,178,224,179,240,104,245 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_85.txt: -------------------------------------------------------------------------------- 1 | 230,184,318,181,319,202,230,205 2 | 706,66,764,55,767,71,709,82 3 | 570,89,623,81,625,98,573,106 4 | 622,79,706,64,709,82,625,97 5 | 614,64,664,54,667,71,617,81 6 | 572,71,619,64,621,80,575,88 7 | 545,79,574,74,576,88,547,93 8 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_86.txt: -------------------------------------------------------------------------------- 1 | 1016,316,1132,318,1131,363,1015,360 2 | 1169,165,1242,159,1245,199,1172,205 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_87.txt: -------------------------------------------------------------------------------- 1 | 568,119,656,95,667,139,579,163 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_88.txt: -------------------------------------------------------------------------------- 1 | 642,188,718,181,721,225,646,232 2 | 650,293,735,304,732,329,647,317 3 | 549,149,595,136,601,163,556,176 4 | 598,137,643,121,651,147,605,163 5 | 659,229,706,230,706,257,659,255 6 | 589,170,621,163,624,180,592,187 7 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_9.txt: -------------------------------------------------------------------------------- 1 | 199,85,315,48,332,106,215,144 2 | 227,198,342,182,345,210,230,226 3 | 219,150,323,134,329,181,226,197 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_90.txt: -------------------------------------------------------------------------------- 1 | 144,228,213,239,208,273,139,262 2 | 145,268,209,276,206,305,142,298 3 | 779,307,844,304,846,331,780,335 4 | 147,191,212,210,205,239,140,221 5 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_92.txt: -------------------------------------------------------------------------------- 1 | 374,181,493,238,474,283,355,227 2 | 853,18,951,16,951,37,853,39 3 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_93.txt: -------------------------------------------------------------------------------- 1 | 92,266,208,242,215,278,98,302 2 | 90,241,210,218,214,244,94,266 3 | 588,215,681,214,681,230,588,232 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_94.txt: -------------------------------------------------------------------------------- 1 | 49,7,210,73,182,152,21,85 2 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_96.txt: -------------------------------------------------------------------------------- 1 | 87,619,213,610,214,633,88,642 2 | 85,291,158,297,156,326,83,321 3 | 88,261,167,254,169,286,90,292 4 | 75,320,153,324,152,352,74,348 5 | 90,350,155,351,155,379,90,378 6 | 378,303,434,301,435,317,379,319 7 | 401,129,432,135,430,152,398,147 8 | 397,149,435,152,434,170,396,167 9 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_97.txt: -------------------------------------------------------------------------------- 1 | 1115,163,1275,131,1282,168,1122,200 2 | 1016,207,1073,197,1076,214,1019,224 3 | 1129,336,1158,338,1157,351,1129,350 4 | -------------------------------------------------------------------------------- /dataset/icdar15/submit/res_img_99.txt: -------------------------------------------------------------------------------- 1 | 865,267,1142,260,1143,318,866,324 2 | 870,603,1171,617,1169,672,868,658 3 | 862,320,1153,316,1153,372,863,376 4 | 869,660,1137,663,1137,713,869,710 5 | -------------------------------------------------------------------------------- /dataset/total_text/.gitignore: -------------------------------------------------------------------------------- 1 | groundtruth_text.zip 2 | totaltext.zip 3 | -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Examples/Groundtruth/poly_gt_img1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Examples/Groundtruth/poly_gt_img1.mat -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Examples/Groundtruth/poly_gt_img2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Examples/Groundtruth/poly_gt_img2.mat -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Examples/Groundtruth/poly_gt_img3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Examples/Groundtruth/poly_gt_img3.mat -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Examples/Groundtruth/poly_gt_img4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Examples/Groundtruth/poly_gt_img4.mat -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Examples/Groundtruth/poly_gt_img5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Examples/Groundtruth/poly_gt_img5.mat -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Examples/Prediction/img1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Examples/Prediction/img1.mat -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Examples/Prediction/img2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Examples/Prediction/img2.mat -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Examples/Prediction/img3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Examples/Prediction/img3.mat -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Examples/Prediction/img4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Examples/Prediction/img4.mat -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Examples/Prediction/img5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Examples/Prediction/img5.mat -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Python_scripts/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Python_scripts/__init__.py -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Python_scripts/__pycache__/polygon_fast.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Python_scripts/__pycache__/polygon_fast.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Python_scripts/__pycache__/polygon_wrapper.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Python_scripts/__pycache__/polygon_wrapper.cpython-37.pyc -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/Python_scripts/polygon_wrapper.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/Python_scripts/polygon_wrapper.pyc -------------------------------------------------------------------------------- /dataset/total_text/Evaluation_Protocol/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/dataset/total_text/Evaluation_Protocol/__init__.py -------------------------------------------------------------------------------- /dataset/total_text/README.md: -------------------------------------------------------------------------------- 1 | ### Total-Text dataset 2 | 3 | Home page: https://github.com/cs-chan/Total-Text-Dataset 4 | 5 | download dataset and make it to a dataset format 6 | 7 | ```shell 8 | bash download.sh 9 | ``` 10 | 11 | -------------------------------------------------------------------------------- /layers/__pycache__/GraphConv.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/layers/__pycache__/GraphConv.cpython-37.pyc -------------------------------------------------------------------------------- /layers/__pycache__/GraphTest.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/layers/__pycache__/GraphTest.cpython-37.pyc -------------------------------------------------------------------------------- /layers/__pycache__/NodePool.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/layers/__pycache__/NodePool.cpython-37.pyc -------------------------------------------------------------------------------- /layers/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/layers/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /layers/__pycache__/gcn.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/layers/__pycache__/gcn.cpython-37.pyc -------------------------------------------------------------------------------- /layers/__pycache__/gcn_layer.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/layers/__pycache__/gcn_layer.cpython-37.pyc -------------------------------------------------------------------------------- /layers/__pycache__/libutil.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/layers/__pycache__/libutil.cpython-37.pyc -------------------------------------------------------------------------------- /layers/__pycache__/proposal_layer.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/layers/__pycache__/proposal_layer.cpython-37.pyc -------------------------------------------------------------------------------- /layers/__pycache__/proposal_layer_test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/layers/__pycache__/proposal_layer_test.cpython-37.pyc -------------------------------------------------------------------------------- /layers/__pycache__/utils.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/layers/__pycache__/utils.cpython-37.pyc -------------------------------------------------------------------------------- /network/__init__.py: -------------------------------------------------------------------------------- 1 | from . import * -------------------------------------------------------------------------------- /network/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/network/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /network/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/network/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /network/__pycache__/loss.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/network/__pycache__/loss.cpython-36.pyc -------------------------------------------------------------------------------- /network/__pycache__/loss.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/network/__pycache__/loss.cpython-37.pyc -------------------------------------------------------------------------------- /network/__pycache__/resnet.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/network/__pycache__/resnet.cpython-37.pyc -------------------------------------------------------------------------------- /network/__pycache__/textnet.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/network/__pycache__/textnet.cpython-36.pyc -------------------------------------------------------------------------------- /network/__pycache__/textnet.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/network/__pycache__/textnet.cpython-37.pyc -------------------------------------------------------------------------------- /network/__pycache__/vgg.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/network/__pycache__/vgg.cpython-36.pyc -------------------------------------------------------------------------------- /network/__pycache__/vgg.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/network/__pycache__/vgg.cpython-37.pyc -------------------------------------------------------------------------------- /nmslib/__init__.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # -*- coding: utf-8 -*- 3 | __author__ = '古溪' 4 | from . import lanms 5 | from .nms.nms_wrapper import nms -------------------------------------------------------------------------------- /nmslib/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/nmslib/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /nmslib/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/nmslib/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /nmslib/lanms/.gitignore: -------------------------------------------------------------------------------- 1 | adaptor.so 2 | -------------------------------------------------------------------------------- /nmslib/lanms/__main__.py: -------------------------------------------------------------------------------- 1 | import numpy as np 2 | 3 | 4 | from . import merge_quadrangle_n9 5 | 6 | if __name__ == '__main__': 7 | # unit square with confidence 1 8 | q = np.array([0, 0, 0, 1, 1, 1, 1, 0, 1], dtype='float32') 9 | 10 | print(merge_quadrangle_n9(np.array([q, q + 0.1, q + 2]))) 11 | -------------------------------------------------------------------------------- /nmslib/lanms/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/nmslib/lanms/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /nmslib/lanms/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/nmslib/lanms/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /nmslib/lanms/include/clipper/clipper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/nmslib/lanms/include/clipper/clipper.cpp -------------------------------------------------------------------------------- /nmslib/nms/__init__.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # -*- coding: utf-8 -*- 3 | __author__ = '古溪' 4 | # from . import gpu_nms 5 | # from . import cython_nms -------------------------------------------------------------------------------- /nmslib/nms/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/nmslib/nms/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /nmslib/nms/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/nmslib/nms/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /nmslib/nms/__pycache__/blob.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/nmslib/nms/__pycache__/blob.cpython-36.pyc -------------------------------------------------------------------------------- /nmslib/nms/__pycache__/nms_wrapper.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/nmslib/nms/__pycache__/nms_wrapper.cpython-36.pyc -------------------------------------------------------------------------------- /nmslib/nms/__pycache__/nms_wrapper.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/nmslib/nms/__pycache__/nms_wrapper.cpython-37.pyc -------------------------------------------------------------------------------- /nmslib/nms/gpu_nms.hpp: -------------------------------------------------------------------------------- 1 | void _nms(int* keep_out, int* num_out, const float* boxes_host, int boxes_num, 2 | int boxes_dim, float nms_overlap_thresh, int device_id); 3 | -------------------------------------------------------------------------------- /nmslib/nms/make.sh: -------------------------------------------------------------------------------- 1 | cython cython_nms.pyx 2 | cython gpu_nms.pyx 3 | python setup.py build_ext --inplace 4 | rm -rf build 5 | -------------------------------------------------------------------------------- /result/MLT/ts_img_00087.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/MLT/ts_img_00087.png -------------------------------------------------------------------------------- /result/MLT/ts_img_00361.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/MLT/ts_img_00361.png -------------------------------------------------------------------------------- /result/MLT/ts_img_07035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/MLT/ts_img_07035.png -------------------------------------------------------------------------------- /result/ctw1500/1157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/ctw1500/1157.png -------------------------------------------------------------------------------- /result/ctw1500/1157_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/ctw1500/1157_0.png -------------------------------------------------------------------------------- /result/ctw1500/1163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/ctw1500/1163.png -------------------------------------------------------------------------------- /result/ctw1500/1163_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/ctw1500/1163_0.png -------------------------------------------------------------------------------- /result/ctw1500/1165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/ctw1500/1165.png -------------------------------------------------------------------------------- /result/ctw1500/1165_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/ctw1500/1165_0.png -------------------------------------------------------------------------------- /result/ctw1500/1410.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/ctw1500/1410.png -------------------------------------------------------------------------------- /result/ctw1500/1410_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/ctw1500/1410_0.png -------------------------------------------------------------------------------- /result/ctw1500/1447.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/ctw1500/1447.png -------------------------------------------------------------------------------- /result/ctw1500/1447_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/ctw1500/1447_0.png -------------------------------------------------------------------------------- /result/icdar15/res_img_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/icdar15/res_img_14.png -------------------------------------------------------------------------------- /result/icdar15/res_img_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/icdar15/res_img_31.png -------------------------------------------------------------------------------- /result/img2_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/img2_0.png -------------------------------------------------------------------------------- /result/screenshot_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/screenshot_1.png -------------------------------------------------------------------------------- /result/screenshot_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/screenshot_22.png -------------------------------------------------------------------------------- /result/td500/img_113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/td500/img_113.png -------------------------------------------------------------------------------- /result/td500/img_113_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/td500/img_113_0.png -------------------------------------------------------------------------------- /result/td500/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/td500/img_2.png -------------------------------------------------------------------------------- /result/td500/img_2_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/td500/img_2_0.png -------------------------------------------------------------------------------- /result/td500/img_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/td500/img_9.png -------------------------------------------------------------------------------- /result/td500/img_9_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/td500/img_9_0.png -------------------------------------------------------------------------------- /result/total-text/img396.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/total-text/img396.png -------------------------------------------------------------------------------- /result/total-text/img396_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/total-text/img396_0.png -------------------------------------------------------------------------------- /result/total-text/img617.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/total-text/img617.png -------------------------------------------------------------------------------- /result/total-text/img617_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/total-text/img617_0.png -------------------------------------------------------------------------------- /result/total-text/img643.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/total-text/img643.png -------------------------------------------------------------------------------- /result/total-text/img643_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/total-text/img643_0.png -------------------------------------------------------------------------------- /result/total-text/img648.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/total-text/img648.png -------------------------------------------------------------------------------- /result/total-text/img648_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/total-text/img648_0.png -------------------------------------------------------------------------------- /result/total-text/img9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/total-text/img9.png -------------------------------------------------------------------------------- /result/total-text/img9_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/result/total-text/img9_0.png -------------------------------------------------------------------------------- /tool/train_CTW1500.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd ../ 3 | CUDA_LAUNCH_BLOCKING=1 python train_TextGraph.py --exp_name Ctw1500 --max_epoch 600 --batch_size 6 --gpu 0 --input_size 640 --optim SGD --lr 0.001 --start_epoch 0 --viz --net vgg 4 | #--resume pretrained/mlt2017_pretain/textgraph_vgg_100.pth 5 | -------------------------------------------------------------------------------- /tool/train_Icdar2015.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd ../ 3 | CUDA_LAUNCH_BLOCKING=1 python train_TextGraph.py --exp_name Icdar2015 --max_epoch 300 --batch_size 4 --gpu 0 --input_size 800 --optim SGD --lr 0.001 --start_epoch 1131 --num_workers 12 --viz --net vgg 4 | #--resume pretrained/icdar15_pretain/textgraph_vgg_1130.pth 5 | -------------------------------------------------------------------------------- /tool/train_MLT2017.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd ../ 3 | CUDA_LAUNCH_BLOCKING=1 python train_TextGraph.py --exp_name MLT2017 --max_epoch 400 --batch_size 6 --gpu 0 --input_size 640 --optim SGD --lr 0.01 --start_epoch 0 --num_workers 12 --viz --net resnet50 --save_freq 2 4 | -------------------------------------------------------------------------------- /tool/train_SynText.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd ../ 3 | CUDA_LAUNCH_BLOCKING=1 python train_TextGraph.py --exp_name Synthtext --max_epoch 5 --batch_size 12 --lr 0.0001 --gpu 1 --input_size 512 --save_freq 1 --viz --num_workers 16 4 | #--resume pretrained/synthtext_pretrain/textgraph_vgg_48000.pth 5 | -------------------------------------------------------------------------------- /tool/train_TD500.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd ../ 3 | CUDA_LAUNCH_BLOCKING=1 python train_TextGraph.py --exp_name TD500 --max_epoch 2000 --batch_size 4 --gpu 1 --input_size 640 --optim SGD --lr 0.01 --start_epoch 0 --viz --net vgg --start_epoch 0 --save_freq 50 4 | #--resume pretrained/mlt2017_pretain/textgraph_vgg_200.pth 5 | -------------------------------------------------------------------------------- /tool/train_Totaltxt.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd ../ 3 | CUDA_LAUNCH_BLOCKING=1 python train_TextGraph.py --exp_name Totaltext --max_epoch 600 --batch_size 4 --gpu 0 --input_size 800 --optim SGD --lr 0.001 --viz --num_workers 12 --net vgg 4 | #--resume pretrained/totaltext_pretain/textgraph_vgg_300.pth --start_epoch 300 5 | -------------------------------------------------------------------------------- /util/__init__.py: -------------------------------------------------------------------------------- 1 | from .visualize import * 2 | from .detection_graph import * 3 | from .detection_mask import * 4 | from .pbox import * -------------------------------------------------------------------------------- /util/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/augmentation.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/augmentation.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/augmentation.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/augmentation.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/canvas.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/canvas.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/canvas.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/canvas.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/config.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/config.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/config.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/config.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/detection.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/detection.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/detection.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/detection.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/detection_graph.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/detection_graph.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/detection_mask.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/detection_mask.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/graph.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/graph.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/io.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/io.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/io.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/io.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/misc.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/misc.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/misc.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/misc.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/option.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/option.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/option.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/option.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/pbox.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/pbox.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/shedule.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/shedule.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/shedule.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/shedule.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/strs.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/strs.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/strs.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/strs.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/summary.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/summary.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/summary.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/summary.cpython-37.pyc -------------------------------------------------------------------------------- /util/__pycache__/visualize.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/visualize.cpython-36.pyc -------------------------------------------------------------------------------- /util/__pycache__/visualize.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GXYM/DRRG/fab77c1f0218dc5304ee5fb609ff924791e5973a/util/__pycache__/visualize.cpython-37.pyc --------------------------------------------------------------------------------