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.

Home Page:https://www.emgu.com/wiki/index.php/Emgu_TF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training the MobileNetV3 model

mmf007 opened this issue · comments

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?