Handpose tfjs Error - No backend found in registry

前端 未结 2 1586
南笙
南笙 2021-01-23 09:30

When trying to run a demo project for Handpose tfjs, I get the below error.

My package.json file has below dependencies:

{
\"name\": \"tensorflo         


        
2条回答
  •  情深已故
    2021-01-23 10:23

    I was having the same error which "No backend found in registry" but in my case i was working with @tensorflow-models/blazeface model and a react app.I installed @tensorflow/tfjs-converter and @tensorflow/tfjs-core as the Readme link to the Github Readme was suggesting but i was still getting the error. Then i solved my problem by going to the index.html in the public folder of a react app and i added the following scripts at the bottom of the file.

    
    
    
    

    Good luck

提交回复
热议问题