sagieppel
sagieppel
Not sure I understand. Does the program crush in the line: saver.restore(sess, ckpt.model_checkpoint_path)?
The assumption is you already know the region of the object in advance. If you want to find the region of the object you need a different net maybe mask...
The statistics RGBMean, RGBStd is for images in generals and not for a specific image. Are you using the pretrained model?
You're right, that is very strange.
Ok solved, when you read the image it needs to have a value of 0-255. The image reader I used had its behavior changed so the pixel values were 0-1...