https://github.com/chineseocr/table-detect
table detect(yolo) , table line(unet)
https://github.com/chineseocr/table-detect
table-detect table-line tensorflow2
Last synced: 7 days ago
JSON representation
table detect(yolo) , table line(unet)
- Host: GitHub
- URL: https://github.com/chineseocr/table-detect
- Owner: chineseocr
- License: mit
- Created: 2020-09-09T19:36:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T17:20:33.000Z (over 1 year ago)
- Last Synced: 2025-03-31T09:05:10.341Z (14 days ago)
- Topics: table-detect, table-line, tensorflow2
- Language: Python
- Homepage:
- Size: 1.24 MB
- Stars: 248
- Watchers: 8
- Forks: 87
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yolo-object-detection - chineseocr/table-detect - detect?style=social"/> : table detect(yolo) , table line(unet) (表格检测/表格单元格定位)。 (Object Detection Applications)
- awesome-yolo-object-detection - chineseocr/table-detect - detect?style=social"/> : table detect(yolo) , table line(unet) (表格检测/表格单元格定位)。 (Applications)
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
`