Giter Club home page Giter Club logo

Comments (5)

clancylian avatar clancylian commented on May 16, 2024

hi
you should check your network input, in my prototxt, it just 320x320, you should use bigger input maybe 1920x1080. And if you understand the code, you can debug the image preprocessing by cv::imshow to see whether error occur.

from retinaface.

OPPOA113 avatar OPPOA113 commented on May 16, 2024

@clancylian 你好
我在Ubuntu系统下,cmake 选项只有tensorrt是ON,其他几个都是OFF。然后运行的时候,mnet-deconv-0517.prototxt中的宽高设置为320x320时,而且图像需要resize到320x320时,才会有检测结果,且不说这个检测效果如何【其实检测结果不太好】。然后prototxt里设置成其他的size输入,即使为1920x1080之后,不管图像resize为多少,都检测不到结果。。。。这是可能是因为啥????

from retinaface.

swearos avatar swearos commented on May 16, 2024

npp接口用错了,https://docs.nvidia.com/cuda/export/npp/group__image__geometry__transforms.html

将nppiResizeSqrPixel_8u_C3R 改为nppiResize_8u_C3R

from retinaface.

394781865 avatar 394781865 commented on May 16, 2024

请问npp模式是什么?

from retinaface.

394781865 avatar 394781865 commented on May 16, 2024

tensorrt version是什么?

from retinaface.

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.