ibelem's picture
Init Commit
f543607
`.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](../ssd_mobilenetv2_face_nhwc/README.md#how-to-generate-ssd-mobilenet-v2-face-tflite-model) to generate the SSD MobileNet V2 Face TFLite model, use ['tflite2onnx'](https://github.com/jackwish/tflite2onnx) tool to convert tflite model to onnx model:
```
tflite2onnx ssd_mobilenetv2_face.tflite ssd_mobilenetv2_face.onnx
```