DeepGlobalRegistration icon indicating copy to clipboard operation
DeepGlobalRegistration copied to clipboard

Requirements for install

Open KirillHiddleston opened this issue 3 years ago • 1 comments

for CUDA 10.2 (Ubuntu 20.04.2LTS)

g++-7 --version` is at least 7.4.0 open3d=0.10.0 MinkowskiEngine=0.4.3

  • cd MinkowskiEngine

  • export CXX=g++-7

  • python setup.py pytorch=1.8.1 torchvision cudatoolkit=10.2

other libraries as in requirements.txt

KirillHiddleston avatar May 17 '21 14:05 KirillHiddleston

Thanks for sharing this. Downgrading MinkowskiEngine to 0.4.3 was easier than updating the code to account for the changes in ME 0.5.4

eduardohenriquearnold avatar Jun 15 '21 16:06 eduardohenriquearnold