Coder Social home page Coder Social logo

Comments (5)

hollance avatar hollance commented on May 29, 2024

The accuracy for MobileNet is pretty much the same as VGG16. But it's 30 times smaller and about 10 times faster. So I'd definitely use MobileNet over VGG16.

from mobilenet-coreml.

0xPr0xy avatar 0xPr0xy commented on May 29, 2024

Amazing, Definitely noticed the performance increase!

I just found your blog article about Real time object detection using Yolo, and I have to say it's brilliant and exactly what I was trying to achieve. (currently able to do 1 classification / frame @60fps using Metal and MobileNet, but I want to detect multiple objects and also know where they were detected in the frame... so I think I NEED to use YOLO.. )

I'd like to know what are the limitations of using YOLO, for example how does the TinyYOLO model compare to MobileNet, and how would I go about expanding your TinyYOLO model to be able to classify more different categories, or maybe use another model

EDIT: Which TinyYOLO model did you use to convert to .mlmodel? The VOC2007+2012 one or the COCO one? I'm very interested in the COCO one since it seems to be able to classify more categories (80 vs 20 of VOC) and it is a more recent challenge. Guess I will try to follow your conversion steps, but might be too much for my level of understanding (at the moment.. ;)

Thanks in advance!

Oh and BTW, I just noticed you're also from the Netherlands ;) I live in Utrecht myself.

from mobilenet-coreml.

hollance avatar hollance commented on May 29, 2024

I converted the VOC one.

Note that in the TensorFlow models repo is a version of SSD that runs on MobileNets. This is roughly as accurate as Tiny YOLO but runs much faster. (It's a fair bit of work to do the conversion, which I did for a client and therefore cannot share, but definitely worth it.)

from mobilenet-coreml.

jinay1991 avatar jinay1991 commented on May 29, 2024

@hollance You can not share the converted model but Can you please post some guidelines which we can follow to convert MobileNet SSD for the CoreML? This would be a great Help to Community. And atleast you can post some links which you have come across for getting this issue solved.

Btw, I am trying to convert TF SSD Mobilenet to CoreML but I am facing bit of a problem in finding right tools to be used.

from mobilenet-coreml.

hollance avatar hollance commented on May 29, 2024

I haven't converted MobileNet+SSD to Core ML, so there may be issues I don't know about but one issue is that the model is in TensorFlow format so you have to write your own converter. Also, you have to replave the relu6 activations with something else, as Core ML does not support it.

from mobilenet-coreml.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.