Viredery / tf-eager-fasterrcnn

Faster R-CNN R-101-FPN model was implemented with TensorFlow2.0 eager execution.
MIT License
88 stars 46 forks source link

How to train own data set? #22

Open 10207011 opened 3 years ago

EMCP commented 3 years ago

it appears this is all in python notebooks AND coded to just run COCO official datasets?

You would need to start looking at the problem of inserting your own COCO based dataset.. and replacing the official dataset(s) in any training or evaluation steps