alexgkendall / SegNet-Tutorial

Files for a tutorial to train SegNet for road scenes using the CamVid dataset
http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html
847 stars 517 forks source link

How to store the output segmented video #143

Closed Raj7kumar7 closed 5 years ago

Raj7kumar7 commented 5 years ago

Hello I am trying to save the output segmented video.I have tried the out1.write(segmentation_rgb),but it is not storing the video properly.Any idea how can i store the segmented video?

Raj7kumar7 commented 5 years ago

Hi I figured a way to save video.Hence closing the issue.