Skip to content

Commit 4d7153f

Browse files
No public description
PiperOrigin-RevId: 949649340
1 parent d4a4fbb commit 4d7153f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

official/projects/waste_identification_ml/Deploy/detr_cloud_deployment/server/triton_inference_server.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ fi
1717
declare -A models=(
1818
["CircularNet_Segmentation_Model_v1"]="https://storage.googleapis.com/"\
1919
"tf_model_garden/vision/waste_identification_ml/"\
20-
"CircularNet_Segmentation_Model_v1.zip"
20+
"CN-ModelCheckpoints/CN-TritonInferenceServer/CircularNet_model_v2.zip"
2121
)
2222

23+
2324
# Download, unzip, and organize models
2425
for model_name in "${!models[@]}"; do
2526
url=${models[$model_name]}

0 commit comments

Comments
 (0)