I’ve trained a semantic segmentation model to detect the track for an autonomous car. I was able to overlay the track boundary onto images, but I want to be able to do the same over a video. However, I’ve recently learned that video inference was not supported with the semantic segmentation model…
Are there any alternatives in what I can do to process a video on my model?
Yes, semantic segmentation is currently not supported on the predict_video method of our Python SDK, but the predict() function should work and you can use it along with Supervision.