This website requires JavaScript.
Explore
Help
Register
Sign In
iicd
/
RAFT
Watch
1
Star
0
Fork
0
You've already forked RAFT
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
master
RAFT
/
download_models.sh
4 lines
97 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
added upsampling module
2020-07-26 01:36:17 +02:00
#!/bin/bash
Update download_models.sh with more robust URL. (#168) The old models.zip URL didn't work with certain .wgetrc settings. This new one seems to be more robust. fixes #167
2023-08-23 21:10:28 +02:00
wget https://dl.dropboxusercontent.com/s/4j4z58wuv8o0mfz/models.zip
added upsampling module
2020-07-26 01:36:17 +02:00
unzip models.zip
Reference in New Issue
Copy Permalink