Open AlexTS1980 opened 7 years ago
I've been extracting features from CRF-RNN and FCN8s, and I noticed one weird thing: When I extract features:
feats = net.forward(end='fc7', **{'data': caffe_in}) feats = feats['fc7'][0]
Features from FCN8s are twice the size of CRF-RNN. Why would that be the case?
I've been extracting features from CRF-RNN and FCN8s, and I noticed one weird thing: When I extract features:
Features from FCN8s are twice the size of CRF-RNN. Why would that be the case?