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

Decoding a YOLO Core ML Object Detector Using Array Operations

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
24 Nov 2020CPOL3 min read 4.3K   48  
In the next article, we’ll do the same but with array operations. This will allow us to include the decoding logic directly in the model.
Here we’ll decode the YOLO Core ML Model using array manipulations (vectorization) to get rid of loops. Understanding how it works will allow us to add this logic to the Core ML model in the next article.

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