Git Product home page Git Product logo

nanodet-plus-opencv's Issues

模型转换问题

请问下,.pth文件转onnx文件时,需要修改哪些参数?我用官方的py文件进行转换,转换出来的onnx模型跟您的有区别,最后的输出结果没有合并,导致模型加载不了

单通道后处理问题

你好,我在尝试使用单通道进行训练并推理,目前遇到的情况是python版本的的代码可以正常运行,但是c版本的代码会出现漏检、误检的情况,对比了数据,发现是c的后处理部分generate_proposal()函数存在问题,想问一下,单通道的话要修改哪些地方?
谢谢!

矩形输入情况

在w和h不相等的情况下
cv2 resize应改为
img = cv2.resize(srcimg, (self.input_shape[1],self.input_shape[0]), interpolation=cv2.INTER_AREA)

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.