Skip to content

Commit

Permalink
Update bird classifier model download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vinlemon committed Aug 9, 2024
1 parent c584d64 commit fac7037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ image_classification_init() {
done

# for custom model downloaded from tf hub
curl -sL "https://tfhub.dev/google/lite-model/aiy/vision/classifier/birds_V1/3?lite-format=tflite" -o "lite-model_aiy_vision_classifier_birds_V1_3.tflite"
curl -sL "https://www.kaggle.com/api/v1/models/google/aiy/tfLite/vision-classifier-birds-v1/3/download" -o "lite-model_aiy_vision_classifier_birds_V1_3.tflite"

popd
}
Expand Down

0 comments on commit fac7037

Please sign in to comment.