Closed kyakuno closed 3 years ago
Unity Barracudaで変換の例がある。 https://github.com/keijiro/BlazeFaceBarracuda/tree/main/Packages/jp.keijiro.mediapipe.blazeface
変換対象モデル。 https://google.github.io/mediapipe/solutions/models.html Face detection model for back-facing camera: TFLite model, Model card
blazepose fullbodyが変換できたら、同じやり方で変換できないか検討。
2021.2にBlazeFace-Pytorchの方にbackmodelが登録されていたので、これをそのまま使えそう。 https://github.com/hollance/BlazeFace-PyTorch
下記に--arch backオプションを追加し、back camera modelを選択可能にする。 https://github.com/axinc-ai/ailia-models/tree/master/face_detection/blazeface
担当を変更しました。
@kaizinZ 下記のblazefaceback.pthをonnxに変換して使用できるようにしたいと思います。 https://github.com/hollance/BlazeFace-PyTorch
example of mediapile tflite to pb https://github.com/PINTO0309/PINTO_model_zoo/blob/master/030_BlazeFace/01_float32/08_new_blazeface_back_tflite2h5_weight_int_fullint_float16_quant.py