Timm Haucke

Results 3 issues of Timm Haucke

### 🐛 Describe the bug Following up on #45, I can't get dynamic batch sizes to work with exported ONNX models. My issue should be reproducible using the following code:...

enhancement

This PR implements ONNX conversion scripts and scripts to run the resulting models on monodepth and segmentation tasks. Furthermore fixes from #42 are incorporated. The converted weights are available [here](https://github.com/timmh/DPT/releases/tag/onnx_v0.1)...

This PR implements Contrastive Mean Teacher (CMT) on top of Adaptive Teacher (AT). Some code in `cmt.py` is taken from the [original implementation](https://github.com/Shengcao-Cao/CMT).