Giter VIP home page Giter VIP logo

Comments (5)

JingyuanZhang avatar JingyuanZhang commented on May 18, 2024

你用的是什么设备?目前其他 backend op 暂未完全支持 humanseg 模型,所以暂时还不能使用其他backend

from paddle.js.

clannadxiaohei avatar clannadxiaohei commented on May 18, 2024

@JingyuanZhang 用的win10,机器没有GPU。我看代码humanseg模型和mobilenet模型的backend都是webgl,为什么humanseg模型无法成功,是因为需要硬件支持吗?

from paddle.js.

JingyuanZhang avatar JingyuanZhang commented on May 18, 2024

对~ 目前的方案是 webgl backend,需要显卡支持~
你试一下 在 控制台输入,看一下有无报错,或者有什么 log 信息输出
const canvas = document.createElement('canvas');
const gl = canvas.getContext('experimental-webgl');
const debugInfo = gl.getExtension('WEBGL_debug_renderer_info');
console.log(gl.getParameter(debugInfo.UNMASKED_RENDERER_WEBGL));

from paddle.js.

clannadxiaohei avatar clannadxiaohei commented on May 18, 2024

@JingyuanZhang log信息:

ANGLE (NVIDIA, NVIDIA Quadro M2000 Direct3D11 vs_5_0 ps_5_0, D3D11-23.21.13.8816)

from paddle.js.

JingyuanZhang avatar JingyuanZhang commented on May 18, 2024

那可以使用 webgl backend,你安装的 @paddlejs-models/humanseg 版本号是多少~

from paddle.js.

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.