Skip to content

Commit

Permalink
Update specialdraw.py
Browse files Browse the repository at this point in the history
fix the distance for whaleridgefindr
  • Loading branch information
tsubramanian authored Aug 31, 2023
1 parent 650ca51 commit d04bdd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wbia/scripts/specialdraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def double_depcache_graph():
'PieTwo': 'Pie v2 Distance',
'MiewId': 'MiewId Distance',
'Finfindr': 'Finfindr Distance',
'whaleridgefindr': 'whaleridgefindr Distance',
'Kaggle7': 'Kaggle7 Distance',
'KaggleSeven': 'Kaggle7 Distance',
'vsone': 'Hots vsone',
Expand Down Expand Up @@ -331,6 +332,7 @@ def double_depcache_graph():
'PieTwo': 'pie_v2_distance',
'MiewId': 'miew_id_distance',
'Finfindr': 'finfindr_distance',
'whaleridgefindr': 'whaleridgefindr_distance',
'Kaggle7': 'kaggle7_distance',
'KaggleSeven': 'kaggle7_distance',
'Block_Curvature': 'curvature',
Expand Down

0 comments on commit d04bdd6

Please sign in to comment.