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
But it seems that the output size of max pooling layer in tensorflow is a little big difference. The same setting of kernel size as ceil() and stride size as floor() cannot have the fixed length of fully connected layer.
Do you have some idea how to achieve this?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
Since you implemented the fast-rcnn, do you know how to implement the spatial pyramid pooling layer as introduced in the paper?
I try to implement one according to the paper like this:
But it seems that the output size of max pooling layer in tensorflow is a little big difference. The same setting of kernel size as ceil() and stride size as floor() cannot have the fixed length of fully connected layer.
Do you have some idea how to achieve this?
Thank you.
The text was updated successfully, but these errors were encountered: