1419 Commits (53160fa6662ea7e8c4095588db56cac7b339b917)
 

Author SHA1 Message Date
Alexey 53160fa666
Merge pull request #3501 from shooorf/master 6 years ago
Alexey e24c96dc8b
Update Readme.md 6 years ago
Alexey 7181c7435f
Update readme.md 6 years ago
Alexey ff0b739e43
Update Readme.md 6 years ago
Alexey 2fa539779f
Readme.md 6 years ago
Alexey 05545b2607
Create FUNDING.yml 6 years ago
Alexey 6f4d93bb9f
Update readme.md 6 years ago
Alexey b918bf0329
Merge pull request #3946 from keko950/batch 6 years ago
gilberto.plaza fa74f691cb Removed useless snippet that only breaks if batch processing is enabled 6 years ago
AlexeyAB 1c71f00153 Fixed shortcut_layer for antialiasing 6 years ago
AlexeyAB b0b1584a06 Minor fix 6 years ago
AlexeyAB e33019e669 Fixed stride_x and stride_y. Fixed AntiAliasing. Minor fixes. 6 years ago
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 35346d2ef8
[cudnn] remove hardcoded version in cmake module (#3738) 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