Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with running centerface model. #4

Closed
rahulsharma11 opened this issue Jan 14, 2021 · 10 comments
Closed

Problem with running centerface model. #4

rahulsharma11 opened this issue Jan 14, 2021 · 10 comments

Comments

@rahulsharma11
Copy link

Hi,
I have installed tritonserver(docker image) and provided centerface model in "model_repository". Docker image successfully loaded the centerface model.

By running -
"deepstream-app -c source1_primary_detector.txt"

I am getting error-
** ERROR: <create_primary_gie_bin:120>: Failed to create 'primary_gie'
** ERROR: <create_primary_gie_bin:182>: create_primary_gie_bin failed
** ERROR: <create_pipeline:1296>: create_pipeline failed
** ERROR: main:636: Failed to create pipeline
Quitting
App run failed

Please suggest if few other steps are left or not.
Thanks

@monjha
Copy link
Collaborator

monjha commented Jan 15, 2021

Hi,
Could you please run GST_DEBUG=3 and then run the application to get more information on the error?

@rahulsharma11
Copy link
Author

Hi,
Thanks for the reply.

With GST_DEBUG=3 , Following is the output-

0:00:00.039526510 22684 0x559877943610 WARN GST_ELEMENT_FACTORY gstelementfactory.c:456:gst_element_factory_make: no such element factory "nvinferserver"!
** ERROR: <create_primary_gie_bin:120>: Failed to create 'primary_gie'
** ERROR: <create_primary_gie_bin:182>: create_primary_gie_bin failed
** ERROR: <create_pipeline:1296>: create_pipeline failed
** ERROR: main:636: Failed to create pipeline
Quitting
App run failed

I can see in config-file, there is "nvinferserver" plugin-type in primary-gie.
[primary-gie]
enable=1
#(0): nvinfer; (1): nvdsinfer_server
plugin-type=1

@monjha
Copy link
Collaborator

monjha commented Jan 20, 2021

Hi Rahul,

I still don't see a complete log. Could you please run:
GST_DEBUG=3 and then run
deepstream -c source1_primary_detector.txt
Thanks!

@rahulsharma11
Copy link
Author

Hi, I ran with the same.
Error is highlighted for your reference-

0:00:00.039526510 22684 0x559877943610 WARN GST_ELEMENT_FACTORY gstelementfactory.c:456:gst_element_factory_make: no such element factory "nvinferserver"!

If you need i can run GST_DEBUG=4 and provide you logs...That is huge.

@monjha
Copy link
Collaborator

monjha commented Jan 20, 2021

Thanks Rahul!
Are you able to run any other deepstream test?

@rahulsharma11
Copy link
Author

Yes.
But without docker environment

@mjhuria
Copy link
Contributor

mjhuria commented Jan 27, 2021

Hi Rahul,

What do you get when you run:
gst-inspect-1.0 nvinferserver

If this has an error then you probably don't have /lib/gst-plugins/libnvdsgst_inferserver.so lib. What DS version are you using?

@rahulsharma11
Copy link
Author

Hi,
I got "No such element or plugin 'nvinferserver' ".

I am using DS5 with x86.

@mjhuria
Copy link
Contributor

mjhuria commented Jan 27, 2021

You don't need to use the triton inference server docker image to run this application.
Please use deepstream docker image from https://ngc.nvidia.com/catalog/containers/nvidia:deepstream
tag: 5.0.1-20.09-triton

@rahulsharma11
Copy link
Author

ok thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants