You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

mask_rcnn_r50_fpn_15e_deepfashion.py 351 B

2 years ago
12345678910
  1. _base_ = [
  2. '../_base_/models/mask_rcnn_r50_fpn.py',
  3. '../_base_/datasets/deepfashion.py', '../_base_/schedules/schedule_1x.py',
  4. '../_base_/default_runtime.py'
  5. ]
  6. model = dict(
  7. roi_head=dict(
  8. bbox_head=dict(num_classes=15), mask_head=dict(num_classes=15)))
  9. # runtime settings
  10. runner = dict(type='EpochBasedRunner', max_epochs=15)

No Description

Contributors (2)