Repository for M.A.I.L system's analysis server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793
  1. [net]
  2. # Testing
  3. # batch=1
  4. # subdivisions=1
  5. # Training
  6. #Created: 2019-10-08 20:16
  7. #Changes:
  8. #In Line 721 stride=2 to 4
  9. #In Line 724 layers= to -1,11
  10. batch=64
  11. subdivisions=32
  12. width=960
  13. height=540
  14. channels=3
  15. momentum=0.9
  16. decay=0.0005
  17. angle=0
  18. saturation = 1.5
  19. exposure = 1.5
  20. hue=.1
  21. learning_rate=0.001
  22. burn_in=1000
  23. max_batches = 500200
  24. policy=steps
  25. steps=400000,450000
  26. scales=.1,.1
  27. [convolutional]
  28. batch_normalize=1
  29. filters=32
  30. size=3
  31. stride=1
  32. pad=1
  33. activation=leaky
  34. # Downsample
  35. [convolutional]
  36. batch_normalize=1
  37. filters=64
  38. size=3
  39. stride=2
  40. pad=1
  41. activation=leaky
  42. [convolutional]
  43. batch_normalize=1
  44. filters=32
  45. size=1
  46. stride=1
  47. pad=1
  48. activation=leaky
  49. [convolutional]
  50. batch_normalize=1
  51. filters=64
  52. size=3
  53. stride=1
  54. pad=1
  55. activation=leaky
  56. [shortcut]
  57. from=-3
  58. activation=linear
  59. # Downsample
  60. [convolutional]
  61. batch_normalize=1
  62. filters=128
  63. size=3
  64. stride=2
  65. pad=1
  66. activation=leaky
  67. [convolutional]
  68. batch_normalize=1
  69. filters=64
  70. size=1
  71. stride=1
  72. pad=1
  73. activation=leaky
  74. [convolutional]
  75. batch_normalize=1
  76. filters=128
  77. size=3
  78. stride=1
  79. pad=1
  80. activation=leaky
  81. [shortcut]
  82. from=-3
  83. activation=linear
  84. [convolutional]
  85. batch_normalize=1
  86. filters=64
  87. size=1
  88. stride=1
  89. pad=1
  90. activation=leaky
  91. [convolutional]
  92. batch_normalize=1
  93. filters=128
  94. size=3
  95. stride=1
  96. pad=1
  97. activation=leaky
  98. [shortcut]
  99. from=-3
  100. activation=linear
  101. # Downsample
  102. [convolutional]
  103. batch_normalize=1
  104. filters=256
  105. size=3
  106. stride=2
  107. pad=1
  108. activation=leaky
  109. [convolutional]
  110. batch_normalize=1
  111. filters=128
  112. size=1
  113. stride=1
  114. pad=1
  115. activation=leaky
  116. [convolutional]
  117. batch_normalize=1
  118. filters=256
  119. size=3
  120. stride=1
  121. pad=1
  122. activation=leaky
  123. [shortcut]
  124. from=-3
  125. activation=linear
  126. [convolutional]
  127. batch_normalize=1
  128. filters=128
  129. size=1
  130. stride=1
  131. pad=1
  132. activation=leaky
  133. [convolutional]
  134. batch_normalize=1
  135. filters=256
  136. size=3
  137. stride=1
  138. pad=1
  139. activation=leaky
  140. [shortcut]
  141. from=-3
  142. activation=linear
  143. [convolutional]
  144. batch_normalize=1
  145. filters=128
  146. size=1
  147. stride=1
  148. pad=1
  149. activation=leaky
  150. [convolutional]
  151. batch_normalize=1
  152. filters=256
  153. size=3
  154. stride=1
  155. pad=1
  156. activation=leaky
  157. [shortcut]
  158. from=-3
  159. activation=linear
  160. [convolutional]
  161. batch_normalize=1
  162. filters=128
  163. size=1
  164. stride=1
  165. pad=1
  166. activation=leaky
  167. [convolutional]
  168. batch_normalize=1
  169. filters=256
  170. size=3
  171. stride=1
  172. pad=1
  173. activation=leaky
  174. [shortcut]
  175. from=-3
  176. activation=linear
  177. [convolutional]
  178. batch_normalize=1
  179. filters=128
  180. size=1
  181. stride=1
  182. pad=1
  183. activation=leaky
  184. [convolutional]
  185. batch_normalize=1
  186. filters=256
  187. size=3
  188. stride=1
  189. pad=1
  190. activation=leaky
  191. [shortcut]
  192. from=-3
  193. activation=linear
  194. [convolutional]
  195. batch_normalize=1
  196. filters=128
  197. size=1
  198. stride=1
  199. pad=1
  200. activation=leaky
  201. [convolutional]
  202. batch_normalize=1
  203. filters=256
  204. size=3
  205. stride=1
  206. pad=1
  207. activation=leaky
  208. [shortcut]
  209. from=-3
  210. activation=linear
  211. [convolutional]
  212. batch_normalize=1
  213. filters=128
  214. size=1
  215. stride=1
  216. pad=1
  217. activation=leaky
  218. [convolutional]
  219. batch_normalize=1
  220. filters=256
  221. size=3
  222. stride=1
  223. pad=1
  224. activation=leaky
  225. [shortcut]
  226. from=-3
  227. activation=linear
  228. [convolutional]
  229. batch_normalize=1
  230. filters=128
  231. size=1
  232. stride=1
  233. pad=1
  234. activation=leaky
  235. [convolutional]
  236. batch_normalize=1
  237. filters=256
  238. size=3
  239. stride=1
  240. pad=1
  241. activation=leaky
  242. [shortcut]
  243. from=-3
  244. activation=linear
  245. # Downsample
  246. [convolutional]
  247. batch_normalize=1
  248. filters=512
  249. size=3
  250. stride=2
  251. pad=1
  252. activation=leaky
  253. [convolutional]
  254. batch_normalize=1
  255. filters=256
  256. size=1
  257. stride=1
  258. pad=1
  259. activation=leaky
  260. [convolutional]
  261. batch_normalize=1
  262. filters=512
  263. size=3
  264. stride=1
  265. pad=1
  266. activation=leaky
  267. [shortcut]
  268. from=-3
  269. activation=linear
  270. [convolutional]
  271. batch_normalize=1
  272. filters=256
  273. size=1
  274. stride=1
  275. pad=1
  276. activation=leaky
  277. [convolutional]
  278. batch_normalize=1
  279. filters=512
  280. size=3
  281. stride=1
  282. pad=1
  283. activation=leaky
  284. [shortcut]
  285. from=-3
  286. activation=linear
  287. [convolutional]
  288. batch_normalize=1
  289. filters=256
  290. size=1
  291. stride=1
  292. pad=1
  293. activation=leaky
  294. [convolutional]
  295. batch_normalize=1
  296. filters=512
  297. size=3
  298. stride=1
  299. pad=1
  300. activation=leaky
  301. [shortcut]
  302. from=-3
  303. activation=linear
  304. [convolutional]
  305. batch_normalize=1
  306. filters=256
  307. size=1
  308. stride=1
  309. pad=1
  310. activation=leaky
  311. [convolutional]
  312. batch_normalize=1
  313. filters=512
  314. size=3
  315. stride=1
  316. pad=1
  317. activation=leaky
  318. [shortcut]
  319. from=-3
  320. activation=linear
  321. [convolutional]
  322. batch_normalize=1
  323. filters=256
  324. size=1
  325. stride=1
  326. pad=1
  327. activation=leaky
  328. [convolutional]
  329. batch_normalize=1
  330. filters=512
  331. size=3
  332. stride=1
  333. pad=1
  334. activation=leaky
  335. [shortcut]
  336. from=-3
  337. activation=linear
  338. [convolutional]
  339. batch_normalize=1
  340. filters=256
  341. size=1
  342. stride=1
  343. pad=1
  344. activation=leaky
  345. [convolutional]
  346. batch_normalize=1
  347. filters=512
  348. size=3
  349. stride=1
  350. pad=1
  351. activation=leaky
  352. [shortcut]
  353. from=-3
  354. activation=linear
  355. [convolutional]
  356. batch_normalize=1
  357. filters=256
  358. size=1
  359. stride=1
  360. pad=1
  361. activation=leaky
  362. [convolutional]
  363. batch_normalize=1
  364. filters=512
  365. size=3
  366. stride=1
  367. pad=1
  368. activation=leaky
  369. [shortcut]
  370. from=-3
  371. activation=linear
  372. [convolutional]
  373. batch_normalize=1
  374. filters=256
  375. size=1
  376. stride=1
  377. pad=1
  378. activation=leaky
  379. [convolutional]
  380. batch_normalize=1
  381. filters=512
  382. size=3
  383. stride=1
  384. pad=1
  385. activation=leaky
  386. [shortcut]
  387. from=-3
  388. activation=linear
  389. # Downsample
  390. [convolutional]
  391. batch_normalize=1
  392. filters=1024
  393. size=3
  394. stride=2
  395. pad=1
  396. activation=leaky
  397. [convolutional]
  398. batch_normalize=1
  399. filters=512
  400. size=1
  401. stride=1
  402. pad=1
  403. activation=leaky
  404. [convolutional]
  405. batch_normalize=1
  406. filters=1024
  407. size=3
  408. stride=1
  409. pad=1
  410. activation=leaky
  411. [shortcut]
  412. from=-3
  413. activation=linear
  414. [convolutional]
  415. batch_normalize=1
  416. filters=512
  417. size=1
  418. stride=1
  419. pad=1
  420. activation=leaky
  421. [convolutional]
  422. batch_normalize=1
  423. filters=1024
  424. size=3
  425. stride=1
  426. pad=1
  427. activation=leaky
  428. [shortcut]
  429. from=-3
  430. activation=linear
  431. [convolutional]
  432. batch_normalize=1
  433. filters=512
  434. size=1
  435. stride=1
  436. pad=1
  437. activation=leaky
  438. [convolutional]
  439. batch_normalize=1
  440. filters=1024
  441. size=3
  442. stride=1
  443. pad=1
  444. activation=leaky
  445. [shortcut]
  446. from=-3
  447. activation=linear
  448. [convolutional]
  449. batch_normalize=1
  450. filters=512
  451. size=1
  452. stride=1
  453. pad=1
  454. activation=leaky
  455. [convolutional]
  456. batch_normalize=1
  457. filters=1024
  458. size=3
  459. stride=1
  460. pad=1
  461. activation=leaky
  462. [shortcut]
  463. from=-3
  464. activation=linear
  465. ######################
  466. [convolutional]
  467. batch_normalize=1
  468. filters=512
  469. size=1
  470. stride=1
  471. pad=1
  472. activation=leaky
  473. [convolutional]
  474. batch_normalize=1
  475. size=3
  476. stride=1
  477. pad=1
  478. filters=1024
  479. activation=leaky
  480. [convolutional]
  481. batch_normalize=1
  482. filters=512
  483. size=1
  484. stride=1
  485. pad=1
  486. activation=leaky
  487. [convolutional]
  488. batch_normalize=1
  489. size=3
  490. stride=1
  491. pad=1
  492. filters=1024
  493. activation=leaky
  494. [convolutional]
  495. batch_normalize=1
  496. filters=512
  497. size=1
  498. stride=1
  499. pad=1
  500. activation=leaky
  501. [convolutional]
  502. batch_normalize=1
  503. size=3
  504. stride=1
  505. pad=1
  506. filters=1024
  507. activation=leaky
  508. [convolutional]
  509. size=1
  510. stride=1
  511. pad=1
  512. filters=21
  513. activation=linear
  514. [yolo]
  515. mask = 6,7,8
  516. anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326
  517. classes=2
  518. num=9
  519. jitter=.3
  520. ignore_thresh = .7
  521. truth_thresh = 1
  522. random=1
  523. [route]
  524. layers = -4
  525. [convolutional]
  526. batch_normalize=1
  527. filters=256
  528. size=1
  529. stride=1
  530. pad=1
  531. activation=leaky
  532. [upsample]
  533. stride=2
  534. [route]
  535. layers = -1, 61
  536. [convolutional]
  537. batch_normalize=1
  538. filters=256
  539. size=1
  540. stride=1
  541. pad=1
  542. activation=leaky
  543. [convolutional]
  544. batch_normalize=1
  545. size=3
  546. stride=1
  547. pad=1
  548. filters=512
  549. activation=leaky
  550. [convolutional]
  551. batch_normalize=1
  552. filters=256
  553. size=1
  554. stride=1
  555. pad=1
  556. activation=leaky
  557. [convolutional]
  558. batch_normalize=1
  559. size=3
  560. stride=1
  561. pad=1
  562. filters=512
  563. activation=leaky
  564. [convolutional]
  565. batch_normalize=1
  566. filters=256
  567. size=1
  568. stride=1
  569. pad=1
  570. activation=leaky
  571. [convolutional]
  572. batch_normalize=1
  573. size=3
  574. stride=1
  575. pad=1
  576. filters=512
  577. activation=leaky
  578. [convolutional]
  579. size=1
  580. stride=1
  581. pad=1
  582. filters=21
  583. activation=linear
  584. [yolo]
  585. mask = 3,4,5
  586. anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326
  587. classes=2
  588. num=9
  589. jitter=.3
  590. ignore_thresh = .7
  591. truth_thresh = 1
  592. random=1
  593. [route]
  594. layers = -4
  595. [convolutional]
  596. batch_normalize=1
  597. filters=128
  598. size=1
  599. stride=1
  600. pad=1
  601. activation=leaky
  602. [upsample]
  603. stride=2
  604. [route]
  605. layers = -1, 36
  606. [convolutional]
  607. batch_normalize=1
  608. filters=128
  609. size=1
  610. stride=1
  611. pad=1
  612. activation=leaky
  613. [convolutional]
  614. batch_normalize=1
  615. size=3
  616. stride=1
  617. pad=1
  618. filters=256
  619. activation=leaky
  620. [convolutional]
  621. batch_normalize=1
  622. filters=128
  623. size=1
  624. stride=1
  625. pad=1
  626. activation=leaky
  627. [convolutional]
  628. batch_normalize=1
  629. size=3
  630. stride=1
  631. pad=1
  632. filters=256
  633. activation=leaky
  634. [convolutional]
  635. batch_normalize=1
  636. filters=128
  637. size=1
  638. stride=1
  639. pad=1
  640. activation=leaky
  641. [convolutional]
  642. batch_normalize=1
  643. size=3
  644. stride=1
  645. pad=1
  646. filters=256
  647. activation=leaky
  648. [convolutional]
  649. size=1
  650. stride=1
  651. pad=1
  652. filters=21
  653. activation=linear
  654. [yolo]
  655. mask = 0,1,2
  656. anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326
  657. classes=2
  658. num=9
  659. jitter=.3
  660. ignore_thresh = .7
  661. truth_thresh = 1
  662. random=1