semantic_slam icon indicating copy to clipboard operation
semantic_slam copied to clipboard

how to run the ADE20K dataset?

Open wk524629918 opened this issue 3 years ago • 1 comments

HI, I want to know how to run this code on the dataset. Do I need to make a .bag file? How to make this file? thank you!

wk524629918 avatar Jan 29 '21 12:01 wk524629918

Hi

For creating Bagfiles just checkout here: http://wiki.ros.org/rosbag

you can create rosbag file while your sensor is publishing just by using rosbag commandlines

then you need to modify semantic_slam/semantic_slam/params/semantic_cloud.yaml file based on the topics that your created rosbag publishes ...

ahmadkh1995 avatar Mar 10 '21 13:03 ahmadkh1995