-
Notifications
You must be signed in to change notification settings - Fork 31
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
TwoImageData #6
Comments
The closed session part has the same question you asked. |
You can swap TwoImageData with ImageSegData in the prototxt. See the "res" example to see how to use ImageSegData. |
Thanks for your reply, but I encountered a problem: |
I have the same problem, which init caffemodel did you use? I have also found that with batch size: 1, the loss vibrate lot. It seems that the net can not convergent with batch size: 1 |
I think it is the large network that results to hard training. I use deeplab init model. |
I have found the problem is that when you change TwoImageData to ImageSegData, you need to add labe_type: PIXEL/NONE to image_data_param and also top: "data_dim" to layer. I have added a silence layer to ignore information form data_dim. But adding a silence layer may not be necessary. |
Could you please tell me what "TwoImageData" layer is used for, I can't find the code.
Thanks!
The text was updated successfully, but these errors were encountered: