ManishSoni1908 / Mobilenet-ssd-keras

A Keras port of Single Shot MultiBox Detector as Mobilenet as a Backbone
62 stars 24 forks source link

Fix syntax error #6

Open kenthinson opened 4 years ago

kenthinson commented 4 years ago

Fixed a small syntax error that stopped the program from running on my system.

SmituSSupp commented 4 years ago

Fixed a small syntax error that stopped the program from running on my system.

Did u have successful inference of model with pretrained weights? Cause looks like this repo is abandoned

kenthinson commented 4 years ago

@SmituSSupp no I ended up changing to TensorFlow.

SmituSSupp commented 4 years ago

@kenthinson so is it possible to see ur ssd300_mobilenet implementation on TensorFlow?