Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ssundaram21 committed Aug 18, 2024
1 parent becf40b commit c70f64a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
1 change: 1 addition & 0 deletions dreamsim/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"img_size": 224
}

# UPDATE
dreamsim_weights = {
"ensemble": "https://github.com/ssundaram21/dreamsim/releases/download/v0.1.0/dreamsim_checkpoint.zip",
"dino_vitb16": "https://github.com/ssundaram21/dreamsim/releases/download/v0.1.2/dreamsim_dino_vitb16_checkpoint.zip",
Expand Down
16 changes: 0 additions & 16 deletions dreamsim/feature_extraction/load_synclr_as_dino.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="dreamsim",
version="0.1.3",
version="0.2.0",
description="DreamSim similarity metric",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
1 change: 1 addition & 0 deletions training/download_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
mkdir -p ./models
cd models

## UDPATE
wget -O dreamsim_checkpoint.zip https://github.com/ssundaram21/dreamsim/releases/download/v0.1.0/dreamsim_checkpoint.zip
wget -O clip_vitb32_pretrain.pth.tar https://github.com/ssundaram21/dreamsim/releases/download/v0.1.0/clip_vitb32_pretrain.pth.tar
wget -O clipl14_as_dino_vitl.pth.tar https://github.com/ssundaram21/dreamsim/releases/download/v0.1.0/clip_vitl14_pretrain.pth.tar
Expand Down

0 comments on commit c70f64a

Please sign in to comment.