You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: