Tencent / tencent-ml-images

Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet
Other
3.05k stars 514 forks source link

how to generate 256 dimensions of feature vector? #44

Open nxgych opened 5 years ago

nxgych commented 5 years ago

I wanna get 256 dimensions of feature vector, how to generate that?

wubaoyuan commented 5 years ago

@nxgych One suggestion is using PCA on the extracted high-dimensional feature vectors to do dimension reduction.