Tutorials
These tutorials will help you get familiar with Monty. Topics and experiments increase in complexity as the tutorials progress, so we recommend going through them in order. You can also learn about contributing tutorials here.
- Running Your First Experiment: Demonstrates basic layout of an experiment config and outlines experimental training loops.
- Pretraining a Model: Shows how to configure an experiment for supervised pretraining.
- Running Inference with a Pretrained Model: Demonstrates how to load a pretrained model and use it to perform object and pose recognition.
- Unsupervised Continual Learning: Demonstrates how to use Monty for unsupervised continual learning to learn new objects from scratch.
- Multiple Learning Modules: Shows how to perform pretraining and inference using multiple sensor modules and multiple learning modules.
Updated about 12 hours ago