-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
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
Fully Convolutional Semantic Segmentation error #2788
Comments
You need to merge the pull requests that are in the future branch of John Long's repo. It contains, among several other things an implementation of the crop layer. |
@vibhav-vineet However, it seems that recent PR merges on the main BVLC repo, have made some of these instructions obsolete. This may have to do with longjon's master branch falling behind of the BVLC master. A few observations:
I was thinking of doing this from the BVLC master instead of longjon:master. That way I only need to merge the crop-layer changes from #1976. It requires some conflict resolution though. Lines from the CropLayer and SPPLayer are interleaved and need to be separated. Will see if I can separate them. |
Closing since this is about longjon/caffe rather than BVLC/caffe. You're welcome to open issues there as appropriate (I just turned this on), or discuss on caffe-users. It is possible to merge |
@longjon Do you get it done now? Thank you! |
Well, I will try to merge the #1976 into BVLC's master by myself. |
Has anyone been able to merge #1976 into BVLC master yet? I was going to use longjon's fork for the FCN 32 work, but it's over 2200 commits behind BVLC. |
Any idea which # should we merge with the BVLC's master to get rid of this Unknown layer type: Crop. I tried making the Longjon's branch and it looks to give us more errors |
Hi, I compiled the caffe-future branch, but I still got the same error. anyone knows how to fix it? |
@gxdai I ran my python notebook from the caffe-future directory and got rid of the error. |
Hi,
While running the Fully Convolutional Semantic Segmentation Code, I get following error:
... layer_factory.hpp:77] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Crop (known types ...
Any suggestion in solving this issue would be really helpful.
Thanks,
The text was updated successfully, but these errors were encountered: