ismail-mebsout / Parsing-PDFs-using-YOLOV3

Parsing pdf tables using YOLOV3
114 stars 42 forks source link

how to use it to train ? #5

Closed Andrew05200 closed 3 years ago

Andrew05200 commented 3 years ago

I cannot find the train func, where is it ? can you share ? I want train the model on custom datasets.

ismail-mebsout commented 3 years ago

Hello Andrew,

In order to train the model on custom datasets, I suggest to use the following yolov3 repository: https://github.com/ultralytics/yolov3

Best regards, Ismail Mebsout