Code Monkey home page Code Monkey logo

Comments (6)

BaekMoses avatar BaekMoses commented on August 17, 2024

I found that this error was related to "nvinferserver(Triton)".
When I replaced it with "nvinfer(TRT)" stuffs in config file, sucessfully worked.

  1. I simply use "bodypose_yolo/source4_1080p_dec_parallel_infer.yml" instead of "bodypose_yolo_lpr/source4_1080p_dec_parallel_infer.yml". because I couldn't find trt engine of lpr.
  2. set "plugin-type=0" in primay-gie0 and primay-gie1 of source4_1080p_dec_parallel_infer.yml.
  3. change config path to "config_yolov4_infer.txt" and "config_body2_infer.txt".

After that I suddenly met typo erros like "lable.txt doesnt exists". I fixed it. And it works.
(yolov4/lables.txt didn't exisit in proper folder, I copied and renamed as "labels.txt" from coco.names in same directory".

If you want to use "nvinferserver(Triton)", other guys probably help us.

from deepstream_parallel_inference_app.

lmw0320 avatar lmw0320 commented on August 17, 2024

Thanks for your reply. I had tried your advice but still got error as follows:
1
B5A3533E-6EFE-43a7-841F-F384812433FD

from deepstream_parallel_inference_app.

BaekMoses avatar BaekMoses commented on August 17, 2024

@lmw0320
"Failed to create infer_bin_muxer" is related to "nvdsmetamux".
"gst-nvdsmetamux" plugin newly introduced in DeepStream 6.1.1 or above.

Check this:

  • Your deepstream version is 6.1.1 or above.

from deepstream_parallel_inference_app.

lmw0320 avatar lmw0320 commented on August 17, 2024

@lmw0320 "Failed to create infer_bin_muxer" is related to "nvdsmetamux". "gst-nvdsmetamux" plugin newly introduced in DeepStream 6.1.1 or above.

Check this:

  • Your deepstream version is 6.1.1 or above.

Thanks for your reply. I run the code under DP6.1.1, and found new error ;ERROR: infer_trtis_server.cpp:1052 Triton: failed to load model yolov4, triton_err_str:Invalid argument, err_msg:load failed for model 'yolov4': version 1: Unavailable: unable to find '/opt/nvidia/deepstream/deepstream-6.1/sources/apps/sample_apps/deepstream_parallel_inference_app/tritonserver/models/yolov4/1/yolov4_-1_3_416_416_dynamic.onnx_b32_gpu0.engine' for model instance 'yolov4_0';

when running the command : ./apps/deepstream-parallel-infer/deepstream-parallel-infer -c configs/apps/bodypose_yolo_lpr/source4_1080p_dec_parallel_infer.yml

from deepstream_parallel_inference_app.

Related Issues (3)

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.