2 Star 5 Fork 1

OpenMMLab / mmfewshot

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
fsce_r101_fpn_coco_base-training.py 482 Bytes
Copy Edit Raw Blame History
Linyiqi authored 2021-11-01 23:27 . Reformat config files (#46)
_base_ = [
'../../_base_/datasets/fine_tune_based/base_coco.py',
'../../_base_/schedules/schedule.py',
'../../_base_/models/faster_rcnn_r50_caffe_fpn.py',
'../../_base_/default_runtime.py'
]
lr_config = dict(warmup_iters=1000, step=[85000, 100000])
runner = dict(max_iters=110000)
# model settings
model = dict(
pretrained='open-mmlab://detectron2/resnet101_caffe',
backbone=dict(depth=101, style='caffe'),
roi_head=dict(bbox_head=dict(num_classes=60)))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open-mmlab/mmfewshot.git
git@gitee.com:open-mmlab/mmfewshot.git
open-mmlab
mmfewshot
mmfewshot
main

Search

344bd9b3 5694891 D2dac590 5694891