From e9d328135c0a3818ee0cf1bb5bb63434ce15c22e Mon Sep 17 00:00:00 2001 From: HuguesTHOMAS Date: Mon, 27 Apr 2020 18:46:34 -0400 Subject: [PATCH] Corrections --- INSTALL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 0a9d706..369fcb9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -34,7 +34,9 @@ You should now be able to train Kernel-Point Convolution models * Follow PyTorch installation procedure. -* We used the PyCharm IDE to pip install all python dependencies (including PyTorch): +* We used the PyCharm IDE to pip install all python dependencies (including PyTorch) in a venv: + - torch + - torchvision - numpy - scikit-learn - PyYAML @@ -46,7 +48,7 @@ You should now be able to train Kernel-Point Convolution models cpp_wrappers/cpp_neighbors/build.bat -and + and cpp_wrappers/cpp_subsampling/build.bat