PaddleOCR.config.json 528 B

12345678910111213141516171819202122232425
  1. {
  2. "use_gpu": false,
  3. "gpu_id": 0,
  4. "gpu_mem": 4000,
  5. "cpu_math_library_num_threads": 10,
  6. "enable_mkldnn": true,
  7. "det": true,
  8. "rec": true,
  9. "cls": false,
  10. "max_side_len": 960,
  11. "det_db_thresh": 0.3,
  12. "det_db_box_thresh": 0.618,
  13. "det_db_unclip_ratio": 1.6,
  14. "use_dilation": false,
  15. "det_db_score_mode": true,
  16. "visualize": false,
  17. "use_angle_cls": false,
  18. "cls_thresh": 0.9,
  19. "cls_batch_num": 1,
  20. "rec_batch_num": 6,
  21. "rec_img_h": 48,
  22. "rec_img_w": 320,
  23. "show_img_vis": false,
  24. "use_tensorrt": false
  25. }