Spatial-Re-Scaling icon indicating copy to clipboard operation
Spatial-Re-Scaling copied to clipboard

Length of the Feature Vector for Pedestrian Representation

Open WangLiwen1994 opened this issue 5 years ago • 0 comments

To extract the feature vector of each input, the paper said you obtain a "1024-d vector as the final pedestrian representation". However, when I use the function "def extract_features(model, data_loader, print_freq=10):", I obtain a 12,288-d feature vector for each input image. So, I was wondering how to obtain the 1024-d representation in your code.

Thank you very much!

WangLiwen1994 avatar May 09 '19 06:05 WangLiwen1994