Commit 8876e1e 1 parent e833e8f commit 8876e1e Copy full SHA for 8876e1e
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ python main.py
87
87
88
88
### Downloading pre-trained models
89
89
```
90
- mkdir pretrained_models
91
- wget -O pretrained_models/model_best.global http ://www.cs.cmu.edu/~dchaplot/projects/active_neural_slam/ model_best.global
92
- wget -O pretrained_models/model_best.local http ://www.cs.cmu.edu/~dchaplot/projects/active_neural_slam/ model_best.local
93
- wget -O pretrained_models/model_best.slam http ://www.cs.cmu.edu/~dchaplot/projects/active_neural_slam/ model_best.slam
90
+ mkdir pretrained_models;
91
+ wget --no-check-certificate 'https ://drive.google.com/uc?export=download&id=1UK2hT0GWzoTaVR5lAI6i8o27tqEmYeyY' -O pretrained_models/ model_best.global;
92
+ wget --no-check-certificate 'https ://drive.google.com/uc?export=download&id=1A1s_HNnbpvdYBUAiw2y1JmmELRLfAJb8' -O pretrained_models/ model_best.local;
93
+ wget --no-check-certificate 'https ://drive.google.com/uc?export=download&id=1o5OG7DIUKZyvi5stozSqRpAEae1F2BmX' -O pretrained_models/ model_best.slam;
94
94
```
95
95
96
96
### For evaluation:
You can’t perform that action at this time.
0 commit comments