AI Tutorials
Some Example Neural Models that we've trained along with the training scripts
README
AI Tutorials
[!IMPORTANT]
We are currently writing new tutorials and updating the old ones, meaning that some details may be outdated. We appreciate your understanding!
[!IMPORTANT]
All our tutorials requiresDepthAI v3. If you're looking for tutorials usingDepthAI v2, please look here.
<a name ="overview"></a>
๐ Overview
This repository contains step by step tutorials on how to:
- Train your own Machine Learning (ML) model - either on default or custom dataset.
- Convert the ML model so it's compatible with the DepthAI v3 platform.
We've also prepared several demos for various purposes; check out this repository to learn more about them.
๐ Table of contents
<a name="repo-structure"></a>
๐ Repository Structure
ai-tutorials/
โโโ conversion/ - Folder with tutorials about ML model conversion
โ โโโ ...
โ โโโ README.md - Describes the conversion tutorials
โโโ training/ - Folder with tutorials showing how to train a ML model
โ โโโ datadreamer/ - Folder with tutorials featuring our DataDreamer tool
โ โโโ others/ - Folder with tutorials featuring ML model training using other means than LuxonisTrain, such as Ultralytics or TensorFlow
โ โ โโโ image-classification/
โ โ โโโ object-detection/
โ โ โโโ semantic-segmentation/
โ โโโ ...
โ โโโ README.md - Describes all the training turorials
โโโ LICENSE
โโโ README.md - Describes the whole repository structure and key features
<a name="run-env"></a>
โ๏ธ Where to run
What is Google Colaboratory?
Google Colaboratory allows you to train neural models yourself using their fast GPU instances, and in some cases (depending on the dependencies of the training frameworks), even using the Google TPU - all for free!
It is exactly intended for this proof of concept and initial research. And if you hit the limits of the free account, you can upgrade to a Pro version of Google Colab for only $10/month.
You can browse (and open/use) all the Jupyter Notebooks in this repo by clicking on .
<a name="license"></a>
๐ License
All the tutorials are licensed under the MIT license.
<a name="contributing"></a>
๐ค Contributing
We welcome contributions! Whether it's reporting bugs, improving documentation or tutorials, or adding new tutorials, your help is much appreciated. Please create a pull request (here's how to do it) and assign anyone from the Luxonis team to review the suggested changes. Cheers!
