Make sure to have the model downloaded and placed in the igvc_sandbox/models folder
(You can either train your own model or download the one located in Shared Drives > RoboNav > Software > model_training > full_model4_resized > checkpoints > best.pth)
Run roscore
Run the rosbag file with something like: rosbag play ~/path/to/file/bag_file.bag -l
Try using bags from the 2021-2022 dataset such as the swervi_parking_lot_2022-05-27-19-46-11.bag
Run the multiclass with: roslaunch igvc_perception multiclass_segmentation.launch
Launch RVIZ and add the /cam/(center/right/left)/segmented/image... topic
Make sure that semantic segmentation output is visualized on the aforementioned topics
Description
This PR does the following:
Fixes #747
Testing steps
igvc_sandbox/models
folderShared Drives > RoboNav > Software > model_training > full_model4_resized > checkpoints > best.pth
)roscore
rosbag play ~/path/to/file/bag_file.bag -l
roslaunch igvc_perception multiclass_segmentation.launch
/cam/(center/right/left)/segmented/image...
topic/cam/center/segmented/image
,/cam/right/segmented/image
,/cam/left/segmented/image
, etcExpected Output (old version on grass course)
Self Checklist
make format