hollance / YOLO-CoreML-MPSNNGraph

Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
MIT License
929 stars 251 forks source link

Quick Question about the model #52

Open 1omarsaid opened 5 years ago

1omarsaid commented 5 years ago

Is there a way that we can add more objects? If I have pictures to train the model?

hollance commented 5 years ago

Sure but not with this repo. You’ll have to use the Keras YOLO project or the original Darknet code.

1omarsaid commented 5 years ago

I can still use it with ios? If I want to have all the existing objects and then add a couple more, I assume that I would need to do what you mentioned right?

hollance commented 5 years ago

Yup, you should still be able to use it with iOS.