Machine Learning
-
@Matteo my version ofthe script tries to recognize 3 different objects. So draw the same object in 2 boxes will not work: the software assumes they are different.
The initial version of mkeywood is different.
-
last edited by
-
@cvp and @st84 thank you.
it is very powerfull. But somewhat opaque.
Do you know- how much memory is used? where is the model stored?
- what is the NN structure?
- is it fully local?
Thanks
-
@jmv38 the models are downloaded from https://docs-assets.developer.apple.com/coreml/models/MobileNet.mlmodel and copied in a local file, then next time, it is entirely local.
Big file of 170 MB
-
@cvp thanks
more in https://arxiv.org/pdf/1704.04861.pdf
-
last edited by
-
@cvp thanks.