FudanVI / benchmarking-chinese-text-recognition

This repository contains datasets and baselines for benchmarking Chinese text recognition.
MIT License
427 stars 52 forks source link

Please upload the supported files. #12

Closed qingfengtommy closed 2 years ago

qingfengtommy commented 2 years ago

There are some supported file doesn't upload in this repo.:

parser.add_argument('--alpha_path', type=str, default='./data/benchmark.txt', help='')
parser.add_argument('--alpha_path_radical', type=str, default='./data/radicals.txt', help='')
parser.add_argument('--decompose_path', type=str, default='./data/decompose.txt', help='')

Thanks!

hyangyu commented 2 years ago

There are some supported file doesn't upload in this repo.:

parser.add_argument('--alpha_path', type=str, default='./data/benchmark.txt', help='')
parser.add_argument('--alpha_path_radical', type=str, default='./data/radicals.txt', help='')
parser.add_argument('--decompose_path', type=str, default='./data/decompose.txt', help='')

Thanks!

Please refer to https://github.com/FudanVI/benchmarking-chinese-text-recognition/tree/main/model/TransOCR/data. Please check the files of each baseline model.

qingfengtommy commented 2 years ago

There are some supported file doesn't upload in this repo.:

parser.add_argument('--alpha_path', type=str, default='./data/benchmark.txt', help='')
parser.add_argument('--alpha_path_radical', type=str, default='./data/radicals.txt', help='')
parser.add_argument('--decompose_path', type=str, default='./data/decompose.txt', help='')

Thanks!

Please refer to https://github.com/FudanVI/benchmarking-chinese-text-recognition/tree/main/model/TransOCR/data. Please check the files of each baseline model.

Thanks!