Commit Graph

1801 Commits

Author SHA1 Message Date
f2786ba19d expand github action ci coverage, leave only cygwin on appveyor. Next step will be cuda on github actions 2020-04-30 20:36:36 +02:00
72b3712df8 force release mode 2020-04-30 19:55:55 +02:00
a993060d09 remove unnecessary system dependencies on github actions 2020-04-30 18:54:25 +02:00
c3dc2c4a0d use Release as default build type 2020-04-30 18:47:23 +02:00
234218b961 add GitHub Actions 2020-04-30 16:47:56 +02:00
a3f6c2b58e merge with master 2020-04-30 08:41:51 +02:00
f14054ec2b Fixed Cmake for CUDA CC 7.0, 7.2, 7.5 2020-04-30 02:20:42 +03:00
98e4d246e1 make cuda version parametric on appveyor 2020-04-29 23:38:50 +02:00
6afe964d4f upgrade CUDA, cmake and VS on CI 2020-04-29 22:31:07 +02:00
1c64c2d892 enable cc70,cc72,cc75 for half_precision, add message for omp missing on macOS 2020-04-29 20:24:08 +02:00
fe879f3baf simplify cmake due to minimum project requirement already gone to 3.12 2020-04-29 20:24:08 +02:00
be49ab30cd omp support on macOS 2020-04-29 20:24:00 +02:00
36c73c5b9e Some explanations for training 2020-04-28 19:20:50 +03:00
6d38218a04 Minor fix 2020-04-28 19:20:22 +03:00
65506eb04a Minor fix 2020-04-27 16:40:43 +03:00
83b3d46ede Fixed minor bug with closing ./darknet detector demo ... 2020-04-27 16:14:22 +03:00
8e272fa868 Update Readme.md 2020-04-27 15:48:34 +03:00
6ebaef3095 Added GELU activation 2020-04-27 04:36:39 +03:00
6033baabc9 Minor fix - filename of chart (Loss & TopK) - training Classifier 2020-04-26 15:51:17 +03:00
379952208e Minor fix 2020-04-26 14:19:20 +03:00
8db3fe4ef6 Update Readme.md 2020-04-25 18:05:36 +03:00
6f718c2578 Merge branch 'master' of github.com:AlexeyAB/darknet 2020-04-25 14:59:05 +03:00
893b889b2f Cmake is fixed for V100 (CC=7.0) 2020-04-25 14:58:36 +03:00
2fc7fbbc0e Update Readme.md 2020-04-24 16:22:13 +03:00
b1b2d5cfef Update Readme.md 2020-04-24 04:02:02 +03:00
3d4242a6e5 Update Readme.md 2020-04-23 15:23:39 +03:00
4131ae1d6e Yolo v4 2020-04-23 14:49:06 +03:00
b573eab63f Minor fix 2020-04-22 20:49:27 +03:00
88f28f7fcc Merge pull request #4099 from enesozi/master
Batch inference added
2020-04-22 14:46:38 +03:00
7c1f9105f0 Minor fix 2020-04-21 04:25:43 +03:00
1fb4606d5d Minor fix 2020-04-19 19:45:04 +03:00
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
66c809fe78 Compile fix 2020-04-18 16:55:53 +03:00
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
5dc7d8074d Tensor Cores fixed 2020-04-18 03:25:16 +03:00
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
342a8d1561 Fixed std thread 2020-04-13 23:03:50 +03:00
00193efd83 Use C++ thread for demo.c 2020-04-13 22:52:20 +03:00
9e932d65c5 Fixed compilation for ZED camera 2020-04-11 15:16:40 +03:00
08b1c20e26 Fixed seen for multu-GPU training 2020-04-11 14:57:42 +03:00
3d9aa2af47 ./darknet detector calc_anchors calculates both anchors= and counters_per_class= 2020-04-07 22:40:20 +03:00
a9bae4f032 Fixed DropBlock 2020-04-03 20:33:36 +03:00
afb4cc4766 Fix for iou_thresh_kind= param 2020-04-02 19:04:08 +03:00
2f9f4a40d3 Minor fix 2020-04-01 15:02:21 +03:00
68062fa4fb Added param to [yolo] iou_thresh_kind=giou iou_thresh=0.213 2020-03-31 21:12:41 +03:00
cedfd792c6 Merge pull request #5145 from keita-honsho/fix_errors
fix some errors.
2020-03-31 20:55:26 +03:00
4cd21785fc Minor fix 2020-03-31 19:15:33 +03:00
07e4a7d7b6 fix error quantize_image's result type.
fix warning printf params, in backward_network_gpu.
2020-03-31 11:27:48 +09:00
0e06337150 minor fix 2020-03-29 20:03:33 +03:00
6a77b8dc9a Show receptive field 2020-03-29 20:00:03 +03:00