warmspringwinds / tf-image-segmentation

Image Segmentation framework based on Tensorflow and TF-Slim library
MIT License
549 stars 188 forks source link

Getting widely different results on new runs. #24

Open ankur2136 opened 7 years ago

ankur2136 commented 7 years ago

Here are 3 results of segmentation on the same image.

figure_1 figure_2 figure_3

Here is the relevant code. test.py.zip

warmspringwinds commented 6 years ago

I think, weights are being initialized over and over on each of your runs. Check your code carefully and let me know