machrisaa / tensorflow-vgg

VGG19 and VGG16 on Tensorflow
2.21k stars 1.08k forks source link

What database did this vgg implementation trained on? #38

Closed azure-crab closed 7 years ago

azure-crab commented 7 years ago

Hi,

I'm using this library to do some research, and it will be a great help if I can know which database was the model trained on. If it is Imagenet, what's the version of the data from Imagenet, is it ILSVRC2012 or ILSVRC2014? Thanks.

Wanquan,

machrisaa commented 7 years ago

Hi @azure-crab, from the original implementation, it was trained with the ILSVRC2014 dataset.