emgucv / emgutf

Emgu TF is a cross platform .Net wrapper for the Google Tensorflow library. Allows Tensorflow functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython.
https://www.emgu.com/wiki/index.php/Emgu_TF
Other
214 stars 43 forks source link

Training the MobileNetV3 model #76

Open mmf007 opened 2 years ago

mmf007 commented 2 years ago

Hi. In your example, you are using the model https://github.com/emgucv/models/tree/master/coco_ssd_mobilenet_v3_small_2020_01_14

Please tell me: Where can I find its source code on kerass for tensorflow2?

The code I found https://github.com/keras-team/keras/blob/v2.9.0/keras/applications/mobilenet_v3.py is the image detect model, and yours is object detect. That is, it returns 'boxes'.

Or where can I find an example of her teaching?