Skip to content

A keras version of real-time object detection network : mobilenet_v2_ssdlite

Notifications You must be signed in to change notification settings

DubiousCactus/mobilenet_v2_ssdlite_keras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mobilenet_v2_ssdlite_keras

A keras version of real-time object detection network: mobilenet_v2_ssdlite

the pretrained weights file in the 'pretrained_weights' folder

the model structure in the 'model' folder

the train and inference process in the 'experiments' folder

Training

Firstly, add the root folder to your PYTHONPATH: cd mobilenet_v2_ssdlite_keras && export PYTHONPATH=$PYTHONPATH:$(pwd). Then, simply run python train.py

About

A keras version of real-time object detection network : mobilenet_v2_ssdlite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%