model.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. Model: DeepLabV3P
  2. Transforms:
  3. - Resize:
  4. interp: LINEAR
  5. keep_ratio: false
  6. target_size: !!python/tuple
  7. - 512
  8. - 512
  9. - Normalize:
  10. apply_to_tar: true
  11. max_val:
  12. - 255.0
  13. - 255.0
  14. - 255.0
  15. - 255.0
  16. - 255.0
  17. - 255.0
  18. - 255.0
  19. - 255.0
  20. - 255.0
  21. - 255.0
  22. mean:
  23. - 0.5
  24. - 0.5
  25. - 0.5
  26. - 0.5
  27. - 0.5
  28. - 0.5
  29. - 0.5
  30. - 0.5
  31. - 0.5
  32. - 0.5
  33. min_val:
  34. - 0
  35. - 0
  36. - 0
  37. - 0
  38. - 0
  39. - 0
  40. - 0
  41. - 0
  42. - 0
  43. - 0
  44. std:
  45. - 0.5
  46. - 0.5
  47. - 0.5
  48. - 0.5
  49. - 0.5
  50. - 0.5
  51. - 0.5
  52. - 0.5
  53. - 0.5
  54. - 0.5
  55. - ReloadMask: {}
  56. _Attributes:
  57. best_accuracy: !!python/object/apply:numpy.core.multiarray.scalar
  58. - !!python/object/apply:numpy.dtype
  59. args:
  60. - f8
  61. - false
  62. - true
  63. state: !!python/tuple
  64. - 3
  65. - <
  66. - null
  67. - null
  68. - null
  69. - -1
  70. - -1
  71. - 0
  72. - !!binary |
  73. aY+6zXwk4D8=
  74. best_model_epoch: 16
  75. eval_metrics:
  76. miou: 0.488724746729878
  77. fixed_input_shape: null
  78. in_channels: null
  79. labels:
  80. - cloud
  81. - shadow
  82. - snow
  83. - water
  84. - land
  85. model_type: segmenter
  86. num_classes: 5
  87. _init_params:
  88. losses: null
  89. num_classes: 5
  90. use_mixed_loss: false
  91. completed_epochs: 18
  92. raw_params:
  93. backbone: ResNet50_vd
  94. in_channels: 10
  95. num_classes: 5
  96. status: Normal
  97. version: 2.2.0