Open Gavin-zsr opened 2 years ago
@Gavin-zsr Please see maskrcnn-benchmark/csrc for more details, here we implement the function using CUDA kernels. The skew-NMS is in the rotation/ directory.
@Gavin-zsr Please see maskrcnn-benchmark/csrc for more details, here we implement the function using CUDA kernels. The skew-NMS is in the rotation/ directory.
Thanks for your reply! And I also want to know where these two methods are used, in the definition of model architecture, i didn't find there apperance or i missed them somewhere, can you tell me where these two methods be used.
I have read your paper, and want to know how to implement the RRoI pooling layer and skew-NMS. I found the file rroi_pool.py in maskrcnn-benchmark/layers, but the content of this file is same as the file roi_pool.py. Can you please tell me where I can find implement of RROI pooling layer and skew-NMS. Thanks a lot!