ros-semantic-segmentation icon indicating copy to clipboard operation
ros-semantic-segmentation copied to clipboard

can not output

Open lixiaowei0202 opened this issue 4 years ago • 1 comments
trafficstars

rosrun semantic_segmentation segmentation_node __ns:=/camera 11

lixiaowei0202 avatar Jun 16 '21 06:06 lixiaowei0202

I think this is out of date and you might be using a TensorFlow 1.x model and code with TensorFlow 2.x. This repo needs updating. I'll look into it when I get a chance, but you could write your own Model that uses TF 2.x that works with the rest of the framework. The ROS node itself is agnostic to the net and framework, you just need to define it in a new directory like the other examples. I mostly provided this as an example of abstracting ROS logic from ML logic, this wasn't intended to be a SOTA segmentation net.

dheera avatar Jun 28 '21 22:06 dheera