PINTO0309 / tflite2tensorflow

Generate saved_model, tfjs, tf-trt, EdgeTPU, CoreML, quantized tflite, ONNX, OpenVINO, Myriad Inference Engine blob and .pb from .tflite. Support for building environments with Docker. It is possible to directly access the host PC GUI and the camera to verify the operation. NVIDIA GPU (dGPU) support. Intel iHD GPU (iGPU) support. Supports inverse quantization of INT8 quantization model.
https://qiita.com/PINTO
MIT License
262 stars 41 forks source link

Add TensorFlow implementation of MediaPipe custom operators #28

Closed KenjiAsaba closed 2 years ago

KenjiAsaba commented 2 years ago

Add the following custom operators used in face_landmark_with_attention model

PINTO0309 commented 2 years ago

Thank you!