Open wu-yz opened 1 year ago
Is there a trained model?I want to run a demo.
When running: sh ./table_recognition/expr/table_recognition_dist_train.sh AssertionError: OCRFinTabDataset: TableHardDiskLoader: /datasets/mmocr_fintabnet_recognition_0726_train/StructureLabelAddEmptyBbox_train/ is not exist How can I deal with this problem?
Did you prepare the training data for FinTabNet? You need to run "data_preprocess_fintabnet.py" to prepare the training data for FinTabNet.
Is there a trained model?I want to run a demo.
Yes, we have released the pre-trained models of both FinTabNet and PubtabNet. Please check the pre-trained models and how to run the demo in README.md.
When running: sh ./table_recognition/expr/table_recognition_dist_train.sh AssertionError: OCRFinTabDataset: TableHardDiskLoader: /datasets/mmocr_fintabnet_recognition_0726_train/StructureLabelAddEmptyBbox_train/ is not exist How can I deal with this problem?
Did you prepare the training data for FinTabNet? You need to run "data_preprocess_fintabnet.py" to prepare the training data for FinTabNet.
Yes,I did.But the mistake still appeared.I'll try it again.
Is there a trained model?I want to run a demo.
Yes, we have released the pre-trained models of both FinTabNet and PubtabNet. Please check the pre-trained models and how to run the demo in README.md.
Thank you very much for replying!
When running: sh ./table_recognition/expr/table_recognition_dist_train.sh AssertionError: OCRFinTabDataset: TableHardDiskLoader: /datasets/mmocr_fintabnet_recognition_0726_train/StructureLabelAddEmptyBbox_train/ is not exist How can I deal with this problem?
Did you prepare the training data for FinTabNet? You need to run "data_preprocess_fintabnet.py" to prepare the training data for FinTabNet.
Yes,I did.But the mistake still appeared.I'll try it again.
Can you show the whole error message, then I will try to check the reason.
When running: sh ./table_recognition/expr/table_recognition_dist_train.sh AssertionError: OCRFinTabDataset: TableHardDiskLoader: /datasets/mmocr_fintabnet_recognition_0726_train/StructureLabelAddEmptyBbox_train/ is not exist How can I deal with this problem?
Did you prepare the training data for FinTabNet? You need to run "data_preprocess_fintabnet.py" to prepare the training data for FinTabNet.
Yes,I did.But the mistake still appeared.I'll try it again.
Can you show the whole error message, then I will try to check the reason.
After running "data_preprocess_fintabnet.py",I find the several folders were empty.Is there anything wrong with fintabnet datasets?
When running: sh ./table_recognition/expr/table_recognition_dist_train.sh AssertionError: OCRFinTabDataset: TableHardDiskLoader: /datasets/mmocr_fintabnet_recognition_0726_train/StructureLabelAddEmptyBbox_train/ is not exist How can I deal with this problem?
Did you prepare the training data for FinTabNet? You need to run "data_preprocess_fintabnet.py" to prepare the training data for FinTabNet.
Yes,I did.But the mistake still appeared.I'll try it again.
Can you show the whole error message, then I will try to check the reason.
After running "data_preprocess_fintabnet.py",I find the several folders were empty.Is there anything wrong with fintabnet datasets?
I think you have some problems when preparing the jsonl file of FinTabNet. This jsonl file is the same as the one of PubTabNet. I will publicize the jsonl as well as the table images of FinTabNet and let you know soon.
When running: sh ./table_recognition/expr/table_recognition_dist_train.sh AssertionError: OCRFinTabDataset: TableHardDiskLoader: /datasets/mmocr_fintabnet_recognition_0726_train/StructureLabelAddEmptyBbox_train/ is not exist How can I deal with this problem?
Did you prepare the training data for FinTabNet? You need to run "data_preprocess_fintabnet.py" to prepare the training data for FinTabNet.
Yes,I did.But the mistake still appeared.I'll try it again.
Can you show the whole error message, then I will try to check the reason.
After running "data_preprocess_fintabnet.py",I find the several folders were empty.Is there anything wrong with fintabnet datasets?
I think you have some problems when preparing the jsonl file of FinTabNet. This jsonl file is the same as the one of PubTabNet. I will publicize the jsonl as well as the table images of FinTabNet and let you know soon.
Thank you so much!
When running: sh ./table_recognition/expr/table_recognition_dist_train.sh AssertionError: OCRFinTabDataset: TableHardDiskLoader: /datasets/mmocr_fintabnet_recognition_0726_train/StructureLabelAddEmptyBbox_train/ is not exist How can I deal with this problem?
Did you prepare the training data for FinTabNet? You need to run "data_preprocess_fintabnet.py" to prepare the training data for FinTabNet.
Yes,I did.But the mistake still appeared.I'll try it again.
Can you show the whole error message, then I will try to check the reason.
After running "data_preprocess_fintabnet.py",I find the several folders were empty.Is there anything wrong with fintabnet datasets?
I think you have some problems when preparing the jsonl file of FinTabNet. This jsonl file is the same as the one of PubTabNet. I will publicize the jsonl as well as the table images of FinTabNet and let you know soon.
I upload the Python script extract_table_images_FinTabNet.py for extracting table images and making the annotation file (like PubTabNet) from FInTabNet dataset. After that, you can run "data_preprocess_fintabnet.py" to prepare the training dataset for FinTabNet.
When running: sh ./table_recognition/expr/table_recognition_dist_train.sh AssertionError: OCRFinTabDataset: TableHardDiskLoader: /datasets/mmocr_fintabnet_recognition_0726_train/StructureLabelAddEmptyBbox_train/ is not exist How can I deal with this problem?
Did you prepare the training data for FinTabNet? You need to run "data_preprocess_fintabnet.py" to prepare the training data for FinTabNet.
Yes,I did.But the mistake still appeared.I'll try it again.
Can you show the whole error message, then I will try to check the reason.
After running "data_preprocess_fintabnet.py",I find the several folders were empty.Is there anything wrong with fintabnet datasets?
I think you have some problems when preparing the jsonl file of FinTabNet. This jsonl file is the same as the one of PubTabNet. I will publicize the jsonl as well as the table images of FinTabNet and let you know soon.
I upload the Python script extract_table_images_FinTabNet.py for extracting table images and making the annotation file (like PubTabNet) from FInTabNet dataset. After that, you can run "data_preprocess_fintabnet.py" to prepare the training dataset for FinTabNet.
OK,I'll give another try.It is appreciated for answering my question in your busy time.
Is there a trained model?I want to run a demo.
Yes, we have released the pre-trained models of both FinTabNet and PubtabNet. Please check the pre-trained models and how to run the demo in README.md.
Thank you very much for replying!
While running on CPU Machine - python demo.py Facing ERROR -
Traceback (most recent call last):
File "demo.py", line 6, in
Can we demo.py on CPU machine ?
When running: sh ./table_recognition/expr/table_recognition_dist_train.sh AssertionError: OCRFinTabDataset: TableHardDiskLoader: /datasets/mmocr_fintabnet_recognition_0726_train/StructureLabelAddEmptyBbox_train/ is not exist How can I deal with this problem?