Skip to content

Commit 9a84c5f

Browse files
committed
[fix] installation script
1 parent 41da3b1 commit 9a84c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ if [ "${MODEL,,}" == "detectron2" ] || [ ${MODEL} == "all" ]; then
113113
# back to project root
114114
cd ${SCRIPT_DIR}/..
115115

116-
if [ "${DOWNLOAD_WEIGHTS}" == "True" ]
116+
if [ "${DOWNLOAD_WEIGHTS}" == "True" ]; then
117117
if [ -z "$(ls -A ${MODELS_WEIGHT_DIR}/detectron2)" ]; then
118118
echo
119119
echo "Downloading model weights"

0 commit comments

Comments
 (0)