I want to do semantic segmentation of objects in my video file. I prefer to use a pre-trained model on the COCO dataset (or COCO stuff dataset) and start using it for semantic segmentation and object detection on my own video files. Most of the threads I came across talk about training algorithm on COCO dataset. I am looking for a pre-trained model (a frozen graph file) that I can directly use for segmentation on my own video files.
Can anyone please guide me how to do that?
P.S. I could do object detection using the pre-trained model from tensorflow model zoo but I am unable to extend that for object segmentation.