config_all.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "model": {
  3. "21": {
  4. "eeasy": {
  5. "model_bin_path": "/share/models/eeasy/yolov7_brid_prune_288x512.bin",
  6. "model_ezb_path": "/share/models/eeasy/yolov7_brid_prune_288x512.ezb",
  7. "model_format": "int8",
  8. "freq_nu": 700,
  9. "freq_vu": 700,
  10. "ndk-version": "1.2-20221231",
  11. "need_nu_freq": true,
  12. "need_vu_freq": true
  13. },
  14. "axera": {
  15. "model_path": "/share/models/axera/yolov5s.joint"
  16. },
  17. "info": "火焰模型编译的库根据编译的库flag进行检查",
  18. "label": [
  19. "person",
  20. "bicycle"
  21. ],
  22. "name": "yolov5",
  23. "version": "1.1-20230101-826-c215xxxx"
  24. }
  25. },
  26. "pipeline": {
  27. "91": {
  28. "21": {
  29. "class_attributes": {
  30. "all": 0.5,
  31. "apple": 0.5,
  32. "iou_thresh": 0.45,
  33. "topk": 50
  34. }
  35. },
  36. "enable": true,
  37. "info": "亿智鸟检测业务",
  38. "name": "bird_detect",
  39. "step": [
  40. 11,
  41. 21,
  42. 31
  43. ]
  44. }
  45. },
  46. "post_process": {
  47. "31": {
  48. "name": "yololayer_nms",
  49. "yolo_anchor": [
  50. 10,
  51. 13,
  52. 16,
  53. 30,
  54. 33,
  55. 23,
  56. 30,
  57. 61,
  58. 62,
  59. 45,
  60. 59,
  61. 119,
  62. 116,
  63. 90,
  64. 156,
  65. 198,
  66. 373,
  67. 326
  68. ]
  69. }
  70. },
  71. "pre_process": {
  72. "11": {
  73. "eeasy": {
  74. "fmt": "NNA_BGRA",
  75. "h": 288,
  76. "w": 512
  77. },
  78. "axera":{
  79. "fmt": "BGR",
  80. "h": 640,
  81. "w": 640
  82. },
  83. "info": "根据编译的库flag进行检查",
  84. "name": "dev1ch1to640w360h",
  85. "src": {
  86. "fmt": "YUV420",
  87. "h": 288,
  88. "stride": 8,
  89. "w": 512
  90. }
  91. }
  92. }
  93. }