GithubHelp home page GithubHelp logo

Comments (6)

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

The problem is shown in this line. That means "cmake" fails to find "protoc".

Protobuf compiler not found

Please install "protoc" (e.g. run my install_protobuf-3.8.0.sh script) and try again.

from tensorrt_demos.

SaddamBInSyed avatar SaddamBInSyed commented on July 25, 2024

@jkjung-avt
thank you.

it worked.

at the same time, I would like to ask

  1. Is there any nvidia pretrained custom vehicle detection tensorRT model available?

  2. I come across deepstream SDK that has a custom vehicle detection model. So
    Can I use the same model with your trt_yolo.py code? (so that the inference time will be less.)

hope you understand my questions.

please advise.

from tensorrt_demos.

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

The pretrained yolov3 "coco" models should be capable of detecting vehicles. You could check out this class list.

I'm not sure if the TensorRT models included in DeepStream SDK would work with my scripts (most likely not). You'll have to study that by yourself, or seek help from NVIDIA...

from tensorrt_demos.

SaddamBInSyed avatar SaddamBInSyed commented on July 25, 2024

thanks for the reply.

also, What are the things I need to do if I want to include your trt_yolo.py (yolov3) code into my application? (jetson nano)

got little confused Since I am a beginner.

please advise.

from tensorrt_demos.

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

The code is open-sourced. You could use it by following the included LICENSE.

from tensorrt_demos.

moritz157 avatar moritz157 commented on July 25, 2024

For future reference: I had a similiar error, however the problem wasn't that "protoc" wasn't installed at all, but that it required a newer version.

Checking the protoc version using protoc --version revealed I had 3.0.0 installed.
I upgraded the version by building from source to 3.5.0 and that fixed it.

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.