yocabon commited on
Commit
1159b91
·
unverified ·
1 Parent(s): 81ef750
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -86,7 +86,7 @@ git clone https://github.com/jenicek/asmk
86
  cd asmk/cython/
87
  cythonize *.pyx
88
  cd ..
89
- pip install .
90
  cd ..
91
  ```
92
 
@@ -133,7 +133,7 @@ For `MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric`:
133
  ```bash
134
  mkdir -p checkpoints/
135
  wget https://download.europe.naverlabs.com/ComputerVision/MASt3R/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric_retrieval_trainingfree.pth -P checkpoints/
136
- wget https://download.europe.naverlabs.com/ComputerVision/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric_retrieval_codebook.pkl -P checkpoints/
137
  ```
138
 
139
  ### Interactive demo
 
86
  cd asmk/cython/
87
  cythonize *.pyx
88
  cd ..
89
+ pip install . # or python3 setup.py build_ext --inplace
90
  cd ..
91
  ```
92
 
 
133
  ```bash
134
  mkdir -p checkpoints/
135
  wget https://download.europe.naverlabs.com/ComputerVision/MASt3R/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric_retrieval_trainingfree.pth -P checkpoints/
136
+ wget https://download.europe.naverlabs.com/ComputerVision/MASt3R/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric_retrieval_codebook.pkl -P checkpoints/
137
  ```
138
 
139
  ### Interactive demo