Skip to content
View tworuler's full-sized avatar

Block or report tworuler

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. glkit glkit Public

    Make OpenGL development easier.

    C++ 7

  2. my-linux-config my-linux-config Public

    Shell 6 2

  3. cs231n-assignments cs231n-assignments Public

    Jupyter Notebook 1 1

  4. Convert BlazeFace .tflite to .pb Convert BlazeFace .tflite to .pb
    1
    ## This script is used to convert BlazeFace tflite model to pb. 
    2
    you need to get below files first.
    3
    * model: https://github.com/google/mediapipe/blob/master/mediapipe/models/face_detection_front.tflite
    4
    * flatc: https://github.com/tensorflow/tensorflow/blob/v1.14.0/tensorflow/lite/tools/visualize.py#L38
    5
    * shema: https://github.com/tensorflow/tensorflow/blob/v1.14.0/tensorflow/lite/tools/visualize.py#L37