1492 Commits (48914023da1656c5494deda77b0c683a64401ede)
 

Author SHA1 Message Date
AlexeyAB 48914023da Added init_cpu() function to init CPU just to speedup the 1st detection (if GPU=0) 6 years ago
Alexey dd4dcf20b4
Merge pull request #4364 from giordano/fix-mingw 6 years ago
Alexey 4e93978d6c
Merge pull request #4368 from HagegeR/master 6 years ago
Alexey 55d84cd02a
Update Readme.md 6 years ago
Alexey b527b449e6
minor fix Readme.md 6 years ago
HagegeR 8fba668a34
Fix typo 6 years ago
HagegeR d723d2cfd0
added gaussian documentation 6 years ago
Mosè Giordano 55a6479ea2 Fix compilation for Windows with MinGW 6 years ago
AlexeyAB 3abbd85808 fixed consistency darknet and python code 6 years ago
AlexeyAB 61f8f569b7 CIOU and DIOU fix 6 years ago
AlexeyAB 8cb3ee4e79 diounms_sort() fixed 6 years ago
AlexeyAB 14212154d9 Minor compile fix and references to DIoU-darknet repo and paper 6 years ago
AlexeyAB d43e09cdf2 Compile fix 6 years ago
AlexeyAB 4f70fc14e9 Added DIoU and CIoU to [yolo] and [Gaussian_yolo] 6 years ago
AlexeyAB b9ca5ec781 Fixed MISH activation with 2 thresholds in Softplus 6 years ago
Alexey 7713a0209c
Update Readme.md 6 years ago
Alexey ba6c35ac89
Merge pull request #4302 from dccho/master 6 years ago
AlexeyAB f7a6f7b87c Fixed MISH as in thomasbrandon/mish-cuda implementation with 1 Threshold 6 years ago
Alexey 326d56a987
Merge pull request #4341 from giordano/objdir-makefile 6 years ago
Mosè Giordano 5a77940bd5 Add $(OBJDIR) as prerequisite to $(LIBNAMESO) 6 years ago
DongChan Cho fc3287e443
Merge pull request #1 from AlexeyAB/master 6 years ago
dccho b4c0fbaec8 fix memory free bug 6 years ago
AlexeyAB 10c40551dc GIoU + Gaussian fix 6 years ago
AlexeyAB 77e60aecfe Minor fix 6 years ago
AlexeyAB 5d0aa6ec52 Compile fix 6 years ago
AlexeyAB 6e5bdf1282 Bug fix 6 years ago
AlexeyAB 920de66bfa gaussian_yolo: added uc_normalizer and minor fix for iou_normalizer for GIoU. 6 years ago
AlexeyAB 0d30db35fc gaussian_yolo: added uc_normalizer and minor fix for iou_normalizer for GIoU. 6 years ago
AlexeyAB 0cf4c16c9f Added GIoU to [Gaussian_yolo]. Added iou_thresh=0.213 to [Gaussian_yolo]. 6 years ago
AlexeyAB 71e8354589 Fixed source and destination overlap in sprintf() (i.e. in strcpy() inside) 6 years ago
AlexeyAB 3555beb914 Fixed some memory leaks in secondary functions 6 years ago
AlexeyAB e7e85b358c Added delta_yolo_box_accumulate(). Added iou_thresh=0.213 parameter to [yolo] layer IoU(anchor,truth). 6 years ago
dccho dd34fe156a enable random resize training for efficient net 6 years ago
AlexeyAB ee370e765d Fixed ignore_thresh 6 years ago
AlexeyAB 509ba13acf Fixed recent memory leak for Classifier 6 years ago
AlexeyAB f42923350b Minor fix in batchnorm_layer (side effect in python samples) 6 years ago
AlexeyAB a4012895c1 accelerated the c++ example of usage DLL/SO library for images if compiled with OpenCV 6 years ago
AlexeyAB 11142d00be Fixed non-square network for Training Classifier 6 years ago
AlexeyAB c516b6cb0a Take TopK from obj.data file for Classifier 6 years ago
AlexeyAB 3652d7d374 Fixed MISH instability 6 years ago
AlexeyAB 70bf88ce01 Fixed swish-activation for [shortcut_layer] 6 years ago
AlexeyAB ded620ac6b fixed memory deallocation 6 years ago
AlexeyAB 9fe201807e Revert to old Assisted Excitation version. 6 years ago
Alexey 5bbbbd7c53
Merge pull request #4269 from 7FM/master 6 years ago
7FM 20659fc1a8
Fix undefined behavior caused by delete 6 years ago
AlexeyAB d91d59a22f Optimized memory allocation for Detection (inference only), without allocation memory for training 6 years ago
Alexey 0eee8404bf
Update Readme.md 6 years ago
AlexeyAB 0fa9c8f105 Added groups= and groupd_id= params to the [route] layer 6 years ago
AlexeyAB 704bd1138e Fixed params.net in parse_convolutional() and parse_route() 6 years ago
AlexeyAB c7c7078de7 Added URL to the description of activation MISH on GitHub 6 years ago