Skip to content

Commit e03aaee

Browse files
committed
Do not use label_map in default.
Fix #718
1 parent c558ac9 commit e03aaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

efficientdet/hparams_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def default_detection_configs():
190190
h.heads = ['object_detection'] # 'object_detection', 'segmentation'
191191

192192
h.skip_crowd_during_training = True
193-
h.label_map = 'coco' # a dict or a string of 'coco'/'voc'.
193+
h.label_map = None # a dict or a string of 'coco', 'voc', 'waymo'.
194194
h.max_instances_per_image = 100 # Default to 100 for COCO.
195195
h.regenerate_source_id = False
196196

0 commit comments

Comments
 (0)