Zhaohui Zheng

Results 153 comments of Zhaohui Zheng

这就是VLR LD https://github.com/HikariTJU/LD/blob/main/mmdet/models/dense_heads/ld_fcos_head.py#L126

configs/ld/rotated_retinanet_distribution_hbb_gwd_r18_r34_fpn_1x_dota_oc.py

see [Train a Teacher Model](https://github.com/Zzh-tju/Rotated-LD#train-a-teacher-model)

不知道你指的是DOTA test集还是val集,我建议按照mmrotate的设置方式准备数据集

test集是把测完的结果提交到DOTA服务器进行测评的吧,而且返回的只有AP50

请参考https://github.com/open-mmlab/mmrotate/blob/main/docs/en/tutorials/customize_dataset.md

只要数据集的格式和DOTA一样,修改cfg中的类别数量一般就行了。

CIoU is for bbox regression. Of course you can.

The error listed above I have encountered before and I don't know. And I forgot how I dealt with it. The assertion is just because I was lazy. So I...

I have not met this before. Can you start training or testing?