Skip to content

Code is different from your paper? #35

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

Open
Youngkl0726 opened this issue Oct 19, 2018 · 3 comments
Open

Code is different from your paper? #35

Youngkl0726 opened this issue Oct 19, 2018 · 3 comments

Comments

@Youngkl0726
Copy link

Hi, I saw your code. Is the prediction module of your code is slightly different from the one in your paper (Fig. 7)? In your code, the Top-left Corner Pooling is followed by 3x3 Conv-BN-ReLU.

@heilaw
Copy link
Collaborator

heilaw commented Oct 20, 2018

I checked Fig. 7 and the code. The code is the same as Fig. 7 in the paper. There is also a 3x3 Conv-BN-ReLU following the pooling in the Fig. 7.

@qq456cvb
Copy link

qq456cvb commented Dec 5, 2018

Hi, I think in the middle of Fig. 7, right after ReLU, it might be 3x3 Conv instead of 3x3 Conv-BN-ReLU. As I see your code in CornerNet.py, self.conv2 = convolution(3, dim, dim). Is this different from the figure?

@heilaw
Copy link
Collaborator

heilaw commented Dec 5, 2018

convolution also consists of Conv, BN and ReLU.

@njustymk njustymk mentioned this issue Apr 3, 2019
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

3 participants