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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: