RoboJackets / igvc-software

The code base for the RoboNav team's IGVC robot.
https://robojackets.org/teams/robonav/
MIT License
91 stars 120 forks source link

Multiclass Segmentation Performance Metrics #857

Open VAM7686 opened 3 years ago

VAM7686 commented 3 years ago

This is what the multiclass segmentation output currently looks like:

The output looks a bit choppy and I'm not sure if this is due to the GPU the model ran on, the node that runs model, or even the frame rate of the ros bag file that was used.

It would be nice to collect metrics on the new multiclass segmentation model and how it compares to our old binary segmentation model.

Thoughts:

AC: Performance metrics of multiclass segmentation versus binary segmentation which can be included in the documentation. Possible improvements to inference rate of multiclass segmentation.