11 Star 144 Fork 55

OpenMMLab/mmdetection

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rpn_x101-32x4d_fpn_1x_coco.py 413 Bytes
一键复制 编辑 原始数据 按行查看 历史
_base_ = './rpn_r50_fpn_1x_coco.py'
model = dict(
backbone=dict(
type='ResNeXt',
depth=101,
groups=32,
base_width=4,
num_stages=4,
out_indices=(0, 1, 2, 3),
frozen_stages=1,
norm_cfg=dict(type='BN', requires_grad=True),
style='pytorch',
init_cfg=dict(
type='Pretrained', checkpoint='open-mmlab://resnext101_32x4d')))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open-mmlab/mmdetection.git
git@gitee.com:open-mmlab/mmdetection.git
open-mmlab
mmdetection
mmdetection
main

搜索帮助