Giter Club home page Giter Club logo

Comments (3)

royinx avatar royinx commented on July 24, 2024

to by pass this
Bad node spec: input: "085_convolutional_lrelu" output: "086_upsample" name: "086_upsample" op_type: "Upsample" attribute { name: "mode" s: "nearest" type: STRING } attribute { name: "scales" floats: 1 floats: 1 floats: 2 floats: 2 type: FLOATS }
i have mentioned the ONNX version is different in yolov3 to onnx and onnx to TensorRT engine.

try pip install wget onnx==1.3.0 or 1.2.3

from trt_yolov3.

royinx avatar royinx commented on July 24, 2024

Since this is the OLD example provided by Nvidia, the code based on very old library that they never mentioned.
Refer to forum, the dependency of TensorRT , python2 , onnx , CUDA have specified version..

Please follow README and pull the container...
If you wanna install tensorRT 5 without container , here's the link

The following env has been proved (for yolov3 to ONNX):

# Container Image Python ONNX TensorRT
1 nvcr.io/nvidia/tensorrt:19.02-py2 2.7.12 1.2.3
1.3.0
5.0.2.6
2 nvcr.io/nvidia/tensorrt:19.08-py2 2.7.15+ 1.4.0
1.4.1
5.1.5

I tried convert onnx to TensorRT 6.1.5 with 19.12-py3 engine and works so well.

Otherwise, i found some models have bugs in TensorRT 7 that cause the wrong inference result.. so i dont recommend TRT7 in this moment.

from trt_yolov3.

molyswu avatar molyswu commented on July 24, 2024

Hi, It's working

from trt_yolov3.

Related Issues (1)

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.