Guillem96 / efficientdet-tf

Custom implementation of EfficientDet https://arxiv.org/abs/1911.09070
GNU General Public License v3.0
96 stars 23 forks source link

How to retrain new model with my data! #5

Closed fengduanqiao closed 4 years ago

fengduanqiao commented 4 years ago

I want to use model to train my data. Currently, I have labeled the data with labelme. What is the specific process of the next operation?

Guillem96 commented 4 years ago

Check the README. There is a section called Train the model with labelme format.