MartinPernus

Results 2 issues of MartinPernus

Hi, The dataset includes pose annotations in form of yaw, pitch and _raw_ (probably roll). How was this data obtained?

### Describe the bug 001_getting_started.ipynb includes the following code to validatate the model: ``` # load best model from checkpoint before evaluating test_results = engine.test( model=model, datamodule=datamodule, ckpt_path=engine.trainer.checkpoint_callback.best_model_path, ) ```...

Enhancement
Engine