philipperemy / yolo-9000

YOLO9000: Better, Faster, Stronger - Real-Time Object Detection. 9000 classes!
Apache License 2.0
1.18k stars 309 forks source link

how to use this yolo 9000 in ios? #5

Closed steve21124 closed 7 years ago

philipperemy commented 7 years ago

@steve21124 that's a very good question! I have absolutely no clue. Do you think you can port it to iOS? The source code is in C.

philipperemy commented 7 years ago

What you could do instead is to stream it from the iOS device to a remote server and get back the bounding boxes. I know it works in real time. Find some more info on the author's website: https://pjreddie.com/darknet/

steve21124 commented 7 years ago

thanks. I found more info. https://github.com/hollance/Forge/blob/99a2bb42448d89827c9d7ae872209bad0a610574/Examples/YOLO/yolo2metal.py

the above convert yolo to metal which is supported by ios. I am not sure if I can convert yolo 9000 model directly to coreml