You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
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:
Check frame rate of the segmentation topic
Check model inference rate.
If the model inference rate of binary and multiclass are not similar, perhaps check the image frame rate or other part of code that slows the code
AC: Performance metrics of multiclass segmentation versus binary segmentation which can be included in the documentation. Possible improvements to inference rate of multiclass segmentation.