diff --git a/devops/install.ubuntu.sh b/devops/install.ubuntu.sh index 32855f59a..8e2eadae6 100644 --- a/devops/install.ubuntu.sh +++ b/devops/install.ubuntu.sh @@ -194,7 +194,7 @@ git clone --recursive --branch develop https://github.com/WildMeOrg/wbia-plugin- git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-flukematch.git #git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-finfindr.git git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-deepsense.git -#git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-whaleridgefindr.git +git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-whaleridgefindr.git git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-pie.git git clone https://github.com/WildMeOrg/wbia-plugin-blend.git @@ -253,8 +253,8 @@ pip install --no-cache-dir -e . #cd ${CODE}/wbia-plugin-finfindr #pip install --no-cache-dir -e . -#cd ${CODE}/wbia-plugin-whaleridgefindr -#pip install --no-cache-dir -e . +cd ${CODE}/wbia-plugin-whaleridgefindr +pip install --no-cache-dir -e . cd ${CODE}/wbia-plugin-deepsense pip install --no-cache-dir -e . @@ -318,7 +318,7 @@ python -c "import wbia_blend; from wbia_blend._plugin import *" python -c "import wbia_flukematch; from wbia_flukematch.plugin import *" #python -c "import wbia_curvrank; from wbia_curvrank._plugin import *" #python -c "import wbia_finfindr; from wbia_finfindr._plugin import *" -#python -c "import wbia_whaleridgefindr; from wbia_whaleridgefindr._plugin import *" +python -c "import wbia_whaleridgefindr; from wbia_whaleridgefindr._plugin import *" python -c "import wbia_kaggle7; from wbia_kaggle7._plugin import *" python -c "import wbia_deepsense; from wbia_deepsense._plugin import *"