Sascha Dittmann explains how to make Object Detection in TensorFlow.js
Contents:
- 00:00 | Intro
- 00:55 | Preview what I will build
- 01:35 | Create a Custom Vision project
- 03:01 | Upload & tag the images
- 05:41 | Train the model
- 06:30 | Evaluate / test the model
- 07:42 | Export & download the model
- 09:10 | A first look inside the web app
- 10:32 | Integrate the model with TensorFlow.js
- 15:45 | Check the results
- 16:12 | Performance Optimizations