py-R-FCN
py-R-FCN copied to clipboard
Extracting features
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?
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.