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

keyError:'TABLEMASTER is not in the {registry.name} registry' #9

Closed BrandnewA closed 2 years ago

BrandnewA commented 3 years ago

您好,按照Install.md安装了mmdetection、mmcv-full、mmocr, 但是运行 sh ./table_recognition/expr/table_recognition_dist_train.sh 报错: keyError:'TABLEMASTER is not in the {registry.name} registry', 请问有什么建议的解决方法吗?

JiaquanYe commented 3 years ago

您好,按照Install.md安装了mmdetection、mmcv-full、mmocr, 但是运行 sh ./table_recognition/expr/table_recognition_dist_train.sh 报错: keyError:'TABLEMASTER is not in the {registry.name} registry', 请问有什么建议的解决方法吗?

Please check mmocr installation. It seems not install mmocr successfully.

myh12138 commented 3 years ago

您好,按照Install.md安装了mmdetection、mmcv-full、mmocr, 但是运行 sh ./table_recognition/expr/table_recognition_dist_train.sh 报错: keyError:'TABLEMASTER is not in the {registry.name} registry', 请问有什么建议的解决方法吗?

test_anno_file1 = '/data_0/yejiaquan/data/TableRecognization/mergeStructLabelsAddEmptyEsb_val/' can you share how to make mergeStructLabelsAddEmptyEsb_val,thanks

JiaquanYe commented 3 years ago

您好,按照Install.md安装了mmdetection、mmcv-full、mmocr, 但是运行 sh ./table_recognition/expr/table_recognition_dist_train.sh 报错: keyError:'TABLEMASTER is not in the {registry.name} registry', 请问有什么建议的解决方法吗?

test_anno_file1 = '/data_0/yejiaquan/data/TableRecognization/mergeStructLabelsAddEmptyEsb_val/' can you share how to make mergeStructLabelsAddEmptyEsb_val,thanks

It is same to the way preparing training data. You can change the 'split' to 'val' in this code line

tangjiashan7 commented 2 years ago

我也遇到这个问题了 感觉不是mmocr的问题

JiaquanYe commented 2 years ago

You can read this issue: https://github.com/JiaquanYe/TableMASTER-mmocr/issues/6

Docker environment has been released. Maybe you can try it. Get docker images by 'docker pull jiaquanye/tablemaster_mmocr:v1'

zjw-gh commented 1 year ago

请问解决了吗?