.npy files under this folder are downloaded from onnx model of SSD MobileNet V2 Face generated by following commands, which is licensed under the Apache 2.0.
How to Generate SSD MobileNet V2 Face ONNX Model
Following this guide to generate the SSD MobileNet V2 Face TFLite model, use 'tflite2onnx' tool to convert tflite model to onnx model:
tflite2onnx ssd_mobilenetv2_face.tflite ssd_mobilenetv2_face.onnx