Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 1 replies, 0 views
Replied In
How do I port a yolov4 or yolov5 to CoreML
CoreML is not a GPU computing library is an ML library accelerated on GPU, so it seems similar, but as far as I know, it is not like OpenCL. However, there is a piece of good news.
There is a repository for OpenCL and macOS, and it supports YOLOv2, YOLOv3, YOLOv4, and YOLOv5. It works beautifully and fast, and I did it for myself and my macOS and shared.
This is an open repository you can find at https://github.com/sowson/darknet. If you have time and want to participate, the SWITCH activation function is not implemented yet, so you may play with C and add a PR :-).
Thanks! and Enjoy!