Giter Site home page Giter Site logo

Comments (9)

mgyong avatar mgyong commented on April 27, 2024 1

@tworuler Is your use case to run facedetector in a web browser? We are working on getting MediaPipe calculators & graphs to run on the web as well. That is coming likely later in the year. For now we don't have .pb or savedmodel of facedetector

from mediapipe.

tworuler avatar tworuler commented on April 27, 2024 1

I received some emails to ask the details about converting .tflite to .pb. Here is my code, hope this can help you.

from mediapipe.

tworuler avatar tworuler commented on April 27, 2024

@mgyong Yes. I have converted the .tflite to .pb myself. Thank you for sharing such good face detector model.

from mediapipe.

lbwang2006 avatar lbwang2006 commented on April 27, 2024

@mgyong Yes. I have converted the .tflite to .pb myself. Thank you for sharing such good face detector model.

hi can you share the pb with me ? thank you~~

from mediapipe.

nszjh avatar nszjh commented on April 27, 2024

@tworuler hi,could you tell me how the .tflite convert to .pb? I have tried to use tensorflow's toco, but it didnot work

from mediapipe.

jiuqiant avatar jiuqiant commented on April 27, 2024

@tworuler Seems like you already solved this issue by yourself ;) I am going to close this issue. Cheers.

from mediapipe.

tworuler avatar tworuler commented on April 27, 2024

@tworuler hi,could you tell me how the .tflite convert to .pb? I have tried to use tensorflow's toco, but it didnot work

First, I use flatc to convert tflite to json. Second, I parse the json and create tensorflow graph. Finally, I read model weights from .tflite, use them to initialize weights in tensorflow graph and save the graph as pb.

from mediapipe.

Bluebie avatar Bluebie commented on April 27, 2024

Very keen for a version that works on web! I'd love to use the hand landmarks detector to recognise handshapes from webcam input for a sign language search engine. Currently my project can search english and find auslan sign videos, but can't do the inverse. Looking forward to a version that runs on the web, whatever form that takes. 💙

from mediapipe.

TomorrowIsAnOtherDay avatar TomorrowIsAnOtherDay commented on April 27, 2024

@tworuler Thanks a lot!

from mediapipe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.