30 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 4f72fcc015 Added grouped convolutional (depth-wise convolutional) 6 years ago
AlexeyAB b6e15f1656 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
AlexeyAB e82505d20e Fixed random values 6 years ago
Stefano Sinigardi 6e7c7976d7 move as many defs as possible away from darknet.h 6 years ago
Stefano Sinigardi b3579380dc improve compatibility with c++ compilers, prepare for CMake 6 years ago
AlexeyAB d767e8ca38 Minor fixes 6 years ago
AlexeyAB f09a9c3315 XNOR uses Tensor Cores on Turing GPU CC>=7.3 (not Volta) 6 years ago
AlexeyAB c71354ab2e Added cudaGetLastError() for cudaHostAlloc() to reset last cuda error 6 years ago
AlexeyAB 6e99e852ff Network resize is fixed 6 years ago
AlexeyAB bf6b40f4e9 Another CUDA performance improvements 6 years ago
AlexeyAB 5343aa4235 CUDA minor performance improvement 6 years ago
AlexeyAB dc7f8a32ae mAP calculation during training, if is used flag -map 7 years ago
AlexeyAB 08e8e0c8c2 Minor fix 7 years ago
AlexeyAB 31ac46ba22 Fixed bug for 32-bit compilation without GPU. 7 years ago
AlexeyAB 552207d6f0 Minor fix 7 years ago
AlexeyAB cfc5fedbb6 Just used spaces for indents instead of Tabs 7 years ago
AlexeyAB ba70801e98 Minor fixes 7 years ago
AlexeyAB 768b190b10 Minor fix: warning-message if in labels class_id >= classes in cfg-file 7 years ago
AlexeyAB 60cd28bdfb Fixed seg-fault that occurred if <class_id> in labels more than classes= in the cfg-file. 7 years ago
AlexeyAB f9ecf6fd3f For Release build - equality check: output of [convolutional] == input of [yolo]. 7 years ago
AlexeyAB fb56f6d569 Fixed README.md 7 years ago
AlexeyAB 6056b835eb Fixed Focal-loss 7 years ago
AlexeyAB 943f6e874b Added Focal Loss to yolo-layer 7 years ago
AlexeyAB bf738fb0e3 Sort anchors 7 years ago
AlexeyAB 35cc0aaa15 Added max_boxes for yolo v3 7 years ago
AlexeyAB 3fc3fd0f1f Fixed training, calculation mAP and anchors for Yolo v3 7 years ago
AlexeyAB 991a240167 Fix 7 years ago
AlexeyAB d9ae3dd681 Added Yolo v3 7 years ago