Skip to content

Commit fa66901

Browse files
committed
update FEAT
1 parent c794a72 commit fa66901

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2588
-2121
lines changed

README.md

+95-35
Large diffs are not rendered by default.

download_weight.sh

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
function download() {
44
printf "\033[32mstart to download $2 in $current/saves/$1\033[0m\n"
55
[[ -e $1.zip ]] && rm -rf $1.zip
6-
wget -c https://doc-00-7o-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/jautjthvgoh3idbpvifflcpu1uo72846/1545379200000/09560182245773775633/*/1DFYbAta5mcMDtu1uW8f-8PFKsrHrTwJ0?e=download -O $1.zip
6+
wget -c https://drive.google.com/uc?export=download&confirm=wWiE&id=1XcUZMNTQ-79_2AkNG3E04zh6bDYnPAMY -O $1.zip
77
if [[ -e $1 ]]; then
88
backup=$1.`date '+%Y%m%d%H%M%S'`
99
echo "backup current $1 directory first"
@@ -20,7 +20,4 @@ current=$(pwd)
2020
cd saves
2121

2222
# Download pre-trained weights in "./saves/initialization".
23-
download "initialization" "pre-trained weights"
24-
echo ""
25-
# Download learned models in "./saves/FEAT-Models"
26-
download "FEAT-Models" "learned models"
23+
download "initialization" "pre-trained weights"

eval_feat.py

-74
This file was deleted.

eval_feat_star.py

-73
This file was deleted.

eval_matchnet.py

-82
This file was deleted.

eval_protonet.py

-73
This file was deleted.

feat/dataloader/cub.py

-60
This file was deleted.

0 commit comments

Comments
 (0)