Skip to content

Commit

Permalink
add synth3d model
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDominguez committed Aug 16, 2024
1 parent 85d6319 commit 5f5f0ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spotiflow/model/pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ def get_pretrained_model_path(name: str):
md5_hash="d692fa21da47e4a50b4c52f49442508b",
is_3d=False,
),
"synth_3d": RegisteredModel(
url="https://drive.switch.ch/index.php/s/VhDqgDoHc11yP6v/download",
md5_hash="a031f1284590886fbae37dc583c0270d",
is_3d=True,
),
"smfish_3d": RegisteredModel(
url="https://drive.switch.ch/index.php/s/Vym7tqiORZOP5Zt/download",
md5_hash="c5ab30ba3b9ccb07b4c34442d1b5b615",
Expand Down

0 comments on commit 5f5f0ad

Please sign in to comment.