1296 Commits (eac26226a7fc0a9da2b684a564f8f086eaf38390)
 

Author SHA1 Message Date
AlexeyAB eac26226a7 Added scale_x_y param to [yolo]-layer (for sigmoid). 6 years ago
AlexeyAB 6e13527f06 Added GIoU 6 years ago
AlexeyAB 55dcd1bcb8 Compile fix 6 years ago
AlexeyAB 24f7d94ab4 Fixed resizing REORG_OLD layer 6 years ago
Alexey 2b7fea761f
Merge pull request #2923 from willbattel/save-best-map 6 years ago
AlexeyAB 3aca0b7166 conv-LSTM training speedup 6 years ago
AlexeyAB 9c9344a1ff Added flag -letter_box for Detection 6 years ago
AlexeyAB 034243d1ff Compile fix 6 years ago
AlexeyAB 0109a8dda9 Some conv-lstm improvements (inference speedup) 6 years ago
AlexeyAB b9ea49af25 Fixed reorg layer is [reorg3d], old reorg layer is [reorg] 6 years ago
AlexeyAB ae3ce1b181 Minor fixes 6 years ago
AlexeyAB 0ae5191580 Use Tensor Cores for forward-inference in conv-LSTM 6 years ago
AlexeyAB 4b1ecfb419 Minor fix 6 years ago
AlexeyAB 335ae91568 Minor fix 6 years ago
AlexeyAB 038289eb7d Some conv-lstm, sgdr and other fixes 6 years ago
AlexeyAB 4f72fcc015 Added grouped convolutional (depth-wise convolutional) 6 years ago
AlexeyAB a7e5976c1b Added sequential subdivisions 6 years ago
AlexeyAB 31dc6c8680 Added LSTM sequence detector, and blur data augmentation (for OpenCV only) 6 years ago
Alexey cce34712f6
Merge pull request #3029 from adujardin/fix_optflow_zed 6 years ago
Aymeric DUJARDIN 42d08fd820 Fix cv exception when using both TRACK_OPTFLOW and ZED_STEREO 6 years ago
AlexeyAB bc95ce3c25 Optimization when data augmentation is disabled (for OpenCV) 6 years ago
AlexeyAB 8cd5a9364a OpenCV fix for channel=1. README.md fix 6 years ago
AlexeyAB 099b71d1de Removed IplImage completely 6 years ago
wbattel4607 4fe2c997d1 Save weights with best mAP 6 years ago
AlexeyAB 8c970498a2 Minor fix 6 years ago
Alexey faf67c9683
Merge pull request #2892 from cenit/dev/cenit/ci_apple_fixes 6 years ago
Stefano Sinigardi 5b8929becf fixes for downstream projects using darklib, disable debug build 6 years ago
Stefano Sinigardi ac0dc5e696 [CI] add opencv@3 on ubuntu, add caching mechanism for vcpkg on appveyor 6 years ago
Stefano Sinigardi 1cbdd293f3 sync cmake version with hardcoded version 6 years ago
Stefano Sinigardi e647a59f48 [README] include OpenCV 4 into supported OpenCV versions 6 years ago
Stefano Sinigardi e782d96180 [VS] add support for BuildTools (only compilers, partial installation of Visual Studio) 6 years ago
AlexeyAB 486562b2f2 Compile fix 6 years ago
AlexeyAB 5d089859c2 Minor fix 6 years ago
Stefano Sinigardi f6d45f1408 [travis] improve CI configurations, add no-opencv-ones, add opencv4 on 6 years ago
AlexeyAB 1cad888641 Fix for uselib and OpenCV 2.x, 3.x, 4.x 6 years ago
AlexeyAB 42a4081e94 OpenCV 2.x, 3.x, 4.x are supported 6 years ago
AlexeyAB 5a094da200 Another fix for old and new OpenCV 6 years ago
AlexeyAB 199b88624e Removed some old OpenCV C API 6 years ago
AlexeyAB b6a824df39 Minor fix 6 years ago
AlexeyAB ca4b5eb03d Bug fix with assert() during training 6 years ago
AlexeyAB d6b9512a00 Fixed bug when image is missing 6 years ago
AlexeyAB 71d20264d1 Use -dont_show -show_imgs for Training - saves augmented images without showing 6 years ago
AlexeyAB 97679224ba All OpenCV C-functions replaced by CPP-functions 6 years ago
AlexeyAB 811f772b45 3rd part of OpenCV C-functions replaced by CPP-functions 6 years ago
AlexeyAB 4e47429d82 Another part of OpenCV C-functions replaced by CPP-functions 6 years ago
AlexeyAB 33b854a631 Another compile fix 6 years ago
AlexeyAB 4d6bba5e69 Compile fix 6 years ago
AlexeyAB 79c669707c Some C OpenCV functions replaced by CPP functions 6 years ago
AlexeyAB d7a95aefb2 Added flag -show_imgs for Training, to show augmented images with bboxes 6 years ago
AlexeyAB f19d1440cb Moved all OpenCV functions to the image_opencv.cpp/h 6 years ago