Skip to content
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

对Oriented R-CNN在FAIR数据集上训练时没有很好收敛 #55

Open
dleoliu opened this issue Aug 29, 2022 · 0 comments
Open

对Oriented R-CNN在FAIR数据集上训练时没有很好收敛 #55

dleoliu opened this issue Aug 29, 2022 · 0 comments

Comments

@dleoliu
Copy link

dleoliu commented Aug 29, 2022

使用基于 projects/oriented_rcnn/configs/oriented_rcnn_r50_fpn_1x_dota_with_flip_rotate_balance_cate.py 扩展的配置文件对Oriented R-CNN在FAIR数据集上进行训练时并没有很好收敛。12个Epoch之后mAP为0.02左右。调整学习率并没有什么改善。请问是配置文件里除了数据集与 num_classes 之外还有什么其他地方需要调整吗?

我现在使用的配置文件如下:

_base_ = "oriented_rcnn_r50_fpn_1x_dota_with_flip_rotate_balance_cate.py"

model = dict(
    bbox_head=dict(
        num_classes=37,
    )
)

dataset = dict(
    train=dict(
        type="FAIRDataset",
        dataset_dir="/scratch/xxx/FAIR1M2/processed_1024/trainval_1024_200_1.0",
        batch_size=8,
        num_workers=18,
    ),
    val=dict(
        type="FAIRDataset",
        dataset_dir="/scratch/xxx/FAIR1M2/processed_1024/trainval_1024_200_1.0",
        batch_size=8,
        num_workers=18,
    ),
    test=dict(
        dataset_type="FAIR",
        images_dir="/scratch/xxx/FAIR1M2/processed_1024/test_1024_200_1.0/images/",
        batch_size=8,
        num_workers=18,
    ),
)

max_epoch = 12

谢谢。

@dleoliu dleoliu changed the title 使用Oriented R-CNN在FAIR数据集上训练时没有收敛 对Oriented R-CNN在FAIR数据集上训练时没有收敛 Aug 29, 2022
@dleoliu dleoliu changed the title 对Oriented R-CNN在FAIR数据集上训练时没有收敛 对Oriented R-CNN在FAIR数据集上训练时没有很好收敛 Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant