You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

model_info_example.json 1.6 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "preprocess": [
  3. {
  4. "input": {
  5. "index": 0
  6. },
  7. "decode_para": {
  8. "out_pixel_format": "YUV420SP"
  9. },
  10. "dvpp_process": {
  11. "op_name": "resize",
  12. "out_width": 224,
  13. "out_height": 224
  14. },
  15. "sample of dvpp_process content": [
  16. {
  17. "op_name": "resize",
  18. "out_width": 224,
  19. "out_height": 224
  20. },
  21. {
  22. "op_name": "crop",
  23. "crop_type": "offset",
  24. "crop_left": 10,
  25. "crop_top": 10,
  26. "crop_right": 100,
  27. "crop_bottom": 200,
  28. "out_width": 224,
  29. "out_height": 224
  30. },
  31. {
  32. "op_name": "crop",
  33. "crop_type": "centre",
  34. "crop_width": 100,
  35. "crop_height": 100,
  36. "out_width": 224,
  37. "out_height": 224
  38. },
  39. {
  40. "op_name": "crop_and_paste",
  41. "crop_type": "offset",
  42. "crop_left": 10,
  43. "crop_top": 10,
  44. "crop_right": 100,
  45. "crop_bottom": 200,
  46. "paste_left": 10,
  47. "paste_top": 10,
  48. "paste_right": 100,
  49. "paste_bottom": 200,
  50. "out_width": 224,
  51. "out_height": 224
  52. },
  53. {
  54. "op_name": "crop_and_paste",
  55. "crop_type": "centre",
  56. "crop_width": 100,
  57. "crop_height": 100,
  58. "paste_left": 10,
  59. "paste_top": 10,
  60. "paste_right": 100,
  61. "paste_bottom": 200,
  62. "out_width": 224,
  63. "out_height": 224
  64. }
  65. ]
  66. }
  67. ]
  68. }