We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: