warmspringwinds / tf-image-segmentation

Image Segmentation framework based on Tensorflow and TF-Slim library
MIT License
549 stars 188 forks source link

Use segmentation for videos #47

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi,

How can I modify the code to be used for semantic segmentation of video frames. I used open-cv to process the frames of the video and basically send each frame to the model for segmentation but I'm getting an error 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte. How do I fix this?