Giter VIP home page Giter VIP logo

Comments (4)

aditya-dl avatar aditya-dl commented on May 12, 2024

Any explanation for this wang-xinyu?

from tensorrtx.

wang-xinyu avatar wang-xinyu commented on May 12, 2024

For how to use plugin in tensorrt4, you can refer to https://docs.nvidia.com/deeplearning/tensorrt/archives/tensorrt_401/tensorrt-developer-guide/index.html#extending

Basically, a plugin need to implement a IPlugin class, and the .cu file implements the IPlugin methods. Some plugins need CUDA to accelerate the process, so it is using .cu as extension.

And for tensorrt7, refer to https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/index.html#extending.

from tensorrtx.

persuelx avatar persuelx commented on May 12, 2024

What is your idea of BN algorithm in yolov3 in
IScaleLayer* addBatchNorm2d(INetworkDefinition *network, std::map<std::string, Weights>& weightMap, ITensor& input, std::string lname, float eps)
? i have a little feel that the BN algorithm in yolov3 is inconsistent with
Conventional formula。thank you

from tensorrtx.

wang-xinyu avatar wang-xinyu commented on May 12, 2024

@persuelx please open another thread for this question.

from tensorrtx.

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.