Applied Deep Learning: Building a Chess Object Detection Model with PyTorch
This course is only available as a part of subscription plans.
This session was recorded at ODSC West, 2020, and present by Joseph Nelson
Computer vision unlocks powerful use cases: from models that can identify skin cancer more successfully than doctors (https://news.stanford.edu/2017/01/25/artificial-intelligence-used-identify-skin-cancer/) to tools that identify weeds and reduce pesticide use by 90 percent. However, adoption of computer vision applications has been slow as developers face problems adapting existing state-of-the-art architecture to their own problems. (One repository on Mask_RCNN has 198 open issues mentioning training on one’s “own dataset” alone!)
In this tutorial, we will introduce how to build an object detection model. Specifically, we will build an object detection model that identifies chess pieces (a custom dataset provided by the presenter). In doing so, participants will gain insight into the fundamentals of computer vision: structuring a good problem for object detection, dataset collection and annotation, data preparation through preprocessing, data augmentation to support a well-fit model, training a model, debugging a model’s fit, and using the model for inference.
Image credit to roboflow
Workshop Overview and Author Bio
Getting Started
Applied Deep Learning: Building a Chess Object Detection Model with PyTorch
Workshop Presention Slides
Joseph Nelson
Joseph Nelson