Graciela Garmendia
Results
2
comments of
Graciela Garmendia
Hi, IMAGE_FILE is suppose to be replace by the path where you want to save the images. For example: IMAGE_FILE = "path/to/predictions/' Then just run the script and it will...
Hi @HaoWumarz, I have used the following command: scipy.misc.toimage(rgb, cmin=0.0, cmax=1).save(IMAGE_FILE+ str(i)+'_segnet.png') where: IMAGE_FILE is the path i: is from the for The rest is up to you. Regards, Grarya