
agx
文章平均质量分 83
zhhao1326
这个作者很懒,什么都没留下…
展开
-
AGX使用ZEDmini记录
https://www.stereolabs.com/docs/ros/zed-ros-wrapper :https://github.com/stereolabs/zed-ros-wrapperhttps://github.com/stereolabs/zed-ros-wrapperhttps://github.com/stereolabs/zed-ros-examples原创 2022-05-06 21:50:39 · 287 阅读 · 0 评论 -
使用ROS调用YOLO_V5(非darknet),利用ros-yolov5配置
1.下载源码cd catkin_ws/srcgit clone https://github.com/OuyangJunyuan/ros-yolov5.gitgit clone https://github.com/catkin/catkin_simple.git然后回到工作空间目录下catkin_make2.修改config.yaml文件文件位置:ros-yolov5-master/config/config.yaml修改如下:yolov5: action: False #原创 2022-05-05 21:02:12 · 8535 阅读 · 20 评论 -
安装YOLO_V5环境以及测试——NVIDIA Jetson Xavier AGX平台
Yolo简单测试配置Yolo v5运行环境,简单的测试。在yolov5-master文件夹下打开终端,然后运行以下命令:python3 detect.py --source 0 # 本机默认摄像头 file.jpg # 图片 file.mp4 # 视频原创 2022-01-08 20:15:09 · 4138 阅读 · 0 评论