Home

Awesome

MobilenetV3SSDLite-tfkeras

tensorflow keras implement of mobilenet v3 ssdlite, same structure as tensorflow model. some utils for converting ckpt model to keras model,and keras model to pb model.

Environments

Introductions

overall

model structure

convert tf ckpt to keras models

converted model's inference and test

keras model's train,inference and test

reference

[1] https://github.com/tensorflow/models/tree/master/research/object_detection

[2] https://github.com/markshih91/mobilenet_v2_ssdlite_keras

[3] https://github.com/Bisonai/mobilenetv3-tensorflow