model.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Model: BIT
  2. Transforms:
  3. - DecodeImg:
  4. decode_bgr: true
  5. decode_sar: true
  6. read_geo_info: false
  7. to_rgb: true
  8. to_uint8: true
  9. use_stretch: false
  10. - Resize:
  11. interp: LINEAR
  12. keep_ratio: false
  13. target_size:
  14. - 1024
  15. - 1024
  16. - Normalize:
  17. apply_to_tar: true
  18. max_val:
  19. - 255.0
  20. - 255.0
  21. - 255.0
  22. mean:
  23. - 0.5
  24. - 0.5
  25. - 0.5
  26. min_val:
  27. - 0
  28. - 0
  29. - 0
  30. std:
  31. - 0.5
  32. - 0.5
  33. - 0.5
  34. - ReloadMask: {}
  35. - ArrangeChangeDetector:
  36. mode: eval
  37. _Attributes:
  38. best_accuracy: !!python/object/apply:numpy.core.multiarray.scalar
  39. - !!python/object/apply:numpy.dtype
  40. args:
  41. - f8
  42. - false
  43. - true
  44. state: !!python/tuple
  45. - 3
  46. - <
  47. - null
  48. - null
  49. - null
  50. - -1
  51. - -1
  52. - 0
  53. - !!binary |
  54. bjXQuvzw4D8=
  55. best_model_epoch: 6
  56. eval_metrics:
  57. iou: 0.5294173859307827
  58. fixed_input_shape:
  59. - 1
  60. - 3
  61. - 1024
  62. - 1024
  63. in_channels: null
  64. labels: []
  65. model_type: change_detector
  66. num_classes: 2
  67. _init_params:
  68. losses: null
  69. num_classes: 2
  70. use_mixed_loss: false
  71. completed_epochs: 0
  72. status: Infer
  73. version: 2.2.0