doc-analysis / TableBank

TableBank: A Benchmark Dataset for Table Detection and Recognition
Apache License 2.0
987 stars 139 forks source link

How to fine tune model on custom classes(eg - border and borderless) #32

Open shubhangi27397 opened 2 years ago

shubhangi27397 commented 2 years ago

Wanted to know steps regarding fine tuning of model on custom classes.

liminghao1630 commented 2 years ago

You may need to create a dataset containing the custom classes, and use the detectron2 to fine-tune the TableBank models on it.

CV-deeplearning commented 2 years ago

You may need to create a dataset containing the custom classes, and use the detectron2 to fine-tune the TableBank models on it.

你好,从官网上下载了五个文件TableBank.zip.005,怎么解压呀?