det / configs /det /faster_rcnn_r50_fpn_1x_det_bdd100k.py
qninhdt's picture
Upload 83 files
8bb3bd1 verified
raw
history blame contribute delete
320 Bytes
"""Faster RCNN with ResNet50-FPN, 1x schedule."""
_base_ = [
"../_base_/models/faster_rcnn_r50_fpn.py",
"../_base_/datasets/bdd100k.py",
"../_base_/schedules/schedule_1x.py",
"../_base_/default_runtime.py",
]
load_from = "https://dl.cv.ethz.ch/bdd100k/det/models/faster_rcnn_r50_fpn_1x_det_bdd100k.pth"