extraction.cfg 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. [net]
  2. batch=128
  3. subdivisions=1
  4. height=224
  5. width=224
  6. max_crop=320
  7. channels=3
  8. momentum=0.9
  9. decay=0.0005
  10. learning_rate=0.1
  11. policy=poly
  12. power=4
  13. max_batches=1600000
  14. [convolutional]
  15. batch_normalize=1
  16. filters=64
  17. size=7
  18. stride=2
  19. pad=1
  20. activation=leaky
  21. [maxpool]
  22. size=2
  23. stride=2
  24. [convolutional]
  25. batch_normalize=1
  26. filters=192
  27. size=3
  28. stride=1
  29. pad=1
  30. activation=leaky
  31. [maxpool]
  32. size=2
  33. stride=2
  34. [convolutional]
  35. batch_normalize=1
  36. filters=128
  37. size=1
  38. stride=1
  39. pad=1
  40. activation=leaky
  41. [convolutional]
  42. batch_normalize=1
  43. filters=256
  44. size=3
  45. stride=1
  46. pad=1
  47. activation=leaky
  48. [convolutional]
  49. batch_normalize=1
  50. filters=256
  51. size=1
  52. stride=1
  53. pad=1
  54. activation=leaky
  55. [convolutional]
  56. batch_normalize=1
  57. filters=512
  58. size=3
  59. stride=1
  60. pad=1
  61. activation=leaky
  62. [maxpool]
  63. size=2
  64. stride=2
  65. [convolutional]
  66. batch_normalize=1
  67. filters=256
  68. size=1
  69. stride=1
  70. pad=1
  71. activation=leaky
  72. [convolutional]
  73. batch_normalize=1
  74. filters=512
  75. size=3
  76. stride=1
  77. pad=1
  78. activation=leaky
  79. [convolutional]
  80. batch_normalize=1
  81. filters=256
  82. size=1
  83. stride=1
  84. pad=1
  85. activation=leaky
  86. [convolutional]
  87. batch_normalize=1
  88. filters=512
  89. size=3
  90. stride=1
  91. pad=1
  92. activation=leaky
  93. [convolutional]
  94. batch_normalize=1
  95. filters=256
  96. size=1
  97. stride=1
  98. pad=1
  99. activation=leaky
  100. [convolutional]
  101. batch_normalize=1
  102. filters=512
  103. size=3
  104. stride=1
  105. pad=1
  106. activation=leaky
  107. [convolutional]
  108. batch_normalize=1
  109. filters=256
  110. size=1
  111. stride=1
  112. pad=1
  113. activation=leaky
  114. [convolutional]
  115. batch_normalize=1
  116. filters=512
  117. size=3
  118. stride=1
  119. pad=1
  120. activation=leaky
  121. [convolutional]
  122. batch_normalize=1
  123. filters=512
  124. size=1
  125. stride=1
  126. pad=1
  127. activation=leaky
  128. [convolutional]
  129. batch_normalize=1
  130. filters=1024
  131. size=3
  132. stride=1
  133. pad=1
  134. activation=leaky
  135. [maxpool]
  136. size=2
  137. stride=2
  138. [convolutional]
  139. batch_normalize=1
  140. filters=512
  141. size=1
  142. stride=1
  143. pad=1
  144. activation=leaky
  145. [convolutional]
  146. batch_normalize=1
  147. filters=1024
  148. size=3
  149. stride=1
  150. pad=1
  151. activation=leaky
  152. [convolutional]
  153. batch_normalize=1
  154. filters=512
  155. size=1
  156. stride=1
  157. pad=1
  158. activation=leaky
  159. [convolutional]
  160. batch_normalize=1
  161. filters=1024
  162. size=3
  163. stride=1
  164. pad=1
  165. activation=leaky
  166. [convolutional]
  167. filters=1000
  168. size=1
  169. stride=1
  170. pad=1
  171. activation=leaky
  172. [avgpool]
  173. [softmax]
  174. groups=1
  175. [cost]
  176. type=sse