How to show result detection (yolov3) on Rviz [closed]
Hi everyone!
I want to test Yolo detection on Autoware 1.12.0 with LGSVL simulation 2019.09.
I saw the image data is published on /simulator/camera_node/image/compressed topic from Simulator.
On darknet_yolo3 window, I config:
image_src: /simulator/camera_node/image
cfg: /home/autoware/Autoware/install/vision_darknet_detect/share/vision_darknet_detect/darknet/cfg/yolov3.cfg
weights: /home/autoware/Autoware/install/vision_darknet_detect/share/vision_darknet_detect/darknet/data/yolov3.weights
name: /home/autoware/Autoware/install/vision_darknet_detect/share/vision_darknet_detect/darknet/cfg/coco.names
vision_darknet_detect node runs successfully.
On ImageViewerPlugin window, I chose the following topic:
- Image Topic: /image_raw
- Object Rect Topic: /detection/image_detector/objects
The image from Simulator is displayed, but I can't see result detection (bounding box).
Can you show me what I'm wrong?
Thank you very much!
Are you using some custom setup? If no can you point me to what you are using (github repo). Is YOLO subscribing to the image topic coming from simulator?
Hi, I used Autoware docker prebuilt 1.12.0:
https://gitlab.com/autowarefoundation...
Is YOLO subscribing to the image topic coming from simulator?
Yes, YOLO subscribes to the image topic coming from the simulator?
Surprise, today I can show detection results on ImageViewerPlugin with the same config as yesterday. I don't know why. Anw, thank for your attention! :)