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

Adding regression example using Euclidean Loss #3789

Open
arasharchor opened this issue Mar 9, 2016 · 0 comments
Open

Adding regression example using Euclidean Loss #3789

arasharchor opened this issue Mar 9, 2016 · 0 comments

Comments

@arasharchor
Copy link

Hi,

there are great examples in caffe website such as RCNN, but it seems regression is missing. I want to train a network which as output gives me the optical flow map of an image using Euclidean Loss layer and a specific accuracy layer for regression. also this network has two loss functions as multitask loss. one for flow magnitude and another one for optical flow vector which the output for latter case is a two channel matrix.
Right Now I have some images and their corresponding flow maps as labels. I guess it would be great if in the next version of caffe such an example would be added.

Currently I have 500 training images as start with dimension (500,500,3) with values 0 to 255. and the labels of flow magnitudes are with dimension (500,500). I put have used euclidean loss and fully convolutional layers as well as deconvolutional layer. I hope everything has been done in a good way. so this example can be put in caffe website as an regression example in optical flow predicition.

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

1 participant