Giter VIP home page Giter VIP logo

Comments (5)

cmdbug avatar cmdbug commented on May 25, 2024

使用 yolov5customlayer 的代码,并修改 .h 里面的输出名称

from yolov5_ncnn.

meikorol avatar meikorol commented on May 25, 2024

感谢!已经成果部署,但为什么选择视频识别,输出来的视频好卡,FPS只有2帧,然后还显示FPS is not accurate

from yolov5_ncnn.

cmdbug avatar cmdbug commented on May 25, 2024

视频本来就是测试用的,读取视频本身就慢,想读取快的话需要改读取方式,然后视频本身尺寸是不很大。

from yolov5_ncnn.

meikorol avatar meikorol commented on May 25, 2024

好的了解了,请问下设置nms和threshold为什么是分开设置呢,不都是作为阈值吗

from yolov5_ncnn.

cmdbug avatar cmdbug commented on May 25, 2024

threshold是网络输出的阈值,过低的直接去掉。nms的是多个框重合度过大,按照一定规则去掉重合度多的框,留下一小部分,具体查资料去。

from yolov5_ncnn.

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.