ssd_vgg16_300_240e_voc.yml 387 B

1234567891011121314
  1. _BASE_: [
  2. '../datasets/voc.yml',
  3. '../runtime.yml',
  4. '_base_/optimizer_240e.yml',
  5. '_base_/ssd_vgg16_300.yml',
  6. '_base_/ssd_reader.yml',
  7. ]
  8. weights: output/ssd_vgg16_300_240e_voc/model_final
  9. # set collate_batch to false because ground-truth info is needed
  10. # on voc dataset and should not collate data in batch when batch size
  11. # is larger than 1.
  12. EvalReader:
  13. collate_batch: false