Task notebooks
December 19, 2025 ยท View on GitHub
This set of tutorials provide for various common deep learning applications(Object detection, Semantic Segmentation, etc). The notebooks in this section demonstrate how to use MCT for various tasks and models.
Keras Tutorials
| Model | Task | Notes |
|---|---|---|
| EfficientDet | Object Detection | use CustomLayer |
Pytorch Tutorials
| Model | Task | Notes |
|---|---|---|
| PoseNet | Human Pose Estimation | |
| YOLOX | Object Detection | use CustomLayer |
| DeepLabv3+ | Semantic Segmentation |