py-R-FCN icon indicating copy to clipboard operation
py-R-FCN copied to clipboard

Extracting features

Open jhung0 opened this issue 8 years ago • 1 comments

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?

jhung0 avatar Nov 22 '16 14:11 jhung0

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.

YuwenXiong avatar Nov 25 '16 05:11 YuwenXiong