-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Recipe for target 'yolo.o' failed #39
Comments
Seems to be an issue with the triton docker image, just tried with the devel and had no issues, feel free to close the issue. |
Hi, are you using my files? |
Yeah so I copy the native files to the source folder and rename yolo, no issues. The problem it appears is with the triton docker image for 5.1 DS, I had no issues building with devel 5.1 DS |
Hi @garaujo23 @marcoslucianops , I am trying to compile the files from nvidia deepstream 5.1 image (5.1-21.02-devel) on x86. As this is an ongoing project I cannot use deepstream 6.0. however the compilation always fails as shown below. If possible could you let me know, how you got it to compile and run. |
@pramodwic1, It only works on DeepStream 6.0.1 |
Added support for DeepStream 5.1 |
Using the new deepstream-5.1 triton docker to build the nvdsinfer_custom_impl_Yolo I get the following error in make:
yolo.cpp: In member function 'NvDsInferStatus Yolo::buildYoloNetwork(std::vector&, nvinfer1::INetworkDefinition&)':
yolo.cpp:298:48: error: 'createReorgPlugin' was not declared in this scope
nvinfer1::IPluginV2* reorgPlugin = createReorgPlugin(2);
^~~~~~~~~~~~~~~~~
yolo.cpp:298:48: note: suggested alternative: 'reorgPlugin'
nvinfer1::IPluginV2* reorgPlugin = createReorgPlugin(2);
^~~~~~~~~~~~~~~~~
reorgPlugin
Makefile:61: recipe for target 'yolo.o' failed
Checking cuda version using nvcc --version:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2020 NVIDIA Corporation
Built on Tue_Sep_15_19:10:02_PDT_2020
Cuda compilation tools, release 11.1, V11.1.74
Build cuda_11.1.TC455_06.29069683_0
I have done sudo chmod -R 777 /opt/nvidia/deepstream/deepstream-5.1/sources/ and ran CUDA_VER=11.1 make -C nvdsinfer_custom_impl_Yolo.
No issues previously using 5.0.1 and old instructions
The text was updated successfully, but these errors were encountered: