Handpose tfjs Error - No backend found in registry

前端 未结 2 1549
南笙
南笙 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条回答
  •  -上瘾入骨i
    2021-01-23 10:04

    
    
    
    
    

    Tensorflow released 2.0.0, and now you must choose either tfjs-backend-webgl, tfjs-backend-cpu, or tfjs-backend-wasm to run your model. You're using handpose and for that you should use webgl.

提交回复
热议问题