GithubHelp home page GithubHelp logo

Comments (4)

jkjung-avt avatar jkjung-avt commented on July 25, 2024 1

You could reference NVIDIA's original code: model_ssd_inception_v2_coco_2017_11_17.py

The modification should go into build_engine.py in this repository.

from tensorrt_demos.

SahilChachere avatar SahilChachere commented on July 25, 2024 1

Solved it by replacing input: "image_tensor: 0" by input: "Cast".

graph.collapse_namespaces(namespace_plugin_map)
    graph.remove(graph.graph_outputs, remove_exclusive_dependencies=False)
    graph.find_nodes_by_op("NMS_TRT")[0].input.remove("Input")
    #if model == 'ssd_inception_v2_coco':
        #graph.find_nodes_by_name("Input")[0].input.remove("image_tensor:0")
        #graph.find_nodes_by_name("Input")[0].input.remove("Cast")

try above changes in 'build_engine.py' file @maky-hnou. I have commented 3 lines and it's working as it is not required. also can you put your error here?

from tensorrt_demos.

SahilChachere avatar SahilChachere commented on July 25, 2024

Solved it by replacing input: "image_tensor: 0" by input: "Cast".

from tensorrt_demos.

maky-hnou avatar maky-hnou commented on July 25, 2024

@SahilChachere could you please mention in which file did you make that change?

from tensorrt_demos.

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.