Skip to content

Commit

Permalink
Merge pull request #1 from kelo-robotics/installation-changes
Browse files Browse the repository at this point in the history
Changes for automated installation
  • Loading branch information
af-a authored Nov 19, 2020
2 parents 380df66 + 1d5704e commit cf77e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()
# setup build flags
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-write-strings -Wno-deprecated-declarations") # -std=c++14
set(BUILD_DEPS "YES" CACHE BOOL "If YES, will install dependencies into sandbox. Automatically reset to NO after dependencies are installed.")
set(BUILD_INTERACTIVE "YES" CACHE BOOL "If NO, will download/install the default DNN models without prompting the user, and skip installation of PyTorch.")
set(BUILD_INTERACTIVE "NO" CACHE BOOL "If NO, will download/install the default DNN models without prompting the user, and skip installation of PyTorch.")
set(BUILD_EXPERIMENTAL "NO" CACHE BOOL "If YES, will enable support for experimental DNNs, examples, and plugins")


Expand Down
14 changes: 1 addition & 13 deletions tools/download-models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -598,20 +598,8 @@ if [[ "$BUILD_INTERACTIVE" != "YES" ]]; then

echo "$LOG Downloading default models..."

download_googlenet
download_resnet18

download_ssd_mobilenet_v2
download_ssd_inception_v2
download_pednet
download_facenet
download_detectnet_coco_dog

download_fcn_resnet18_cityscapes_512x256
download_fcn_resnet18_cityscapes_1024x512
download_fcn_resnet18_deepscene_576x320
download_fcn_resnet18_mhp_512x320
download_fcn_resnet18_pascal_voc_320x320
download_fcn_resnet18_sun_rgbd_512x400

exit_message 0
fi
Expand Down

0 comments on commit cf77e6f

Please sign in to comment.