vagheshpatel commited on
Commit
18f0367
·
verified ·
1 Parent(s): ed0e2f7

Sync vehicle-detection from metro-analytics-catalog

Browse files
expected_output_dlstreamer.gif CHANGED

Git LFS Details

  • SHA256: d9c2721ebe76c6d57fe949fc8b9124c8952914fec23cd1b12766b473ddf486ac
  • Pointer size: 133 Bytes
  • Size of remote file: 18.5 MB

Git LFS Details

  • SHA256: 03b0f702c43e6f47292f8c8a4ff42e07916102105d5894bdec57bdeced3e3231
  • Pointer size: 133 Bytes
  • Size of remote file: 11 MB
expected_output_openvino.jpg CHANGED

Git LFS Details

  • SHA256: 8d7210b04398f9c3afe20280be4c01150eeb23da6b073213534f0767281c4e31
  • Pointer size: 131 Bytes
  • Size of remote file: 338 kB

Git LFS Details

  • SHA256: 53b245f9b7fc6bb77f97abf019d696c8a7c6d7c7a0ea5e8eacaa142b50609594
  • Pointer size: 131 Bytes
  • Size of remote file: 338 kB
export_and_quantize.sh CHANGED
@@ -54,17 +54,6 @@ if [[ ! -f test.jpg ]]; then
54
  else
55
  echo "Already present: test.jpg"
56
  fi
57
-
58
- # Ask for approval before downloading models and sample files
59
- echo ""
60
- echo "This script will download:"
61
- echo " - Model weights and/or sample files"
62
- echo ""
63
- read -p "Continue with downloads? (yes/no): " APPROVAL
64
- if [[ "${APPROVAL}" != "yes" ]]; then
65
- echo "Download cancelled by user."
66
- exit 0
67
- fi
68
  echo ""
69
  echo "--- Downloading sample test video ---"
70
  if [[ ! -f test_video.mp4 ]]; then
 
54
  else
55
  echo "Already present: test.jpg"
56
  fi
 
 
 
 
 
 
 
 
 
 
 
57
  echo ""
58
  echo "--- Downloading sample test video ---"
59
  if [[ ! -f test_video.mp4 ]]; then