Skip to content
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

Closed
vibhav-vineet opened this issue Jul 20, 2015 · 9 comments
Closed

Fully Convolutional Semantic Segmentation error #2788

vibhav-vineet opened this issue Jul 20, 2015 · 9 comments

Comments

@vibhav-vineet
Copy link

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,

@Geekrick88
Copy link

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.

@kashefy
Copy link
Contributor

kashefy commented Jul 22, 2015

@vibhav-vineet
You can find instructions on merging on longjon's fork after checking out his 'future' branch. Look for future.sh

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.

@longjon
Copy link
Contributor

longjon commented Jul 23, 2015

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 CropLayer into BVLC's master. Sorry I've let it fall so far behind! I do have a planned path for merge into BVLC/caffe (that involves less aggressive changes to Caffe), but that will be a little longer still.

@longjon longjon closed this as completed Jul 23, 2015
@acgtyrant
Copy link

@longjon Do you get it done now? Thank you!

@acgtyrant
Copy link

Well, I will try to merge the #1976 into BVLC's master by myself.

@eswears
Copy link

eswears commented Dec 30, 2015

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.

@muthurengan
Copy link

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

@gxdai
Copy link

gxdai commented Mar 20, 2016

Hi, I compiled the caffe-future branch, but I still got the same error. anyone knows how to fix it?

@danishrathore
Copy link

@gxdai I ran my python notebook from the caffe-future directory and got rid of the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants