-
Notifications
You must be signed in to change notification settings - Fork 3
Issues: Be997398715/EAO-SLAM-Improve
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
/home/die/WorkSpace/EAO-SLAM-FINAL/include/yolo_track/yolov3.h: In constructor ‘ORB_SLAM2::YOLO::YOLO()’: /home/die/WorkSpace/EAO-SLAM-FINAL/include/yolo_track/yolov3.h:240:53: error: ‘DNN_TARGET_CUDA’ is not a member of ‘cv::dnn’ 240 | this->net_yolo.setPreferableTarget(cv::dnn::DNN_TARGET_CUDA); | ^~~~~~~~~~~~~~~ /home/die/WorkSpace/EAO-SLAM-FINAL/include/yolo_track/yolov3.h:241:54: error: ‘DNN_BACKEND_CUDA’ is not a member of ‘cv::dnn’ 241 | this->net_yolo.setPreferableBackend(cv::dnn::DNN_BACKEND_CUDA);
#5
opened Jan 2, 2024 by
z2415445508
../lib/libORB_SLAM2.so:对‘octomap::ColorOcTree::ColorOcTree(double)’未定义的引用
#4
opened Oct 28, 2021 by
SharineLee
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.