KerasKorea / KerasObjectDetector

Keras Object Detection API with YOLK project 🍳
MIT License
113 stars 48 forks source link

Resolved issues (#15, #33) #36

Closed minus31 closed 4 years ago

minus31 commented 4 years ago

I created a module for making a generator for two benchmark datasets(PascalVOC, Coco).

When the module is executed, it returns two generators, one for train the other for validation. To check whether this module is executed successfully or not, run make_generator_test.py If it occurs an error, please check your environment containing necessary python packages

Thank you.