JiaquanYe / TableMASTER-mmocr

2nd solution of ICDAR 2021 Competition on Scientific Literature Parsing, Task B.
Apache License 2.0
430 stars 103 forks source link

'TABLEMASTER is not in the models registry' #6

Closed baoyuxu closed 3 years ago

baoyuxu commented 3 years ago

After run python data_preprocess.py, I want to train table structure recognition model TableMASTER.

But when I run ./table_recognition/expr/table_recognition_dist_train.sh, it raise KeyError: 'TABLEMASTER is not in the models registry'

baoyuxu commented 3 years ago

After running pip install -v -e . in the root dir, problem solved.