ibelem's picture
Init Commit
f543607
`.npy` files under this folder are downloaded from onnx model of Face Landmark Detection (SimpleCNN) generated by following commands, which is licensed under the Apache 2.0.
### How to Generate Face Landmark Detection ONNX Model
Following this [guide](../face_landmark_nhwc/README.md#how-to-generate-face-landmark-tflite-model) to generate the Face Landmark Detection (SimpleCNN) TFLite model, use ['tflite2onnx'](https://github.com/jackwish/tflite2onnx) tool to convert tflite model to onnx model:
```
tflite2onnx face_landmark.tflite face_landmark.onnx
```