Adding the Makefile.
This commit is contained in:
19
Makefile
Normal file
19
Makefile
Normal 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
|
||||
Reference in New Issue
Block a user