We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9ab3a commit 3b29e0cCopy full SHA for 3b29e0c
get_models.sh
@@ -18,7 +18,7 @@ INSTALL_TINYYOLOV4=${INSTALL_TINYYOLOV4:-yes}
18
INSTALL_CORAL_EDGETPU=${INSTALL_CORAL_EDGETPU:-no}
19
20
TARGET_DIR='./models'
21
-WGET=$(which wget)
+WGET="$(which wget) --progress=bar:force:noscroll"
22
23
# utility functions for color coded pretty printing
24
print_error() {
0 commit comments