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

Yolov3-tiny-prn failing at launch of custom app #10

Closed
Bezalelohim opened this issue Nov 1, 2020 · 1 comment
Closed

Yolov3-tiny-prn failing at launch of custom app #10

Bezalelohim opened this issue Nov 1, 2020 · 1 comment

Comments

@Bezalelohim
Copy link

Bezalelohim commented Nov 1, 2020

I keep getting this error.
deepstream-app: yolo.cpp:141: NvDsInferStatus Yolo::buildYoloNetwork(std::vector&, nvinfer1::INetworkDefinition&): Assertion `m_ConfigBlocks.at(i).at("activation") == "linear"' failed.
Aborted

Things i have done :

  1. My weights and cfg files are prn and have been correctly labeled in the "infer config files.txt" file .
  2. I have change the yolo.cpp file to the one in your repo.
  3. I have installed deepstream 5.0 correctly as i have run other default apps by nvidia on it.
  4. My camera is CSI and its working.
@marcoslucianops
Copy link
Owner

marcoslucianops commented Nov 1, 2020

Hi,

2. I have change the yolo.cpp file to the one in your repo.

I think you don't put yolo.cpp file in correct folder. Try put it again and recopile nvdsinfer_custom_impl_Yolo.
My yolo.cpp file doesn't have this assertion, there's only in default file.

This issue was closed.
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

2 participants