markshih91 / mobilenet_v2_ssdlite_keras

A keras version of real-time object detection network : mobilenet_v2_ssdlite
80 stars 40 forks source link

Fix missing link layer and add config parser for the training script #2

Open DubiousCactus opened 5 years ago

DubiousCactus commented 5 years ago

Link 5 was missing (or was set as link 6). I also added a config parser to make things easier.