config_ppyolo_tiny.txt 230 B

123456789101112
  1. model_file ./ppyolo_tiny.nb
  2. label_path ./coco_label_list.txt
  3. num_threads 1
  4. precision fp32
  5. enable_benchmark 1
  6. arch YOLO
  7. image_shape 3,320,320
  8. Resize 320,320
  9. keep_ratio False
  10. mean 0.485,0.456,0.406
  11. std 0.229,0.224,0.225
  12. PadStride 0