table_structure_recognition
table_structure_recognition copied to clipboard
Questions about training environment
Thanks for your repo. I have some questions about your training environment, in order to reproduce the result.
- How much RAM needed for training yolov5 with this large dataset?
- Which GPU(s) did you use?
- How long did the training last?
I am currently working on the field of table recognition and your repo is very interesting. Thank you very much.
Edit: Mentioned @whn09 for reference.
Hi,
I trained the models for about 10 hours/model on AWS ml.p3.2xlarge (1 NVIDIA V100 GPU (16GB GPU Memory), 8 CPU, 64GB RAM).
@whn09 Thanks, may I ask one more question? What is your recommendation about OCR for postprocessing?
I think PaddleOCR is suitable for English and Chinese, and Amazon Textract or other SaaS services may be better.