vagheshpatel commited on
Commit
726c100
·
verified ·
1 Parent(s): 4a46c88

Sync motion-tracking from metro-analytics-catalog

Browse files
expected_output_dlstreamer.gif CHANGED

Git LFS Details

  • SHA256: d64fbed74b6438deef6c526b669c3c09cd9a43065799154b0c0d6812c043a22c
  • Pointer size: 133 Bytes
  • Size of remote file: 14.1 MB

Git LFS Details

  • SHA256: 14d8848e7544209daf7b68a8722524d92e8bcdaa380ebc2d6e304ae0daca99eb
  • Pointer size: 133 Bytes
  • Size of remote file: 14.5 MB
export_and_quantize.sh CHANGED
@@ -58,17 +58,6 @@ else
58
  echo "Already present: test_video.mp4"
59
  fi
60
 
61
- # Ask for approval before downloading models and sample files
62
- echo ""
63
- echo "This script will download:"
64
- echo " - Model weights and/or sample files"
65
- echo ""
66
- read -p "Continue with downloads? (yes/no): " APPROVAL
67
- if [[ "${APPROVAL}" != "yes" ]]; then
68
- echo "Download cancelled by user."
69
- exit 0
70
- fi
71
- echo ""
72
  echo "--- Downloading sample test image ---"
73
  if [[ ! -f test.jpg ]]; then
74
  wget -q -O test.jpg https://ultralytics.com/images/bus.jpg
 
58
  echo "Already present: test_video.mp4"
59
  fi
60
 
 
 
 
 
 
 
 
 
 
 
 
61
  echo "--- Downloading sample test image ---"
62
  if [[ ! -f test.jpg ]]; then
63
  wget -q -O test.jpg https://ultralytics.com/images/bus.jpg