Commit Graph

1298 Commits

Author SHA1 Message Date
AlexeyAB abba310982 Minor fix in cost_layer 2019-06-05 01:04:16 +03:00
AlexeyAB 1f6f2e1162 Compile fix 2019-06-04 21:46:11 +03:00
AlexeyAB eac26226a7 Added scale_x_y param to [yolo]-layer (for sigmoid).
In previous commit is used GIoU(generalized-iou) from  https://github.com/generalized-iou/g-darknet
2019-06-04 21:20:59 +03:00
AlexeyAB 6e13527f06 Added GIoU 2019-06-01 01:27:18 +03:00
AlexeyAB 55dcd1bcb8 Compile fix 2019-05-27 22:10:07 +03:00
AlexeyAB 24f7d94ab4 Fixed resizing REORG_OLD layer 2019-05-27 20:55:42 +03:00
Alexey 2b7fea761f
Merge pull request #2923 from willbattel/save-best-map
Save weights with best mAP during training
2019-05-27 19:02:49 +03:00
AlexeyAB 3aca0b7166 conv-LSTM training speedup 2019-05-24 18:48:11 +03:00
AlexeyAB 9c9344a1ff Added flag -letter_box for Detection 2019-05-21 23:47:47 +03:00
AlexeyAB 034243d1ff Compile fix 2019-05-21 18:06:43 +03:00
AlexeyAB 0109a8dda9 Some conv-lstm improvements (inference speedup) 2019-05-21 18:01:08 +03:00
AlexeyAB b9ea49af25 Fixed reorg layer is [reorg3d], old reorg layer is [reorg] 2019-05-20 23:58:55 +03:00
AlexeyAB ae3ce1b181 Minor fixes 2019-05-20 22:37:42 +03:00
AlexeyAB 0ae5191580 Use Tensor Cores for forward-inference in conv-LSTM 2019-05-17 02:31:26 +03:00
AlexeyAB 4b1ecfb419 Minor fix 2019-05-17 02:17:55 +03:00
AlexeyAB 335ae91568 Minor fix 2019-05-14 17:29:18 +03:00
AlexeyAB 038289eb7d Some conv-lstm, sgdr and other fixes 2019-05-14 14:35:22 +03:00
AlexeyAB 4f72fcc015 Added grouped convolutional (depth-wise convolutional) 2019-05-10 16:46:48 +03:00
AlexeyAB a7e5976c1b Added sequential subdivisions 2019-05-09 22:47:23 +03:00
AlexeyAB 31dc6c8680 Added LSTM sequence detector, and blur data augmentation (for OpenCV only) 2019-05-07 16:28:31 +03:00
Alexey cce34712f6
Merge pull request #3029 from adujardin/fix_optflow_zed
Fix cv exception when using both optflow and the ZED
2019-04-24 17:29:48 +03:00
Aymeric DUJARDIN 42d08fd820 Fix cv exception when using both TRACK_OPTFLOW and ZED_STEREO 2019-04-24 15:18:41 +02:00
AlexeyAB bc95ce3c25 Optimization when data augmentation is disabled (for OpenCV) 2019-04-24 02:45:48 +03:00
AlexeyAB 8cd5a9364a OpenCV fix for channel=1. README.md fix 2019-04-23 20:46:10 +03:00
AlexeyAB 099b71d1de Removed IplImage completely 2019-04-16 16:35:54 +03:00
wbattel4607 4fe2c997d1 Save weights with best mAP 2019-04-13 12:48:58 -05:00
AlexeyAB 8c970498a2 Minor fix 2019-04-11 02:47:19 +03:00
Alexey faf67c9683
Merge pull request #2892 from cenit/dev/cenit/ci_apple_fixes
new version of #2828
2019-04-10 22:43:15 +03:00
Stefano Sinigardi 5b8929becf fixes for downstream projects using darklib, disable debug build 2019-04-10 18:36:03 +02:00
Stefano Sinigardi ac0dc5e696 [CI] add opencv@3 on ubuntu, add caching mechanism for vcpkg on appveyor 2019-04-10 16:29:58 +02:00
Stefano Sinigardi 1cbdd293f3 sync cmake version with hardcoded version 2019-04-10 14:02:54 +02:00
Stefano Sinigardi e647a59f48 [README] include OpenCV 4 into supported OpenCV versions 2019-04-10 13:52:53 +02:00
Stefano Sinigardi e782d96180 [VS] add support for BuildTools (only compilers, partial installation of Visual Studio) 2019-04-10 10:51:54 +02:00
AlexeyAB 486562b2f2 Compile fix 2019-04-10 00:56:50 +03:00
AlexeyAB 5d089859c2 Minor fix 2019-04-09 23:53:27 +03:00
Stefano Sinigardi f6d45f1408 [travis] improve CI configurations, add no-opencv-ones, add opencv4 on
macOS
[build.sh] improve handling of vcpkg
[readme] update instructions for newer visual studio versions
[build.ps1] add VS2015 and VS2019 using vswhere
2019-04-09 09:06:58 +02:00
AlexeyAB 1cad888641 Fix for uselib and OpenCV 2.x, 3.x, 4.x 2019-04-08 21:23:48 +03:00
AlexeyAB 42a4081e94 OpenCV 2.x, 3.x, 4.x are supported 2019-04-08 20:49:42 +03:00
AlexeyAB 5a094da200 Another fix for old and new OpenCV 2019-04-08 19:32:27 +03:00
AlexeyAB 199b88624e Removed some old OpenCV C API 2019-04-08 19:21:39 +03:00
AlexeyAB b6a824df39 Minor fix 2019-04-08 02:42:44 +03:00
AlexeyAB ca4b5eb03d Bug fix with assert() during training 2019-04-07 00:40:19 +03:00
AlexeyAB d6b9512a00 Fixed bug when image is missing 2019-04-06 16:26:17 +03:00
AlexeyAB 71d20264d1 Use -dont_show -show_imgs for Training - saves augmented images without showing 2019-04-06 15:13:47 +03:00
AlexeyAB 97679224ba All OpenCV C-functions replaced by CPP-functions 2019-04-06 04:05:31 +03:00
AlexeyAB 811f772b45 3rd part of OpenCV C-functions replaced by CPP-functions 2019-04-06 01:36:06 +03:00
AlexeyAB 4e47429d82 Another part of OpenCV C-functions replaced by CPP-functions 2019-04-05 21:21:13 +03:00
AlexeyAB 33b854a631 Another compile fix 2019-04-05 19:28:26 +03:00
AlexeyAB 4d6bba5e69 Compile fix 2019-04-05 19:05:19 +03:00
AlexeyAB 79c669707c Some C OpenCV functions replaced by CPP functions 2019-04-05 18:56:08 +03:00