Skip to content

Commit

Permalink
fix: fix make dl-models command
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed May 10, 2023
1 parent eb54e81 commit d6a3b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dl-models:
wget -cO - /~https://github.com/openfoodfacts/robotoff-models/releases/download/$${asset_name}-1.0/model.onnx > $${dir}/1/model.onnx; \
done; \
mkdir -p clip clip/1; \
wget -cO - /~https://github.com/openfoodfacts/robotoff-models/releases/download/clip-vit-base-patch32/model.onnx > clip/1/model.onnx;
wget -cO - /~https://github.com/openfoodfacts/robotoff-models/releases/download/clip-vit-base-patch32/model.onnx > clip/1/model.onnx; \
dir=category-classifier-keras-image-embeddings-3.0; \
mkdir -p $${dir} $${dir}/1; \
wget -cO - /~https://github.com/openfoodfacts/robotoff-models/releases/download/keras-category-classifier-image-embeddings-3.0/saved_model.tar.gz > $${dir}/1/saved_model.tar.gz; \
Expand Down

0 comments on commit d6a3b25

Please sign in to comment.