Milan van Wouden
Milan van Wouden
Using a newer version or PyTorch (required for modern GPUs), the following user warning will be thrown during the training process: ``` UserWarning: torch.meshgrid: in an upcoming release, it will...
Since `utils.py` imports `plyfile`, running the code (e.g. training script) will lead to: `ModuleNotFoundError: No module named 'plyfile'`. Updated the readme to include `plyfile` in the dependency installation instructions.
**Is your feature request related to a problem? Please describe.** Currently, bounding box cropping can only be performed in an axis-aligned way. I would like to be able to rotate...