Skip to content

Commit

Permalink
Add Sperm Whale V0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemellophone committed Sep 20, 2021
1 parent 47a7cff commit 8a2682b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions wbia/algo/detect/densenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'spotted_skunk_v0': 'https://wildbookiarepository.azureedge.net/models/labeler.skunk_spotted.v0.zip',
'humpback_dorsal': 'https://wildbookiarepository.azureedge.net/models/labeler.whale_humpback.dorsal.v0.zip',
'orca_v0': 'https://wildbookiarepository.azureedge.net/models/labeler.whale_orca.v0.zip',
'whale_sperm_v0': 'https://wildbookiarepository.azureedge.net/models/labeler.whale_sperm.v0.zip',
'fins_v0': 'https://wildbookiarepository.azureedge.net/models/labeler.fins.v0.zip',
'fins_v1': 'https://wildbookiarepository.azureedge.net/models/labeler.fins.v1.1.zip',
'wilddog_v0': 'https://wildbookiarepository.azureedge.net/models/labeler.wild_dog.v0.zip',
Expand Down
1 change: 1 addition & 0 deletions wbia/algo/detect/lightnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
'hendrik_dorsal': 'https://wildbookiarepository.azureedge.net/models/detect.lightnet.hendrik.dorsal.py',
'humpback_dorsal': 'https://wildbookiarepository.azureedge.net/models/detect.lightnet.whale_humpback.dorsal.v0.py',
'orca_v0': 'https://wildbookiarepository.azureedge.net/models/detect.lightnet.whale_orca.v0.py',
'whale_sperm_v0': 'https://wildbookiarepository.azureedge.net/models/detect.lightnet.whale_sperm.v0.py',
'fins_v0': 'https://wildbookiarepository.azureedge.net/models/detect.lightnet.fins.v0.py',
'fins_v1_fluke': 'https://wildbookiarepository.azureedge.net/models/detect.lightnet.fins.v1.py',
'fins_v1_dorsal': 'https://wildbookiarepository.azureedge.net/models/detect.lightnet.fins.v1.1.py',
Expand Down
4 changes: 4 additions & 0 deletions wbia/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ class TEST_SPECIES(object): # NOQA
'grey_seal_pup',
'harbour_seal',
'hawaiian_monk_seal',
'whale_sperm',
'whale_sperm+fluke',
# Latin (Flukebook)
'chelonioidea',
'chelonioidea+head',
Expand Down Expand Up @@ -496,6 +498,8 @@ class TEST_SPECIES(object): # NOQA
'phoca_vitulina',
'halichoerus_grypus',
'monachus_schauinslandi',
'physeter_macrocephalus',
'physeter_macrocephalus+fluke',
)


Expand Down

0 comments on commit 8a2682b

Please sign in to comment.