Commit Graph

1405 Commits

Author SHA1 Message Date
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 9c02df864e Fixed assisted_excitation and added also for [shortcut] layer 2019-09-04 18:50:56 +03:00
AlexeyAB be5d0d6693 Added assisted_excitation=1 for [convolutional] layer on GPU 2019-09-03 01:35:05 +03:00
AlexeyAB a63782ca89 Added: efficientnet_b0.cfg 2019-09-02 15:55:05 +03:00
AlexeyAB 9e26472b1a Added antialiasing=1 param for [maxpool]-layer on GPU and CPU 2019-09-02 15:25:42 +03:00
AlexeyAB 80ceee4fca Added antialiasing=1 param for [convolutional]-layer on CPU (only forward inference) 2019-09-02 14:24:54 +03:00
AlexeyAB 11b8b2bddf Added antialiasing=1 param for [convolutional]-layer on GPU 2019-09-02 02:13:11 +03:00
AlexeyAB a4a06c337a Addex stride_x= and stride_y= for [convolutional] layer for MatrixNet 2019-09-01 16:07:33 +03:00
AlexeyAB 102ab710a9 Fixed fuse_conv_batchnorm() for TridentNet 2019-09-01 14:11:17 +03:00
AlexeyAB 2a382e5a4b Fix training TridentNet 2019-08-30 20:28:56 +03:00
AlexeyAB 660a9b225c compile fix 2019-08-30 00:29:26 +03:00
AlexeyAB 58906ef812 minor fix: Unexpected end of wights-file! 2019-08-29 23:34:04 +03:00
AlexeyAB 4acf924aaf minor fix 2019-08-29 18:30:33 +03:00
AlexeyAB 8d80a65288 Max pool layer can use stride=2 or stride_x=2 stride_y=4 (isn't tested well) 2019-08-27 14:04:39 +03:00
Stefano Sinigardi 35346d2ef8
[cudnn] remove hardcoded version in cmake module (#3738)
collateral fixes: 
* handle opencv4 upgrade on vcpkg
* add yasm (ffmpeg prerequisite) on travis
* install ffmpeg separately from opencv to circumvent time limits
* build only release to halve ci time
* do not build as shared libs when using vcpkg, since default triplets are static
* remove debug configs from appveyor matrix
2019-08-24 13:46:45 +02:00
Alexey 4c315ea26b
Update Readme.md 2019-08-09 12:42:39 +03:00
AlexeyAB 480b3eccb1 Compile fix 2019-08-08 01:58:24 +03:00
AlexeyAB c1f184249e Added assisted_excitation_forward for training on CPU 2019-08-08 00:29:06 +03:00
AlexeyAB 4bf9b223a2 Fix sam layer 2019-08-05 16:06:57 +03:00
Alexey 6467dc576a
Merge pull request #3685 from cenit/dev/cenit/opencv_fix
use newer Ubuntu for CI, minor fixes for darknet library (export missing defines and includes, hide unnecessary public symbols)
2019-08-03 01:03:52 +03:00
Stefano Sinigardi b2b769c099 Merge branch 'dev/alexey/master' into dev/cenit/opencv_fix 2019-08-02 22:52:01 +02:00
AlexeyAB 644621791d Compile fix 2019-08-02 19:36:38 +03:00
AlexeyAB 2fa9792c56 Added [sam] layer 2019-08-02 19:29:05 +03:00
Stefano Sinigardi 44d2fce4dd remove unreadable char 2019-08-02 14:59:23 +02:00
Stefano Sinigardi 3869d7ec40 restrict the opencv module selection to the only problematic configuration 2019-08-02 10:12:36 +02:00
Stefano Sinigardi 7377f661f6 fix label option 2019-08-02 09:01:58 +02:00
Stefano Sinigardi 09c996f8fb upgrade FindCUDNN module to better deal with dlls and targets 2019-08-01 13:39:45 +02:00
Stefano Sinigardi 73baf8531e bump tweak version 2019-08-01 13:23:04 +02:00
Stefano Sinigardi a57a16998d move bool from set cache to option 2019-08-01 13:19:19 +02:00
Stefano Sinigardi 4d135b5992 [pthread cmake module] fix shared target handling 2019-08-01 11:22:30 +02:00
Stefano Sinigardi 9baf9861d7 restore shared lib as default 2019-08-01 07:47:38 +02:00
Stefano Sinigardi 53699c189b use selected OpenCV modules only on Windows 2019-07-31 13:30:20 +02:00
Stefano Sinigardi 98a2a7a7b7 re-enable full opencv linking as an option 2019-07-31 10:15:28 +02:00
Stefano Sinigardi 992ee6b4b6 everything is publicly linked for libdark 2019-07-31 06:51:27 +02:00
Stefano Sinigardi 769f76ef62 fixes for modern clang on linux 2019-07-30 17:39:18 +02:00
Stefano Sinigardi 6e7c3a53c7 move travis to ubuntu18.04 and simplify test matrix 2019-07-30 16:01:12 +02:00
Stefano Sinigardi 651a8dd7a6 restore OMP symbols as public 2019-07-30 14:56:44 +02:00
Stefano Sinigardi c32588f433 add missing links for cpp targets 2019-07-30 13:38:21 +02:00
Stefano Sinigardi 76b42fc776 export missing defines and includes, hide unnecessary public symbols 2019-07-30 11:05:50 +02:00
Stefano Sinigardi b2d795e34e
Merge pull request #3678 from cenit/dev/cenit/cudafix
enable darknet as a library also when only MSVC build tools are installed
2019-07-29 18:43:42 +02:00
Stefano Sinigardi b60c2304fa enable darknet as a library also when only MSVC build tools are installed 2019-07-29 17:17:18 +02:00
Alexey 4384065158
Merge pull request #3654 from cenit/dev/cenit/cudaCMake
re-enable cuda choice
2019-07-28 00:08:32 +03:00
Alexey 6761e832cc
Bug fix for TridentNet
Bug fix for TridentNet - share_index
2019-07-28 00:03:41 +03:00
Stefano Sinigardi 61bab85a54 add compatibility with opencv 4.1.1 2019-07-26 11:16:14 +02:00
Stefano Sinigardi ae0306e851 option to build project using cpp compiler if c not working/available 2019-07-25 09:47:27 +02:00
Alexey 65ebb0844e
Merge pull request #3605 from jing-vision/master
Make "darknet.exe classifier predict" behavior same as "darknet.exe c…
2019-07-24 14:13:26 +03:00
Stefano Sinigardi 6daa15b84f add a message when package is found 2019-07-18 16:42:34 +02:00
Stefano Sinigardi b9e7cd3d35 introduce functions to detect build features 2019-07-18 10:48:19 +02:00
vinjn ebb9a3cf53 Make "darknet.exe classifier predict" behavior same as "darknet.exe classifer validate" 2019-07-17 20:38:13 +08:00
Stefano Sinigardi 2c4c96f50c fix regression 2019-07-12 17:35:38 +02:00