Tencent / tencent-ml-images

Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to generate 256 dimensions of feature vector?

nxgych opened this issue · comments

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

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