pierluigiferrari / ssd_keras

A Keras port of Single Shot MultiBox Detector
Apache License 2.0
1.86k stars 935 forks source link

Feature/test training #385

Closed MiguelEsteve closed 2 years ago

MiguelEsteve commented 2 years ago

Pull request for the module "test_all.py" where we have developed classes to test: a) Model ssd7; b) data generators; c) data augmentation; d) train loop. All in a top-> down approach.