GithubHelp home page GithubHelp logo

yolo-pyqt's Introduction

yolo-pyqt's People

Contributors

z1069614715 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

yolo-pyqt's Issues

导入模型后preds的shape问题

我在用你的方法导出模型后,把13640640的输入放进模型中后,得到的是1380806的tensor,但我在detect中debug的pred就是125200*6 不知道是什么情况

用自己训练的模型文件

up你好,我用自己训练的文件来推理,报的这个错
Traceback (most recent call last):
File "run_gui.py", line 166, in begin_detect
image_det = self.model(self.now)
File "E:\PROJECT\yolov7-pyqt-master\yolo.py", line 36, in call
image = self.post_processing(result, im, image)
File "E:\PROJECT\yolov7-pyqt-master\yolo.py", line 65, in post_processing
result[:, :4] -= np.array(dwdh * 2)
ValueError: operands could not be broadcast together with shapes (1,4,20,20) (4,) (1,4,20,20)

求助

up你好,我想把它改成语义分割视频,那么这个目标跟踪的功能还能实现吗?还是说它是一种基于目标检测的技术?

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.