当前位置:网站首页>Problems encountered in installing Yolo3 target detection module in Autoware
Problems encountered in installing Yolo3 target detection module in Autoware
2022-08-05 06:18:00 【cql_cqu】
"The predecessors planted the trees, and the later generations enjoyed the shade!" The problems encountered in the experiment were summarized on the basis of other netizens, so thanks to the bloggers who provided help!
Written in the front: Since I am doing target detection based on the fusion of camera and lidar information, I use the Autoware framework for experiments, and install the Autoware open source software framework in the early stage. The specific installation steps are listed by many netizens in the blog.To repeat, the installation tutorial is recommended: https://blog.csdn.net/yourgreatfather/article/details/86504547
I installed it successfully under the tutorial of this netizen.
Problem description: Since Autoware->Computing integrates YOLO3 related packages, as shown below.
So to install YOLO3 in Autoware, you only need to create a new data folder in the corresponding vision_darknet_detect/darknet/ directory, and then download the weight model trained by YOLO to the data folder.The command is as follows:
cd datawget https://pjreddie.com/media/files/yolov3.weightswget https://pjreddie.com/media/files/yolov2.weights
Run YOLO3 detection:
roslaunch vision_darknet_detect vision_yolo3_detect.launch
There is a problem after running: Error:cannot launch type of node[vision_darknet_detect/]...
Problem solution 1: Reference: https://blog.csdn.net/banzhuan133/article/details/78177676
Solution 2: There may be a package vision_darknet_detect with the same name, use the following command:
catkin_find --without-underlays --libexec --share vision_darknet_detect
Check if there is a package with the same name. After the query, there are two packages with the same name in different paths. Just delete the package under the path where YOLO3 is not installed.
The two vision_darknet_detect paths in my computer are: /home/yyl/Autoware-master/ros/devel/share/vision_darknet_detect and /home/yyl/Autoware-master/ros/src/computing/perception/detection/vision_detector/packages/vision_darknet_detect
After I delete vision_darknet_detect in the first path, I can run YOLO3, and the test results under Autoware->Computing can also display the real-time detected objects.
边栏推荐
- 请问下通过flink sql读取hologres 的两张表的 binlog,然后如何进行join?
- King power volume LinkSLA, realize operations engineer is happy fishing
- markdown编辑器模板
- The idea of commonly used shortcut key
- NIO works is analysed
- spark operator - map vs mapPartitions operator
- 【Day8】RAID Disk Array
- Hard Disk Partitioning and Permanent Mounting
- Getting Started 05 Using cb() to indicate that the current task is complete
- vim教程:vimtutor
猜你喜欢
随机推荐
智能运维会取代人工运维吗?
markdown编辑器模板
Hugo builds a personal blog
sql server 重复值在后面计数
VLAN详解及实验
网络层协议介绍
VRRP principle and command
Getting Started 11 Automatically add version numbers
入门文档04 一个任务依赖另外一个任务时,需要按顺序执行
Tencent greetings function SCF - entry instructions
网络不通?服务丢包?看这篇就够了
IP packet format (ICMP protocol and ARP protocol)
js动态获取屏幕宽高度
入门文档01 series按顺序执行
wc、grep、tar、vi/vim
静态路由
云计算——osi七层与TCP\IP协议
ROS video tutorial
LeetCode面试题
Why can't I add a new hard disk to scan?How to solve?