Adding the Makefile.

This commit is contained in:
2026-04-17 16:58:52 +01:00
parent 874337d7c8
commit 993ed2284d

19
Makefile Normal file
View File

@@ -0,0 +1,19 @@
.PHONY: all clean
all:
@echo "Done."
clean:
rm -Rf models/*.pt* models/*.tflite
models/volo-v1_model_imdb_age_gender_4.22.pth.tar:
@gdown -O $@ --no-cookies 1NlsNEVijX2tjMe8LBb1rI56WB_ADVHeP
models/fairface_alldata_4race_20191111.pt:
@gdown -O $@ --no-cookies 1fUJSLseDpgilArB_YKep9PnsR7QrPW5I
models/blaze_face_short_range.tflite:
@curl --output $@ https://storage.googleapis.com/mediapipe-models/face_detector/blaze_face_short_range/float16/latest/blaze_face_short_range.tflite
models/blaze_face_full_range.tflite:
@curl --output $@ https://storage.googleapis.com/mediapipe-models/face_detector/blaze_face_full_range/float16/latest/blaze_face_full_range.tflite