axinc-ai / ailia-models

The collection of pre-trained, state-of-the-art AI models for ailia SDK
2.03k stars 323 forks source link

ADD blazeface back camera mode #218

Closed kyakuno closed 3 years ago

kyakuno commented 4 years ago

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

kyakuno commented 3 years ago

Unity Barracudaで変換の例がある。 https://github.com/keijiro/BlazeFaceBarracuda/tree/main/Packages/jp.keijiro.mediapipe.blazeface

kyakuno commented 3 years ago

変換対象モデル。 https://google.github.io/mediapipe/solutions/models.html Face detection model for back-facing camera: TFLite model, Model card

kyakuno commented 3 years ago

blazepose fullbodyが変換できたら、同じやり方で変換できないか検討。

kyakuno commented 3 years ago

2021.2にBlazeFace-Pytorchの方にbackmodelが登録されていたので、これをそのまま使えそう。 https://github.com/hollance/BlazeFace-PyTorch

kyakuno commented 3 years ago

下記に--arch backオプションを追加し、back camera modelを選択可能にする。 https://github.com/axinc-ai/ailia-models/tree/master/face_detection/blazeface

kyakuno commented 3 years ago

担当を変更しました。

kyakuno commented 3 years ago

@kaizinZ 下記のblazefaceback.pthをonnxに変換して使用できるようにしたいと思います。 https://github.com/hollance/BlazeFace-PyTorch