MarvinTeichmann / tensorflow-fcn

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

training dataset #6

Closed weiliu620 closed 8 years ago

weiliu620 commented 8 years ago

After reading the readme file, it's still not clear to me what data set was used for training? I understand some filters are initialized from vgg16, then training is done on what dataset?

By "No Pascal VOC finetuning was applied to the weights.", I guess the training set is not Pascal VOC?

Thanks,

MarvinTeichmann commented 8 years ago

Vgg16 is trained on ImageNet. No further training was performed. The model is meant to be a good start to do FineTuning on your own data.

weiliu620 commented 8 years ago

Great. Thanks for the reply. Would be good to see such information on readme file.

MarvinTeichmann commented 8 years ago

The Readme currently says:

No Pascal VOC finetuning was applied to the weights. The model is meant to be finetuned on your own data.

Isn't this a clear statement?