Commit Graph

1791 Commits

Author SHA1 Message Date
Stefano Sinigardi 6afe964d4f upgrade CUDA, cmake and VS on CI 2020-04-29 22:31:07 +02:00
Stefano Sinigardi 1c64c2d892 enable cc70,cc72,cc75 for half_precision, add message for omp missing on macOS 2020-04-29 20:24:08 +02:00
Stefano Sinigardi fe879f3baf simplify cmake due to minimum project requirement already gone to 3.12 2020-04-29 20:24:08 +02:00
Stefano Sinigardi be49ab30cd omp support on macOS 2020-04-29 20:24:00 +02:00
AlexeyAB 65506eb04a Minor fix 2020-04-27 16:40:43 +03:00
AlexeyAB 83b3d46ede Fixed minor bug with closing ./darknet detector demo ... 2020-04-27 16:14:22 +03:00
Alexey 8e272fa868
Update Readme.md 2020-04-27 15:48:34 +03:00
AlexeyAB 6ebaef3095 Added GELU activation 2020-04-27 04:36:39 +03:00
AlexeyAB 6033baabc9 Minor fix - filename of chart (Loss & TopK) - training Classifier 2020-04-26 15:51:17 +03:00
AlexeyAB 379952208e Minor fix 2020-04-26 14:19:20 +03:00
Alexey 8db3fe4ef6
Update Readme.md 2020-04-25 18:05:36 +03:00
AlexeyAB 6f718c2578 Merge branch 'master' of github.com:AlexeyAB/darknet 2020-04-25 14:59:05 +03:00
AlexeyAB 893b889b2f Cmake is fixed for V100 (CC=7.0) 2020-04-25 14:58:36 +03:00
Alexey 2fc7fbbc0e
Update Readme.md 2020-04-24 16:22:13 +03:00
Alexey b1b2d5cfef
Update Readme.md 2020-04-24 04:02:02 +03:00
Alexey 3d4242a6e5
Update Readme.md 2020-04-23 15:23:39 +03:00
AlexeyAB 4131ae1d6e Yolo v4 2020-04-23 14:49:06 +03:00
AlexeyAB b573eab63f Minor fix 2020-04-22 20:49:27 +03:00
Alexey 88f28f7fcc
Merge pull request #4099 from enesozi/master
Batch inference added
2020-04-22 14:46:38 +03:00
AlexeyAB 7c1f9105f0 Minor fix 2020-04-21 04:25:43 +03:00
AlexeyAB 1fb4606d5d Minor fix 2020-04-19 19:45:04 +03:00
AlexeyAB 4786d557f9 Fixed memory leak for Training with OPENCV=1 - create pool of CPU-threads only once (bug in OpenCV - it allocates memory for each thread without deallocation) 2020-04-18 19:01:20 +03:00
AlexeyAB 66c809fe78 Compile fix 2020-04-18 16:55:53 +03:00
AlexeyAB 56a7ccf07e Improved FPS and and memory leak for ./darknet detector demo ... (bug in OpenCV - allocates memory for each thread without deallocation) 2020-04-18 16:40:22 +03:00
AlexeyAB 5dc7d8074d Tensor Cores fixed 2020-04-18 03:25:16 +03:00
AlexeyAB d4b2ed9d22 Added param train_only_bn=1 to train only Batch-normalization for this and previous layers 2020-04-17 19:06:15 +03:00
AlexeyAB 342a8d1561 Fixed std thread 2020-04-13 23:03:50 +03:00
AlexeyAB 00193efd83 Use C++ thread for demo.c 2020-04-13 22:52:20 +03:00
AlexeyAB 9e932d65c5 Fixed compilation for ZED camera 2020-04-11 15:16:40 +03:00
AlexeyAB 08b1c20e26 Fixed seen for multu-GPU training 2020-04-11 14:57:42 +03:00
AlexeyAB 3d9aa2af47 `./darknet detector calc_anchors` calculates both anchors= and counters_per_class= 2020-04-07 22:40:20 +03:00
AlexeyAB a9bae4f032 Fixed DropBlock 2020-04-03 20:33:36 +03:00
AlexeyAB afb4cc4766 Fix for iou_thresh_kind= param 2020-04-02 19:04:08 +03:00
AlexeyAB 2f9f4a40d3 Minor fix 2020-04-01 15:02:21 +03:00
AlexeyAB 68062fa4fb Added param to [yolo] iou_thresh_kind=giou iou_thresh=0.213 2020-03-31 21:12:41 +03:00
Alexey cedfd792c6
Merge pull request #5145 from keita-honsho/fix_errors
fix some errors.
2020-03-31 20:55:26 +03:00
AlexeyAB 4cd21785fc Minor fix 2020-03-31 19:15:33 +03:00
none 07e4a7d7b6 fix error quantize_image's result type.
fix warning printf params, in backward_network_gpu.
2020-03-31 11:27:48 +09:00
AlexeyAB 0e06337150 minor fix 2020-03-29 20:03:33 +03:00
AlexeyAB 6a77b8dc9a Show receptive field 2020-03-29 20:00:03 +03:00
AlexeyAB 9a2344759b adversarial training learning rate fix 2020-03-27 20:08:40 +03:00
AlexeyAB 4f62a01cd3 Fixed adversarial attack and training 2020-03-27 16:29:41 +03:00
AlexeyAB 2614a231f0 Fixed relu to lrelu in fuse_conv_batchnorm() 2020-03-26 15:37:18 +03:00
AlexeyAB d6181c67cd Fix one relu() to lrelu() for weighted-shortcut 2020-03-26 15:28:20 +03:00
AlexeyAB 8cb1f0c44f Minor fix 2020-03-26 02:34:01 +03:00
AlexeyAB 9919612006 Added attention during training: [net] adversarial_lr=0.05 attention=1 2020-03-26 01:25:04 +03:00
AlexeyAB 978c2e00ed self-adversarial training 2020-03-26 00:16:57 +03:00
AlexeyAB 39d79785ba Minor fix 2020-03-25 03:33:26 +03:00
AlexeyAB b3c9f373d1 adversarial attack - minor improvement 2020-03-25 02:35:05 +03:00
AlexeyAB aa4f9975a7 adversarial attack - fixed 2020-03-24 23:02:44 +03:00