Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Saurabh1105
/
MMDet
like
0
Image Segmentation
TensorBoard
medical
License:
other
Model card
Files
Files and versions
xet
Metrics
Training metrics
Community
main
MMDet
/
mmdetection
/
configs
/
faster_rcnn
/
faster-rcnn_r50_fpn_ohem_1x_coco.py
Saurabh1105
MMdet Model for Image Segmentation
6c9ac8f
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
118 Bytes
_base_ =
'./faster-rcnn_r50_fpn_1x_coco.py'
model =
dict
(train_cfg=
dict
(rcnn=
dict
(sampler=
dict
(
type
=
'OHEMSampler'
))))