1564 Commits (63396082d7e77f4b460bdb2540469f5f1a3c7c48)
 

Author SHA1 Message Date
AlexeyAB f6fa4a56d9 compile fix 6 years ago
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 6 years ago
AlexeyAB 9c02df864e Fixed assisted_excitation and added also for [shortcut] layer 6 years ago
AlexeyAB be5d0d6693 Added assisted_excitation=1 for [convolutional] layer on GPU 6 years ago
AlexeyAB a63782ca89 Added: efficientnet_b0.cfg 6 years ago
AlexeyAB 9e26472b1a Added antialiasing=1 param for [maxpool]-layer on GPU and CPU 6 years ago
AlexeyAB 80ceee4fca Added antialiasing=1 param for [convolutional]-layer on CPU (only forward inference) 6 years ago
AlexeyAB 11b8b2bddf Added antialiasing=1 param for [convolutional]-layer on GPU 6 years ago
AlexeyAB a4a06c337a Addex stride_x= and stride_y= for [convolutional] layer for MatrixNet 6 years ago
AlexeyAB 102ab710a9 Fixed fuse_conv_batchnorm() for TridentNet 6 years ago
AlexeyAB 2a382e5a4b Fix training TridentNet 6 years ago
AlexeyAB 660a9b225c compile fix 6 years ago
AlexeyAB 58906ef812 minor fix: Unexpected end of wights-file! 6 years ago
AlexeyAB 4acf924aaf minor fix 6 years ago
AlexeyAB 8d80a65288 Max pool layer can use stride=2 or stride_x=2 stride_y=4 (isn't tested well) 6 years ago
Stefano Sinigardi 44a3968331 Merge branch 'dev/alexey/master' into dev/cenit/setup 6 years ago
Stefano Sinigardi 35346d2ef8
[cudnn] remove hardcoded version in cmake module (#3738) 6 years ago
Stefano Sinigardi b02b124a0e add bash setup script 6 years ago
Stefano Sinigardi e41ce4e131 merge with master 6 years ago
Alexey 4c315ea26b
Update Readme.md 6 years ago
AlexeyAB 480b3eccb1 Compile fix 6 years ago
AlexeyAB c1f184249e Added assisted_excitation_forward for training on CPU 6 years ago
AlexeyAB 4bf9b223a2 Fix sam layer 6 years ago
Alexey 6467dc576a
Merge pull request #3685 from cenit/dev/cenit/opencv_fix 6 years ago
Stefano Sinigardi b2b769c099 Merge branch 'dev/alexey/master' into dev/cenit/opencv_fix 6 years ago
AlexeyAB 644621791d Compile fix 6 years ago
AlexeyAB 2fa9792c56 Added [sam] layer 6 years ago
Stefano Sinigardi 44d2fce4dd remove unreadable char 6 years ago
Stefano Sinigardi 3869d7ec40 restrict the opencv module selection to the only problematic configuration 6 years ago
Stefano Sinigardi 7377f661f6 fix label option 6 years ago
Stefano Sinigardi 09c996f8fb upgrade FindCUDNN module to better deal with dlls and targets 6 years ago
Stefano Sinigardi 73baf8531e bump tweak version 6 years ago
Stefano Sinigardi a57a16998d move bool from set cache to option 6 years ago
Stefano Sinigardi 4d135b5992 [pthread cmake module] fix shared target handling 6 years ago
Stefano Sinigardi 9baf9861d7 restore shared lib as default 6 years ago
Stefano Sinigardi 53699c189b use selected OpenCV modules only on Windows 6 years ago
Stefano Sinigardi 98a2a7a7b7 re-enable full opencv linking as an option 6 years ago
Stefano Sinigardi 992ee6b4b6 everything is publicly linked for libdark 6 years ago
Stefano Sinigardi 769f76ef62 fixes for modern clang on linux 6 years ago
Stefano Sinigardi 6e7c3a53c7 move travis to ubuntu18.04 and simplify test matrix 6 years ago
Stefano Sinigardi 651a8dd7a6 restore OMP symbols as public 6 years ago
Stefano Sinigardi c32588f433 add missing links for cpp targets 6 years ago
Stefano Sinigardi 76b42fc776 export missing defines and includes, hide unnecessary public symbols 6 years ago
Stefano Sinigardi b2d795e34e
Merge pull request #3678 from cenit/dev/cenit/cudafix 6 years ago
Stefano Sinigardi b60c2304fa enable darknet as a library also when only MSVC build tools are installed 6 years ago
Alexey 4384065158
Merge pull request #3654 from cenit/dev/cenit/cudaCMake 6 years ago
Alexey 6761e832cc
Bug fix for TridentNet 6 years ago
Stefano Sinigardi 61bab85a54 add compatibility with opencv 4.1.1 6 years ago
Stefano Sinigardi ae0306e851 option to build project using cpp compiler if c not working/available 6 years ago
Alexey 65ebb0844e
Merge pull request #3605 from jing-vision/master 6 years ago