NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.37k stars 344 forks source link

Running on windows? #55

Open Tojens opened 4 years ago

Tojens commented 4 years ago

Hi,

I'm doing currently working on a project related to semantic segmentation and this looks really interesting!

Anyone who has been successful in getting this to run on windows 10? If so, I'd be interested in hearing what steps you took to make everything run :)

Best regards

stefangachter commented 4 years ago

Same for me. Anybody some suggestions?

chrischoy commented 4 years ago

The only problematic part is the openmp, which MinGW could solve. However, I haven't tested it.

stefangachter commented 4 years ago

Thanks for the comment. Resorted to Linux machine for the time being.

victoryc commented 3 years ago

I see that the last comment in this thread is from May 2020. Since then, has anybody gotten this to work on Windows?