Skip to content

Instantly share code, notes, and snippets.

@curiousily
Created February 17, 2020 21:12
Show Gist options
  • Save curiousily/c728bf2f489f2f635f4b5346848e6e21 to your computer and use it in GitHub Desktop.
Save curiousily/c728bf2f489f2f635f4b5346848e6e21 to your computer and use it in GitHub Desktop.
cfg.MODEL.ROI_HEADS.BATCH_SIZE_PER_IMAGE = 64
cfg.MODEL.ROI_HEADS.NUM_CLASSES = len(classes)
cfg.TEST.EVAL_PERIOD = 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment