Skip to content

Commit

Permalink
update model path due to Onnx model zoo changes (microsoft#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorSVC authored Jan 10, 2024
1 parent ac3932f commit 48591d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@ECHO OFF

set ONNX_MODEL_URL="https://github.com/onnx/models/raw/main/archive/vision/classification/mobilenet/model/mobilenetv2-12.onnx"
set ONNX_MODEL_URL="https://github.com/onnx/models/raw/main/validated/vision/classification/mobilenet/model/mobilenetv2-12.onnx"
set ONNX_MODEL="mobilenetv2-12.onnx"
set KITTEN_IMAGE_URL="https://s3.amazonaws.com/model-server/inputs/kitten.jpg"
set KITTEN_IMAGE="images/kitten.jpg"
Expand Down

0 comments on commit 48591d7

Please sign in to comment.