Training models more easily¶
Instead of starting from scratch again and again, just copy and paste these lines. Every line has been checked and is ready-to-use to train new models.
Structure¶
Quickstart¶
- Frequent imports
Datasets¶
| Dataset | Note |
|---|---|
| SHREC'17 | Either 14 or 28 full-hand actions |
| DHG14/28 | Either 14 or 28 full-hand actions |
| NTU RGB+D (NTU60) | 60 full-body actions |
| NTU RGB+D extended (NTU120) | 120 full-body actions |
Data¶
- Loading - Viz - Utils
Model¶
- Class - Utils
Training¶
- Hyperparameters search - Loops - Checkpoints