GithubHelp home page GithubHelp logo

Comments (5)

ibelem avatar ibelem commented on August 27, 2024

Hi @prajurock thanks for the question, you can get the tflite format models directly from https://github.com/ibelem/aimark/blob/master/static/model/README.md

What's your original model format of mobilenet?

from aimark.

ibelem avatar ibelem commented on August 27, 2024

@prajurock BTW, i saw you are working on something with posenet, you can try: https://intel.github.io/webml-polyfill/examples/skeleton_detection/ This is the open source project that Intel is working on (https://github.com/intel/webml-polyfill)

TFLite mode for Posenet: https://www.tensorflow.org/lite/models/pose_estimation/overview

from aimark.

prajurock avatar prajurock commented on August 27, 2024

yes I am working on deploy posenet tflite on mobile.

And I wanted to convert mobilenet 101 into tflite.

from aimark.

ibelem avatar ibelem commented on August 27, 2024

@prajurock OK, seems like Google provided 075 rather than 101.

Usually please use TFLite convert cmdline and tflite_convert.py to convert models into tflite format. Do you have original 101 .pb file for posenet? Then you can convert the .pb file to .tflite.

If you have no any 101 .pb file, there may be another approach: Convert existed Tensorflow.js 101 model to tflite, maybe the posenet-python project can do this but we didn't try.

Posenet 101 tensorflow.js file
https://storage.googleapis.com/tfjs-models/weights/posenet/mobilenet_v1_101/manifest.json

https://storage.googleapis.com/tfjs-models/weights/posenet/mobilenet_v1_101/
├── manifest.json
├── MobilenetV1_Conv2d_0_biases
├── MobilenetV1_Conv2d_0_weights
├── MobilenetV1_Conv2d_10_depthwise_biases
├── MobilenetV1_Conv2d_10_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_10_pointwise_biases
├── MobilenetV1_Conv2d_10_pointwise_weights
├── MobilenetV1_Conv2d_11_depthwise_biases
├── MobilenetV1_Conv2d_11_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_11_pointwise_biases
├── MobilenetV1_Conv2d_11_pointwise_weights
├── MobilenetV1_Conv2d_12_depthwise_biases
├── MobilenetV1_Conv2d_12_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_12_pointwise_biases
├── MobilenetV1_Conv2d_12_pointwise_weights
├── MobilenetV1_Conv2d_13_depthwise_biases
├── MobilenetV1_Conv2d_13_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_13_pointwise_biases
├── MobilenetV1_Conv2d_13_pointwise_weights
├── MobilenetV1_Conv2d_1_depthwise_biases
├── MobilenetV1_Conv2d_1_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_1_pointwise_biases
├── MobilenetV1_Conv2d_1_pointwise_weights
├── MobilenetV1_Conv2d_2_depthwise_biases
├── MobilenetV1_Conv2d_2_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_2_pointwise_biases
├── MobilenetV1_Conv2d_2_pointwise_weights
├── MobilenetV1_Conv2d_3_depthwise_biases
├── MobilenetV1_Conv2d_3_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_3_pointwise_biases
├── MobilenetV1_Conv2d_3_pointwise_weights
├── MobilenetV1_Conv2d_4_depthwise_biases
├── MobilenetV1_Conv2d_4_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_4_pointwise_biases
├── MobilenetV1_Conv2d_4_pointwise_weights
├── MobilenetV1_Conv2d_5_depthwise_biases
├── MobilenetV1_Conv2d_5_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_5_pointwise_biases
├── MobilenetV1_Conv2d_5_pointwise_weights
├── MobilenetV1_Conv2d_6_depthwise_biases
├── MobilenetV1_Conv2d_6_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_6_pointwise_biases
├── MobilenetV1_Conv2d_6_pointwise_weights
├── MobilenetV1_Conv2d_7_depthwise_biases
├── MobilenetV1_Conv2d_7_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_7_pointwise_biases
├── MobilenetV1_Conv2d_7_pointwise_weights
├── MobilenetV1_Conv2d_8_depthwise_biases
├── MobilenetV1_Conv2d_8_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_8_pointwise_biases
├── MobilenetV1_Conv2d_8_pointwise_weights
├── MobilenetV1_Conv2d_9_depthwise_biases
├── MobilenetV1_Conv2d_9_depthwise_depthwise_weights
├── MobilenetV1_Conv2d_9_pointwise_biases
├── MobilenetV1_Conv2d_9_pointwise_weights
├── MobilenetV1_displacement_bwd_2_biases
├── MobilenetV1_displacement_bwd_2_weights
├── MobilenetV1_displacement_fwd_2_biases
├── MobilenetV1_displacement_fwd_2_weights
├── MobilenetV1_heatmap_2_biases
├── MobilenetV1_heatmap_2_weights
├── MobilenetV1_offset_2_biases
└── MobilenetV1_offset_2_weights

from aimark.

prajurock avatar prajurock commented on August 27, 2024

@ibelem ThankYou very much

from aimark.

Related Issues (1)

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.