XiaoxFeng / RINet

Codes for Weakly Supervised Rotation-Invariant Aerial Object Detection Network
30 stars 0 forks source link

Some small questions。 #2

Closed lnq325805524 closed 1 year ago

lnq325805524 commented 2 years ago

First, thanks for your nice work. Just some questions below:

  1. In my experiments, I found the results from NWPUv2 very unstable in WSOD. The results can even fluctuate within 20 percent. For example, PCL can achieve similarly 40% to 60% accuracy in my experimental setting. Do you select the highest results as the results?
  2. Which combination within backbone and rpn do you use? C4 or FPN. Looking forward to your reply and code release!
XiaoxFeng commented 2 years ago

In our experiments, the detection results is stable. It depends on your baseline framework. Note that different frameworks load proposals in different orders ( i.e., MELM(x1,x2,y1,y2) but PCL(x1,y1,x2,y2)). You can obtain stable results on the PCL which is implemented with caffe. Besides, we did not introduce RPN and FPN in our work, the feature of Conv5_3 on VGG16 is selected. The code will be released in July.

lnq325805524 commented 2 years ago

Thanks for your reply, I will make a further examination.

Tarazed commented 1 year ago

Thanks for your reply, I will make a further examination.

Hi, have you examined it? I find the annotations of NWPU VHR-10.v2 are not correct, many boxes are wrongly annotated, and that may be the reason.