patlevin / tfjs-to-tf

A TensorFlow.js Graph Model Converter
MIT License
138 stars 18 forks source link

Location of path/to/js/model ? #34

Closed khg2478 closed 3 years ago

khg2478 commented 3 years ago

Hello. It seems that this repository is what I have been looking for.

I wish to convert a blazepose model into pb file such that I can do the transfer learning from it.

However, I am not sure where I can find those js models?? Could you tell me where I can find them?

patlevin commented 3 years ago

You can find TensorFlowJS models on the official TensorFlow Hub.

If you search for "blazepose" in the search bar of the site, you will find a few possible matches.

The one that seems to be available for download is blazeposedetector.

HTH

khg2478 commented 3 years ago

I see. Thanks for your prompt reply and useful source codes.