MobileNet-CoreML icon indicating copy to clipboard operation
MobileNet-CoreML copied to clipboard

The MobileNet neural network using Apple's new CoreML framework

Results 5 MobileNet-CoreML issues
Sort by recently updated
recently updated
newest added

@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...

![a7a2f8b6-ab5a-4182-9d73-54788dcce4e9](https://user-images.githubusercontent.com/15976989/26931547-6ceadfc8-4c93-11e7-9f68-323a3b1b8035.png)

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...