-
Notifications
You must be signed in to change notification settings - Fork 10
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
问题请教 #2
Comments
非常感谢您的回复!上述问题已经解决,但是又遇到了新的:
|
我认为其中错误主要在:
这两部分在终端中被标红 |
trt版本需8.2.3+ |
非常感谢您的回复! |
本工程主要是结合学到的cuda等技巧进行加速的,所以重点在于加速上。我是在titan rtx做实验,速度比原来的都要快很多。最新的数据一个是包括前后处理和预测为30ms左右。分割效果上rangenet++什么效果,这个就是什么效果。 |
您好,我已经更换了我的环境与您的一致。现在也都编译通过了,我想请问我要如何进行测试呢? |
非常感谢您的工作,如果可以的话我想添加您的好友,如果您愿意请留下您的邮箱,我联系您。 补充一点:
|
|
Natsu-Akatsuki |
Just a API migration problem. A more detailed question is welcomed. @Egorundel |
感谢您的分享!
我在编译时出现了以下的错误:(我采用的是cuda11.1版本,请问如何在不修改版本的情况下解决这个问题呢?)
Errors << rangenet_plusplus:make /home/llz/catkin_RNT/logs/rangenet_plusplus/build.make.000.log
: warning: ISO C++11 requires whitespace after the macro name
: warning: ISO C++11 requires whitespace after the macro name
: warning: ISO C++11 requires whitespace after the macro name
/home/llz/catkin_RNT/src/RangeNetTrt8/ops/project_kernel.cu(3): error: A device variable cannot be marked constexpr
/home/llz/catkin_RNT/src/RangeNetTrt8/ops/project_kernel.cu(4): error: A device variable cannot be marked constexpr
2 errors detected in the compilation of "/home/llz/catkin_RNT/src/RangeNetTrt8/ops/project_kernel.cu".
CMake Error at project_ops_generated_project_kernel.cu.o.RELEASE.cmake:283 (message):
Error generating file
/home/llz/catkin_RNT/build/rangenet_plusplus/CMakeFiles/project_ops.dir/ops/./project_ops_generated_project_kernel.cu.o
The text was updated successfully, but these errors were encountered: