ros_deep_learning icon indicating copy to clipboard operation
ros_deep_learning copied to clipboard

Segnet launchfile

Open ArtlyStyles opened this issue 5 years ago • 4 comments

Hi, Could anyone provide a launch file for segnet?

ArtlyStyles avatar Jul 02 '19 05:07 ArtlyStyles

same here, if it is possible with a example for beginners as me thank you

FPSychotic avatar Nov 08 '19 21:11 FPSychotic

This would be really helpful! Any plan for fixing this?

r91andersson avatar Mar 09 '20 12:03 r91andersson

Hi, if possible could I add support to asking for another launch file but also has anyone managed to make a launchfile for detectnet?

mcdzim avatar Apr 29 '20 15:04 mcdzim

Got Detectnet working with

<node name="detectnet"          pkg="ros_deep_learning"  type="detectnet" output="screen">>
    <remap from="~image_in" to="/webcam/image_raw"/>
</node>

mcdzim avatar Apr 30 '20 15:04 mcdzim