TinyML by Pete Warden
Author:Pete Warden
Language: eng
Format: epub
Publisher: O'Reilly Media
Published: 2019-06-18T16:00:00+00:00
Building the Dataset
To train our person detection model, we need a large collection of images that are labeled depending on whether they have people in them. The ImageNet 1,000-class dataset that’s widely used for training image classifiers doesn’t include labels for people, but luckily the COCO dataset does.
The dataset is designed to be used for training models for localization, so the images aren’t labeled with the “person,” “not person” categories for which we want to train. Instead, each image comes with a list of bounding boxes for all of the objects it contains. “Person” is one of these object categories, so to get to the classification labels we want, we need to look for images with bounding boxes for people. To make sure that they aren’t too tiny to be recognizable we also need to exclude very small bounding boxes. Slim contains a convenient script to both download the data and convert bounding boxes into labels:
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8315)
Test-Driven Development with Java by Alan Mellor(6870)
Data Augmentation with Python by Duc Haba(6793)
Principles of Data Fabric by Sonia Mezzetta(6530)
Learn Blender Simulations the Right Way by Stephen Pearson(6434)
Microservices with Spring Boot 3 and Spring Cloud by Magnus Larsson(6294)
Hadoop in Practice by Alex Holmes(5969)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(5817)
RPA Solution Architect's Handbook by Sachin Sahgal(5696)
Big Data Analysis with Python by Ivan Marin(5431)
The Infinite Retina by Robert Scoble Irena Cronin(5393)
Life 3.0: Being Human in the Age of Artificial Intelligence by Tegmark Max(5164)
Pretrain Vision and Large Language Models in Python by Emily Webber(4398)
Infrastructure as Code for Beginners by Russ McKendrick(4169)
Functional Programming in JavaScript by Mantyla Dan(4049)
The Age of Surveillance Capitalism by Shoshana Zuboff(3966)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3880)
Embracing Microservices Design by Ovais Mehboob Ahmed Khan Nabil Siddiqui and Timothy Oleson(3680)
Applied Machine Learning for Healthcare and Life Sciences Using AWS by Ujjwal Ratan(3657)
