We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c558ac9 commit e03aaeeCopy full SHA for e03aaee
efficientdet/hparams_config.py
@@ -190,7 +190,7 @@ def default_detection_configs():
190
h.heads = ['object_detection'] # 'object_detection', 'segmentation'
191
192
h.skip_crowd_during_training = True
193
- h.label_map = 'coco' # a dict or a string of 'coco'/'voc'.
+ h.label_map = None # a dict or a string of 'coco', 'voc', 'waymo'.
194
h.max_instances_per_image = 100 # Default to 100 for COCO.
195
h.regenerate_source_id = False
196
0 commit comments