YuwenXiong / py-R-FCN

R-FCN with joint training and python support
MIT License
1.05k stars 472 forks source link

Extracting features #27

Open jhung0 opened 7 years ago

jhung0 commented 7 years ago

Without a fc layer, what would be the best way to extract features (for a t-SNE plot for example)? Should I take the res5c layer output and flatten it?

YuwenXiong commented 7 years ago

You could just take res5c layer's output and flatten it, but please note that the vector length will not be a constant if your input image size varies.