Skip to content

Commit

Permalink
Update package hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Aug 21, 2023
1 parent 77ad1d9 commit be4e1c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ CentOS
* [Penguin Head FF Models, All OS](https://viame.kitware.com/api/v1/item/627b3289ea630db5587b577d/download) <br>
* [Sea Lion Models, All OS](https://viame.kitware.com/api/v1/item/641d644abfe642e7e4f54655/download) <br>
* [SEFSC 100-200 Class Fish Models, All OS](https://viame.kitware.com/api/v1/item/627b32b1994809b024f207a7/download) <br>
* [ConvNext Low-Shot Models, All OS](https://viame.kitware.com/girder/api/v1/item/649cd853c2b0eca0bdca7fc9/download)
* [ConvNext Low-Shot Models, All OS](https://viame.kitware.com/girder/api/v1/item/64e2c485ef791ec92a7221b2/download)

Note: To install Add-Ons and Patches, copy them into an existing VIAME installation folder.
Folders should match, for example, the Add-On packages contains a 'configs' folder, and the
Expand Down
3 changes: 1 addition & 2 deletions cmake/download_viame_addons.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ EM Tuna,https://viame.kitware.com/api/v1/item/627b326cc4da86e2cd3abb5b/download,
MOUSS Deep 7,https://viame.kitware.com/api/v1/item/627b3282c4da86e2cd3abb5d/download,MOUSS deep7 fish detection in hawaii
Aerial Penguin,https://viame.kitware.com/api/v1/item/615bc7aa7e5c13a5bb9af7a7/download,Aerial penguin detection from fixed wings/drones
Sea Lion,https://viame.kitware.com/api/v1/item/641d644abfe642e7e4f54655/download,Sea lion aerial detection data
ConvNext,https://viame.kitware.com/girder/api/v1/item/649cd853c2b0eca0bdca7fc9/download, DARPA Learn ConvNext low-shot detector
PoolCar,https://viame.kitware.com/girder/api/v1/item/649cde32fb1572b3599ec620/download, 10 shot Poolcar detector
ConvNext,https://viame.kitware.com/girder/api/v1/item/64e2c485ef791ec92a7221b2/download, DARPA Learn ConvNext low-shot detector
6 changes: 3 additions & 3 deletions configs/add-ons/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ if( VIAME_ENABLE_LEARN )

if( VIAME_DOWNLOAD_MODELS-CONVNEXT )
DownloadAndInstallAddOn(
https://viame.kitware.com/girder/api/v1/item/649cd853c2b0eca0bdca7fc9/download
eeae848e3fc6edf98a4979f847f29862
${VIAME_DOWNLOAD_DIR}/VIAME-ConvNeXT-Models-v1.0.zip )
https://viame.kitware.com/girder/api/v1/item/64e2c485ef791ec92a7221b2/download
485daf5a1a79ba73860334fbc36c58f5
${VIAME_DOWNLOAD_DIR}/VIAME-ConvNeXT-Models-v1.1.zip )

set( ADD_ON_PIPELINE_FILES ${ADD_ON_PIPELINE_FILES}
learn/detector_convnext_baseline_xl.pipe
Expand Down

0 comments on commit be4e1c0

Please sign in to comment.