GWUvision / Hotels-50K

136 stars 23 forks source link

models question #3

Open winself opened 5 years ago

winself commented 5 years ago

Thank you for your excellent work . i have some questions:

  1. why did you choose the Resnet-50 network trained on ImageNet [final fully connected layer] and VGG model trained on the Places365 dataset [512-dimensional output of the final pooling layer] to compare?

  2. if the network output the feature map is WHD,how process the tensor ? wherther need to get aggregation feature or not ? or metric learning directly?