deepstream_lpr_app icon indicating copy to clipboard operation
deepstream_lpr_app copied to clipboard

fatal error: nvds_yml_parser.h: No such file or directory

Open float123 opened this issue 2 years ago • 8 comments

Excuse me, where can I find nvds_yml_parser.h? The environment I use is nvcr.io/nvidia/deepstream: 6.0.1-devel

image

float123 avatar Aug 31 '22 13:08 float123

I have the same problem. Did you solve it?

Thoye avatar Sep 21 '22 06:09 Thoye

same issue i have

parmeshwar1713 avatar Oct 11 '22 05:10 parmeshwar1713

I think that nvds_yml_parser.h is not part of DS 6.0.1

jkompis avatar Oct 31 '22 14:10 jkompis

same issue, any solve?

abdo-4 avatar Feb 18 '23 22:02 abdo-4

@float123 were you able to resolve this?

abhinavvsharma avatar Feb 24 '23 05:02 abhinavvsharma

i also deal with this same error.. if anyone resolve this error kindly post the solution

jeybrindh avatar Mar 04 '23 07:03 jeybrindh

i think you should update your deepstream to 6.2, but some jetson devices will never support deepstream6.2, such as jetson nano... so fxxx xxx nvidia.

liangleiliu-lab avatar Apr 24 '23 13:04 liangleiliu-lab

https://forums.developer.nvidia.com/t/deepstream-make-error-nvds-yml-parser-h-missing/243038 The repo has been upgraded to support some new features in DeepStream6.1&6.2. If you want to compile it in DS6.0, please rollback to an earlier version that support DeepStream6.0 before executing make:

git checkout bd58f68b38db4dc03fc3c04abf8a44afc024653e

piaolinzhe avatar Sep 03 '23 09:09 piaolinzhe