Tensorflow-SegNet
Tensorflow-SegNet copied to clipboard
inputs.py arguments type?
Hi.. Thank you for the code.. I can successfully run this code on CamVid dataset and now I want to try it on my dataset. My images are of integer type with bitdepth 8 and inputs.py, I can see that argument needs to be of float32 and int32 type- Args: image: 3-D Tensor of [height, width, 3] of type.float32. label: 3-D Tensor of [height, width, 1] type.int32. Do , I need to convert my images to float 32 type.. or is there any other option available? Thank you