# table-detect **Repository Path**: dimwalker/table-detect ## Basic Information - **Project Name**: table-detect - **Description**: copy from https://github.com/chineseocr/table-detect - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-11 - **Last Updated**: 2023-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # table-detect ## table detect(yolo) , table line(unet) (表格检测/表格单元格定位) links(下载链接): http://gofile.me/4Nlqh/fNHlWzVWo download models weights and move to ./modes ### test table detect(表格检测) ` python table_detect.py --jpgPath img/table-detect.jpg ` ### test table ceil detect with unet(表格识别输出到excel) ` python table_ceil.py --isToExcel True --jpgPath img/table-detect.jpg ` ## train table line(训练表格) ### label table with labelme(https://github.com/wkentaro/labelme) ` python train/train.py `