Skip to content

Commit

Permalink
Fix README as mentioned in #13
Browse files Browse the repository at this point in the history
  • Loading branch information
v-pnk committed Oct 16, 2024
1 parent 62aa443 commit b8411f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This version of MeshLoc uses the [Image Matching Toolbox](https://github.com/Gru
git clone https://github.com/GrumpyZhou/image-matching-toolbox.git
cd image-matching-toolbox
git submodule update --init
conda env create --name immatch python=3.7
conda create --name immatch python=3.7
conda activate immatch
pip install Cython loguru jupyter scipy matplotlib opencv-python torch==1.13.1 torchvision pytorch-lightning faiss-gpu h5py==3.6.0
pip install -e .
Expand Down

0 comments on commit b8411f4

Please sign in to comment.