yolov3_object_detection_mlu270.json 466 B

1234567891011121314151617
  1. {
  2. "detector" : {
  3. "class_name" : "cnstream::Inferencer",
  4. "parallelism" : 1,
  5. "max_input_queue_size" : 20,
  6. "custom_params" : {
  7. "model_path" : "../../../data/models/yolov3_b4c4_argb_mlu270.cambricon",
  8. "func_name" : "subnet0",
  9. "postproc_name" : "PostprocYolov3",
  10. "keep_aspect_ratio" : "true",
  11. "threshold" : 0.5,
  12. "model_input_pixel_format" : "ARGB32",
  13. "batching_timeout" : 100,
  14. "device_id" : 0
  15. }
  16. }
  17. }