Tensorflow-SegNet icon indicating copy to clipboard operation
Tensorflow-SegNet copied to clipboard

inputs.py arguments type?

Open amitadhiman opened this issue 8 years ago • 0 comments

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

amitadhiman avatar Jan 17 '18 01:01 amitadhiman