Skip to content

Commit

Permalink
update download link for dino and mae_optical (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurujaja authored Oct 17, 2024
1 parent 5eb8684 commit 5515250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/encoder/ssl4eo_dino.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_target_: pangaea.encoders.ssl4eo_dino_encoder.SSL4EO_DINO_Encoder
encoder_weights: ./pretrained_models/B13_vits16_dino_0099.pth
encoder_weights: ./pretrained_models/B13_vits16_dino_0099_ckpt.pth
download_url: https://drive.google.com/uc?id=1CseO5vvMReGlAulm5o4ZgbjUgj8VlAH7&export=download&confirm=yes

embed_dim: 384
Expand Down
3 changes: 2 additions & 1 deletion configs/encoder/ssl4eo_mae_optical.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
_target_: pangaea.encoders.ssl4eo_mae_encoder.SSL4EO_MAE_OPTICAL_Encoder
encoder_weights: ./pretrained_models/B13_vits16_mae_0099_ckpt.pth
download_url: https://drive.google.com/uc?id=1LREGuI6w7Gq6Xm0jFQdxxtp8QkmLvJWk&export=download&confirm=yes
download_url: https://drive.google.com/uc?id=1QTBKl1asxgQCNd6bO2azXZNPfoQ3Sazv&export=download&confirm=yes



embed_dim: 384
Expand Down

0 comments on commit 5515250

Please sign in to comment.