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

Questions about DVN network structure for Weizmann horses #1

Open
nkg114mc opened this issue Mar 25, 2018 · 0 comments
Open

Questions about DVN network structure for Weizmann horses #1

nkg114mc opened this issue Mar 25, 2018 · 0 comments

Comments

@nkg114mc
Copy link

I am trying to replicate the experiments of DVN for image segmentation on Weizmann horse. I have some confusion about the network structure on Figure 2 in the paper.

  1. How is the last convolution layer and the first fully connected layer connected?
    The paper said that there are three convolution layers, but on the output of “6x6”, there is still a “5x5 convolution kernel” with stride of 2. Is it a fourth convolution layer? Or a pooling? What exactly the input dimension of the first fully connected layer? Is it 6x6x128? Or 3x3x128?

  2. For the input, in Figure 2, there are 3+k channels. The 3 channels are for the input image, k is for the musk. What does k represents here? Is it related to the number of classes? For example, for Weizmann horse, is k = 1 (0 as background and 1 for horse)?

Thanks!

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