Git Product home page Git Product logo

Comments (4)

hopef avatar hopef commented on August 23, 2024

你看544行有一句
//按照摄像头640480的分辨率,缩放为200?的尺寸,起到加速的作用
Size baseSize = Size(200, 200 / 640.0 * 480); //Size(656, 368);

原始用的是656x368,很慢,改成了200x?过后就快了很多
因为他是全卷机FCN网络,是允许修改不同输入分辨率的,这是主要原因

from openpose.

fangliang321 avatar fangliang321 commented on August 23, 2024

摄像头还行,视频很卡,请问有什么办法能提高检测速度

from openpose.

matt45m avatar matt45m commented on August 23, 2024

请问,我源码运行成功之后只出现原始的图像,想请教下你的配置环境。

from openpose.

dlunion avatar dlunion commented on August 23, 2024

openpose,提升速度有2种,一种是修改网络输入尺寸,一种是删减stage数量(目前总共6个,可以删掉一部分,视情况)

from openpose.

Related Issues (19)

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.