IGNF / myria3d

Myria3D: Aerial Lidar HD Semantic Segmentation with Deep Learning
https://ignf.github.io/myria3d/
BSD 3-Clause "New" or "Revised" License
169 stars 23 forks source link

Tutorial on how to install Myria3D on WSL2 #53

Closed jistiak closed 1 year ago

jistiak commented 1 year ago

For Windows users it is quite tricky to get everything working in Myria3D. It's best to use Windows Subsystem for Linux (WSL2) to get the most out of this library if you want to work on Windows. While setting up WSL and installing Myria3D is not that difficult, if you want to utilize GPU, it becomes much more challenging. This guide tries to address the necessary steps that needs to be taken to get a properly working environment with GPU support.

CharlesGaydon commented 1 year ago

Hi @jistiak, and thank you very much to offer to contribute to the package! This seems like a nice addition to facilitate onboarding from Windows users. I'll be able to review your proposal at the end of the week :)

CharlesGaydon commented 1 year ago

Note: there seem to be an issue in documentation build, due to an invalid environment creation (pyg issue https://github.com/pyg-team/pytorch_geometric/issues/2040). I'll look into it.