Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqi Li committed Nov 11, 2018
1 parent 1b8c434 commit 25e8b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,5 +43,5 @@ You should see an inverse depth prediction saved as demo.png from an original ph
```bash
python SDR_compute.py
```
* If you want to run our model on arbitrary Internet photos, please download pretrained model from http://www.cs.cornell.edu/projects/megadepth/dataset/models/best_generalization_net_G.pth, which has much better generalization ability to completely unknown scenes (Note: for clarification, this model is for the purpose of demo and is used for more general purpose. We trained the network on top of DIW pretrained weights. It might have better performance than what was described in the paper, if you want to compare yours with our method, you might use the models 'MegaDepth Pretrained models as described in our updated paper' in our webste: http://www.cs.cornell.edu/projects/megadepth/).
* If you want to run our model on arbitrary Internet photos, please download pretrained model from http://www.cs.cornell.edu/projects/megadepth/dataset/models/best_generalization_net_G.pth, which has much better generalization ability to completely unknown scenes (Note: for clarification, this model is used for more general purpose. We trained the network on top of DIW pretrained weights. It may have better performance than what was described in the paper, if you want to compare yours with our method, you might use the models: http://www.cs.cornell.edu/projects/megadepth/).

0 comments on commit 25e8b9f

Please sign in to comment.