Skip to content

Commit

Permalink
mink
Browse files Browse the repository at this point in the history
  • Loading branch information
HpWang-whu committed Apr 13, 2024
1 parent 24b7a82 commit fdfb081
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ Specifically, The code has been tested with:
pip install -r requirements.txt
```

- Optional. If you want to use SGHR on your own dataset or run the demo.py, you should install [MinkowskiEngine](https://github.com/NVIDIA/MinkowskiEngine) for FCGF/YOHO:
```
conda install openblas-devel -c anaconda
git clone https://github.com/NVIDIA/MinkowskiEngine.git
cd MinkowskiEngine
python setup.py install --blas_include_dirs=${CONDA_PREFIX}/include --blas=openblas
```

## 💾 Dataset & Pretrained model
The datasets are accessible in [BaiduDesk](https://pan.baidu.com/s/1FcAPjmrsJ6EEPLbtf85Irw)(Code:oouk) and Google Cloud:

Expand Down

0 comments on commit fdfb081

Please sign in to comment.