Robotics StackExchange | Archived questions

Autoware SSD detector cannot show detected objects

Ubuntu 16.04, CUDA9 and caffe installed properly:

visionssddetect node runs (using provided launch) without any warnings nvidia-smi says that it uses approximately 54MB of 540M's video memory regardless of image_raw resolution (compared 1920x1200 with 320x200). COCO model was used.

But nevertheless, visionssddetect does not return any detected objects:

rostopic echo /detection/imagedetector/objects command returns messages with empty list of objects, here's full message example: header: seq: 426 stamp: secs: 1562840561 nsecs: 831216836 frameid: "camfcnear" objects: []

Asked by huifeng on 2019-10-11 03:35:11 UTC

Comments

Answers

At the time of development, there was no COCO model available. Please use VOC0712 or VOC0712Plus.

For your reference:

  • I tested with: VGG_VOC0712_SSD_300x300_iter_120000.caffemodel.

  • My GPU memory consumption: ...lib/vision_ssd_detect/vision_ssd_detect 1318MiB

Here is a link to the model I used to test (~90MB) https://drive.google.com/file/d/1HXtyzgxoH38MOGSRQHwnakoA8nuKyIhx/view?usp=sharing

Asked by amc-nu on 2019-10-25 01:30:15 UTC

Comments