R2CNN_FPN_Tensorflow
R2CNN_FPN_Tensorflow copied to clipboard
Adaptive ROIAlign in Paper Position Detection and Direction Prediction for Arbitrary-Oriented Ships via Multiscale Rotation Region Convolutional Neural Network
Hi, I wonder which part of the code corresponds to the adaptive roialign mentioned in the paper Position Detection and Direction Prediction for Arbitrary-Oriented Ships via Multiscale Rotation Region Convolutional Neural Network?
All I can see is the default roi align with tf.crop_and_resize. Could you please elaborate a little more about the adaptive ROI Align?
Thanks!