Skip to content

Commit

Permalink
bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
lyakaap committed Nov 25, 2022
1 parent d26f0d9 commit 58e81c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions isc_feature_extractor/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from torchvision import transforms

AVAILABLE_MODELS = {
"isc_selfsup_v98": "https://github.com/lyakaap/ISC21-Descriptor-Track-1st/releases/download/v1.0.0/isc_selfsup_v98.pth.tar",
"isc_ft_v107": "https://github.com/lyakaap/ISC21-Descriptor-Track-1st/releases/download/v1.0.0/isc_ft_v107.pth.tar",
"isc_selfsup_v98": "https://github.com/lyakaap/ISC21-Descriptor-Track-1st/releases/download/v1.0.1/isc_selfsup_v98.pth.tar",
"isc_ft_v107": "https://github.com/lyakaap/ISC21-Descriptor-Track-1st/releases/download/v1.0.1/isc_ft_v107.pth.tar",
}
DEFAULT_CKPT_PATH = torch.hub.get_dir()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def _requires_from_file(filename):

setup(
name="isc-feature-extractor",
version="1.0.0",
version="1.0.1",
url="https://github.com/lyakaap/ISC21-Descriptor-Track-1st",
author="lyakaap",
packages=find_packages(exclude=["exp", "scripts"]),
Expand Down

0 comments on commit 58e81c1

Please sign in to comment.