Skip to content

Commit

Permalink
[fix] installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
fracape committed Jan 15, 2025
1 parent 41da3b1 commit 9a84c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if [ "${MODEL,,}" == "detectron2" ] || [ ${MODEL} == "all" ]; then
# back to project root
cd ${SCRIPT_DIR}/..

if [ "${DOWNLOAD_WEIGHTS}" == "True" ]
if [ "${DOWNLOAD_WEIGHTS}" == "True" ]; then
if [ -z "$(ls -A ${MODELS_WEIGHT_DIR}/detectron2)" ]; then
echo
echo "Downloading model weights"
Expand Down

0 comments on commit 9a84c5f

Please sign in to comment.