Commit Graph

133 Commits

Author SHA1 Message Date
AlexeyAB f04f418d27 cspx-p7-mish_hp.cfg experimental 2020-11-03 20:28:52 +03:00
AlexeyAB 8297b1be31 Added some hyper-params to the yolov4-tiny_contrastive.cfg 2020-10-20 05:37:49 +03:00
AlexeyAB 7a28aade28 yolov4-tiny_contrastive.cfg 2020-10-20 02:49:39 +03:00
AlexeyAB de68e19cc6 Added yolov4-tiny-3l.cfg and yolov4-tiny-custom.cfg 2020-07-11 17:20:24 +03:00
AlexeyAB 918fabccec Yolov4-tiny 2020-06-25 16:35:36 +03:00
AlexeyAB c0d6b81a78 yolov4.cfg is fixed for stable training without Nan 2020-05-23 17:52:20 +03:00
AlexeyAB 6cbb75d10b Minor fix for yolov4-custom.cfg 2020-05-01 18:45:40 +03:00
AlexeyAB 36c73c5b9e Some explanations for training 2020-04-28 19:20:50 +03:00
AlexeyAB 65506eb04a Minor fix 2020-04-27 16:40:43 +03:00
AlexeyAB 4131ae1d6e Yolo v4 2020-04-23 14:49:06 +03:00
AlexeyAB 4cd21785fc Minor fix 2020-03-31 19:15:33 +03:00
AlexeyAB a234a50223 Added efficientnet-lite3.cfg and activation=relu6 2020-03-23 21:56:32 +03:00
AlexeyAB 5c2ddd301e Added param to cfg: [net] gaussian_noise=40 2020-03-22 17:38:07 +03:00
AlexeyAB 57264d1372 Fixed resnet152_trident.cfg 2020-01-22 16:49:19 +03:00
AlexeyAB 0be40dbc92 Update README.md 2020-01-03 00:21:03 +03:00
AlexeyAB 3ae534e228 csresnext50-panet-spp-original-optimal.cfg 2020-01-02 23:53:06 +03:00
AlexeyAB 7f25e50279 Minor fix 2019-12-18 15:34:02 +03:00
AlexeyAB 01ad1f5415 Added csresnext50-panet-spp.cfg 2019-12-18 15:23:51 +03:00
AlexeyAB f831835125 Fixed DropBlock bug for Conv-networks. When are used: random=1 and [dropout] dropblock=1 2019-12-16 16:17:44 +03:00
AlexeyAB 142fcdeb1e Added blur=1 for Classifier training if OPENCV=1 (removes textures like in stylized-ImageNet) 2019-12-04 23:37:06 +03:00
AlexeyAB e5d464d3d0 Added mosaic=1 data augmentation for Classifier 2019-12-02 17:41:45 +03:00
AlexeyAB 4fcb1b8e42 Addex cutmix=1 and fixed mixup=1 for Classifier 2019-11-30 17:49:28 +03:00
AlexeyAB 9bb3c53698 Added resnet101.cfg 2019-11-30 00:50:11 +03:00
AlexeyAB 6e5bdf1282 Bug fix 2019-11-16 18:16:37 +03:00
AlexeyAB f6fa4a56d9 compile fix 2019-09-04 19:58:36 +03:00
AlexeyAB 1e0b50c29e Added yolov3-tiny-prn.cfg and enet-coco.cfg (EfficientNetb0-Yolo- 45.5% mAP@0.5 - 3.7 BFlops) https://github.com/WongKinYiu/PartialResidualNetworks 2019-09-04 18:51:40 +03:00
AlexeyAB a63782ca89 Added: efficientnet_b0.cfg 2019-09-02 15:55:05 +03:00
AlexeyAB 5ec35922d5 Fixed yolo_cpp_dll.vcxproj 2019-06-22 19:17:41 +03:00
AlexeyAB bd689f91ac Added TridentNet (state-of-art on MS COCO) 2019-06-13 14:43:23 +03:00
AlexeyAB 6e13527f06 Added GIoU 2019-06-01 01:27:18 +03:00
AlexeyAB b6e15f1656 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 2019-03-18 02:48:52 +03:00
AlexeyAB 75f2a3e7cf Added object Detection & Tracking using conv-rnn layer on frames from video 2019-03-02 03:32:24 +03:00
AlexeyAB a607784626 Added crnn.train.cfg just for test 2019-02-01 01:32:03 +03:00
AlexeyAB 381f90ebb8 Fixed CUDA error checking 2019-01-29 13:46:30 +03:00
AlexeyAB 110b5240a4 Fixed LSTM-layer 2019-01-28 20:22:14 +03:00
AlexeyAB 29f509e2b7 Added yolov3-tiny_3l.cfg for small objects 2019-01-04 18:46:10 +03:00
AlexeyAB e9226be3ed calc_anchors can be used without OpenCV, and it uses (1-IoU) instead of Euclidean distance 2018-12-11 15:59:23 +03:00
AlexeyAB 76706dc4a6 Added yolov3-openimages.cfg and SELU activation 2018-10-15 20:16:08 +03:00
AlexeyAB 6c8642b3eb Added darknet53.cfg and resnext152-32x4d.cfg 2018-10-01 21:58:00 +03:00
AlexeyAB 7dd97537fb XNOR-net tiny-yolo_xnor.cfg ~2x faster than cuDNN on CUDA (nVidia GPU Maxwell) 2018-09-22 02:01:14 +03:00
AlexeyAB 18d5e4f39c Fixed yolov3-tiny_xnor.cfg 2018-08-24 18:29:40 +03:00
AlexeyAB 08285dbc84 Added tiny-yolo-v2-XNOR-cfg-file: tiny-yolo_xnor.cfg 2018-08-23 23:09:47 +03:00
AlexeyAB 5b6be00d4b Added yolov3-tiny_xnor.cfg 2018-08-23 15:28:34 +03:00
Alexey a723e1c62a
Merge pull request #766 from HotChick91/AlexeyAB-mask
Fix yolov3-tiny mask
2018-08-15 23:52:09 +03:00
AlexeyAB b8e6e80c6d Added spatial Yolo v3 yolov3-spp.cfg 2018-08-03 14:35:03 +03:00
AlexeyAB 985ba2720f yolov3-tiny_obj.cfg - is example for training custom objects 2018-05-18 23:27:27 +03:00
Bartek Gąsiorzewski 74956888d1 Fix yolov3-tiny mask 2018-05-07 21:50:58 +02:00
AlexeyAB efcbdb5425 Added yolov3-tiny.cfg 2018-05-06 21:20:01 +03:00
AlexeyAB ee38c6e151 Added yolov3-voc.cfg 2018-03-30 01:38:01 +03:00
AlexeyAB b659d93a4a Changed cmd and sh files. Added new cfg files for old Yolo v2. 2018-03-28 23:23:37 +03:00