autowarefoundation / autoware_ai

Apache License 2.0
20 stars 7 forks source link

Trouble to run ssd.launch #131

Closed wsung1 closed 6 years ago

wsung1 commented 6 years ago

Fill-out only one section depending on whether you are reporting a bug or a new feature.

Bug

Expected Behavior

Actual Behavior

Now I'm trying to launch ssd (single shot multibox detector) with the help of https://github.com/CPFL/Autoware/blob/master/ros/src/computing/perception/detection/packages/cv_tracker/nodes/ssd/README.md Beforehand, ssdcaffe was compiled with its pre-requisites. Then, pretrained models were downloaded to ~/ssdcaffe/models/VGGNet/VOC0712/SSD_300x300 This location was predetermined (not by myself). Once compiled, when I launch it from RunTime Manager, it starts with some warning that says 1

and it finishes with an error saying 2

README.md said "Remember to modify the launch file located inside computing/perception/detection/packages/cv_tracker/launch/ssd.launch and point the network and pretrained models to your paths"

ssd.launch said ssdlaunch ...

A tricky part to me is paths that

ARE ALL DIFFERENT. Please advise me how to deal with different paths such that an error would not occur.

Steps to Reproduce the Problem

  1. As described in README.md

Specifications

amc-nu commented 6 years ago

I think you're using incompatible model versions. Please read the README.

regarding the paths, it really depends on your setup. You can also use the [app] button in RunTime Manager to select if you are not sure on how to correctly modify your launch file.