11 Star 144 Fork 55

OpenMMLab/mmdetection

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rpn_r50_fpn_2x_coco.py 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
jbwang1997 提交于 2022-07-05 20:26 +08:00 . Refactor RPN and Cascade RPN
_base_ = './rpn_r50_fpn_1x_coco.py'
# learning policy
max_epochs = 24
train_cfg = dict(
type='EpochBasedTrainLoop', max_epochs=max_epochs, val_interval=1)
param_scheduler = [
dict(
type='LinearLR', start_factor=0.001, by_epoch=False, begin=0, end=500),
dict(
type='MultiStepLR',
begin=0,
end=max_epochs,
by_epoch=True,
milestones=[16, 22],
gamma=0.1)
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open-mmlab/mmdetection.git
git@gitee.com:open-mmlab/mmdetection.git
open-mmlab
mmdetection
mmdetection
main

搜索帮助