MIT-SPARK / Hydra-ROS

Hydra ROS Interface
BSD 2-Clause "Simplified" License
39 stars 16 forks source link

[QUESTION] Will “semantic recolor” be open source? #5

Closed ustccxy closed 2 months ago

ustccxy commented 6 months ago

Hi, I think this project is fantastic. But there is a question I want to consult, whether semantic_recolor will be open source, I want to test on my own sensor. thanks

nathanhhughes commented 2 months ago

Hi, thanks for the interest in our work! We are working on getting it released, but it is worth pointing out that it is not a required package for running Hydra against your own sensor data! With the newest release of Hydra we've actually streamlined our input interfaces, so it should be fairly straightforward to pick whatever 2D semantic segmentation network you would like and publish the predicted labels as an image alongside the RGB and depth images. You can take a look at this launch file (specifically the topic arguments) to get an idea of how that might look!