2 Star 5 Fork 1

OpenMMLab / mmfewshot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mpsr_r101_fpn_2xb2_coco_10shot-fine-tuning.py 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
Linyiqi 提交于 2021-11-01 23:27 . Reformat config files (#46)
_base_ = [
'../../_base_/datasets/two_branch/few_shot_coco.py',
'../../_base_/schedules/schedule.py', '../mpsr_r101_fpn.py',
'../../_base_/default_runtime.py'
]
# classes splits are predefined in FewShotCocoDataset
# FewShotCocoDefaultDataset predefine ann_cfg for model reproducibility
data = dict(
train=dict(
dataset=dict(
type='FewShotCocoDefaultDataset',
ann_cfg=[dict(method='MPSR', setting='10SHOT')],
num_novel_shots=10,
num_base_shots=10)))
evaluation = dict(interval=4000)
checkpoint_config = dict(interval=4000)
optimizer = dict(lr=0.005)
lr_config = dict(warmup_iters=500, warmup_ratio=1. / 3, step=[2800, 3500])
runner = dict(max_iters=4000)
# load_from = 'path of base training model'
load_from = \
'work_dirs/mpsr_r101_fpn_2xb2_coco_base-training/latest.pth'
model = dict(
roi_head=dict(
bbox_head=dict(
num_classes=80,
init_cfg=[
dict(
type='Normal',
override=dict(type='Normal', name='fc_cls', std=0.001))
])))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open-mmlab/mmfewshot.git
git@gitee.com:open-mmlab/mmfewshot.git
open-mmlab
mmfewshot
mmfewshot
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891