MobileNet-CoreML
MobileNet-CoreML copied to clipboard
The MobileNet neural network using Apple's new CoreML framework
@hollance I am trying to get the intermediate layer(add_node) output and merge it into the existing model outputs (confidences and coordinates) Experiments : - Was able **to get the add...
1. BN can be fused 2. `batchnorm` and `scale` are separated layers here this is because of bad Caffe implementation. BTW is there any app where we just can benchmarks...
Hello! I have used the caffe model you provided to get a semantic segmentation(two classes) model (just change to model into a FCN model). Then I convert the caffe model...

Hi! Nice work! I'm interested in how this MobileNet.mlmodel compares to the ones provided by Apple on their download page. Specifically how it compares to the VGG16 model which I've...