当前位置:网站首页>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.
边栏推荐
猜你喜欢
LinkSLA坚持用户第一,打造可持续的运维服务方案
network issue?Service packet loss?This is enough
By solving these three problems, the operation and maintenance efficiency will exceed 90% of the hospital
Hugo builds a personal blog
[Day6] File system permission management, file special permissions, hidden attributes
Getting Started Document 09 Standalone watch
实力卷王LinkSLA,实现运维工程师快乐摸鱼
[Day8] Commands involved in using LVM to expand
King power volume LinkSLA, realize operations engineer is happy fishing
深度 Zabbix 使用指南——来自惨绿少年
随机推荐
VRRP原理及命令
静态路由
Xiaodu Xiaodu is here!
[Day5] Soft and hard links File storage, deletion, directory management commands
带你深入了解Cookie
硬盘分区和永久挂载
In-depth Zabbix user guide - from the green boy
js dynamically get screen width and height
Getting Started Documentation 10 Resource Mapping
To TrueNAS PVE through hard disk
通过反射获取Class对象的四种方式
IP数据包格式(ICMP协议与ARP协议)
Tencent greetings function SCF - entry instructions
Spark source code-task submission process-6.2-sparkContext initialization-TaskScheduler task scheduler
解决这三大问题,运维效率将超90%的医院
I217-V network disconnection problem in large traffic under openwrt soft routing
Mina的长连接和短连接
By solving these three problems, the operation and maintenance efficiency will exceed 90% of the hospital
[Day1] (Super detailed steps) Build a soft RAID disk array
spark source code - task submission process - 1-sparkSubmit