MarvinTeichmann / tensorflow-fcn

An Implementation of Fully Convolutional Networks in Tensorflow.
MIT License
1.1k stars 433 forks source link

ouput image doesn't make sense #33

Closed aleksandrmelnyk closed 7 years ago

aleksandrmelnyk commented 7 years ago

Seems like annotations on output image doesn't correspond input one...? After run test_fcn32_vgg.py I got:

tabby_cat fcn32_upsampled

MarvinTeichmann commented 7 years ago

The model is not trained. The weights are just initialized from classification finetuning. Train the model to get better results.