Click here to Skip to main content
15,867,594 members
Articles / Artificial Intelligence / Neural Networks

Decoding a Core ML YOLO Object Detector

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
23 Nov 2020CPOL4 min read 6.4K   78  
In this article, we will decode the Core ML YOLO Model by transforming an array of abstract numbers to a human-readable form.
Here we’ll discuss how to convert the output values into the detected object labels, confidence scores, and the corresponding boxes.

Views

Daily Counts

Downloads

Weekly Counts

This article is part of the series 'Mobile Neural Networks on iOS with Core ML - Part 2 View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Poland Poland
Jarek has two decades of professional experience in software architecture and development, machine learning, business and system analysis, logistics, and business process optimization.
He is passionate about creating software solutions with complex logic, especially with the application of AI.

Comments and Discussions