1
0

yolov2-tiny.cfg 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. [net]
  2. # Testing
  3. batch=1
  4. subdivisions=1
  5. # Training
  6. # batch=64
  7. # subdivisions=2
  8. width=416
  9. height=416
  10. channels=3
  11. momentum=0.9
  12. decay=0.0005
  13. angle=0
  14. saturation = 1.5
  15. exposure = 1.5
  16. hue=.1
  17. learning_rate=0.001
  18. burn_in=1000
  19. max_batches = 500200
  20. policy=steps
  21. steps=400000,450000
  22. scales=.1,.1
  23. [convolutional]
  24. batch_normalize=1
  25. filters=16
  26. size=3
  27. stride=1
  28. pad=1
  29. activation=leaky
  30. [maxpool]
  31. size=2
  32. stride=2
  33. [convolutional]
  34. batch_normalize=1
  35. filters=32
  36. size=3
  37. stride=1
  38. pad=1
  39. activation=leaky
  40. [maxpool]
  41. size=2
  42. stride=2
  43. [convolutional]
  44. batch_normalize=1
  45. filters=64
  46. size=3
  47. stride=1
  48. pad=1
  49. activation=leaky
  50. [maxpool]
  51. size=2
  52. stride=2
  53. [convolutional]
  54. batch_normalize=1
  55. filters=128
  56. size=3
  57. stride=1
  58. pad=1
  59. activation=leaky
  60. [maxpool]
  61. size=2
  62. stride=2
  63. [convolutional]
  64. batch_normalize=1
  65. filters=256
  66. size=3
  67. stride=1
  68. pad=1
  69. activation=leaky
  70. [maxpool]
  71. size=2
  72. stride=2
  73. [convolutional]
  74. batch_normalize=1
  75. filters=512
  76. size=3
  77. stride=1
  78. pad=1
  79. activation=leaky
  80. [maxpool]
  81. size=2
  82. stride=1
  83. [convolutional]
  84. batch_normalize=1
  85. filters=1024
  86. size=3
  87. stride=1
  88. pad=1
  89. activation=leaky
  90. ###########
  91. [convolutional]
  92. batch_normalize=1
  93. size=3
  94. stride=1
  95. pad=1
  96. filters=512
  97. activation=leaky
  98. [convolutional]
  99. size=1
  100. stride=1
  101. pad=1
  102. filters=425
  103. activation=linear
  104. [region]
  105. anchors = 0.57273, 0.677385, 1.87446, 2.06253, 3.33843, 5.47434, 7.88282, 3.52778, 9.77052, 9.16828
  106. bias_match=1
  107. classes=80
  108. coords=4
  109. num=5
  110. softmax=1
  111. jitter=.2
  112. rescore=0
  113. object_scale=5
  114. noobject_scale=1
  115. class_scale=1
  116. coord_scale=1
  117. absolute=1
  118. thresh = .6
  119. random=1