Closed optyang closed 8 months ago
Hello @optyang, Thank you for reporting this issue. Can you sync the folder from this link https://github.com/CVCUDA/CV-CUDA/tree/v0.3.0-beta/3rdparty/cuOSD
We will fix the issue soon.
I have seen the same error. Has this issue been fixed? @mkhadatare .
Hi, thank you for your interest in CV-CUDA and your patience! We expect that this issue has been resolved in most recent releases.
We encourage you to look into https://github.com/CVCUDA/CV-CUDA/releases/tag/v0.5.0-beta. Thank you!
Describe the bug
fatal error: cuosd.h: No such file or directory
, whilecuosd.h
is needed here.The exact error log is as follows: cvcuda/tests/cvcuda/system/OsdUtils.cuh:21:10: fatal error: cuosd.h: No such file or directory 21 | #include "cuosd.h" | ^
~~~~ compilation terminated.Steps/Code to reproduce bug
ci/build.sh
Expected behavior
cuosd.h
should be included.Additional context In this commit, the hard link to cuosd is removed. I guess
cuosd
should be added as a submodule in3rdparty
but it wasn't.Environment details
Click here to see environment details