-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HRSC2016 dataset performance reimplementation #202
Comments
Please use English or English & Chinese for issues so that we could have broader discussion. |
Have you ever used the official ReDet to do related experiments? |
Whether more data augmentation, multi-scale, etc. are used in the paper. |
It is recommended to use the official code to run an experiment with the same configuration as mmrotate. I speculate that the related settings of HRSC2016 in the original paper are not fully described. |
Here is a different:
|
How many graphics cards did you use to run the official redet? |
Please compare it carefully, and I will also do relevant experiments to follow up. |
There is also a difference in dealing with difficult cases. ReDet will ignore difficult cases in evaluation. |
This is my configs:
performance at 12 epoch:
|
performance at 24 epoch
|
Did you use four graphics cards to run mmrotate? If so, that's right to set the learning rate to 0.01. I only used one graphics card , so I set the learning rate to 0.0025 in both two codes.(8 <=> 0.01 2<=> 0.0025). I find that there are differences in target means&std, but I didn't think it can influence the performance sharply. Now your performance is better than me in 12&24 epoch. I will do the same experiments to verify it. |
I am using a single gpu, since there are no free four gpus to use. I think the main reason is |
performance at 36 epoch: AP50 = 90.4
|
here is 12 epoch performance with
AP is much lower than above. |
PR #203 is in progress. @zhangcongzc |
performance of retinanet and kld are also updated at https://github.com/open-mmlab/mmrotate/blob/e79c15dea21424cd5216ecb9244f17534d13d971/configs/kld/README.md
|
This problem may also occur on datasets such as |
|
Logs and weights are updated, you can check it. HRSC
|
Your config is not the same as mine.
RetinaNet-hbb-le90:
I suggest you to copy my configs to experiment. |
Sorry, I can't open the configs' links. |
Refer to #183 |
We use |
Ok, I get it. Thanks for your help. |
|
请问您可以提供oriented_rcnn、r3det、roi_trans、rotated_faster_rcnn、rotated_reppoints等这些算法的配置吗,尤其是lr、step等参数 |
您好!我使用您的框架mmrotate0.2.0训练测试HRSC2016数据集的性能,分别使用了ReDet和Roi trans等模型,发现测试集上的性能与使用ReDet论文作者发布的代码 差距很大,特别是AP75和mAP。而配置都是一样的,基本没改过。
想寻求您的帮助,不知您是否在HRSC上做过实验验证?
The text was updated successfully, but these errors were encountered: