khaelys/SmartEnvironments-old

Train some neural network on specific smart objects

Closed this issue · 4 comments

Let's identify some specific smart objects we want to activate and train the mobilenet neural network to recognize them.

Doubt: after training the mobile network to recognize specific smart object does it still recognize generic objects as a plain mobilenet?

No, it recognize only the new object

It seams training on a inception5h model instead of inception_v3 is more difficult.

Tried retraining successfully mobilenet neural network. I used the bigger mobile net, with a final size of 16Mb.

https://codelabs.developers.google.com/codelabs/tensorflow-for-poets/index.html

Parameter to adjust:
INPUT_SIZE = 224
IMAGE_MEAN = 128;
IMAGE_STD = 128.0f;
INPUT_NAME = "input";
OUTPUT_NAME = "final_result";