1142 Commits (e0596a10465718d9f39008c8f4b5072314929057)
 

Author SHA1 Message Date
Alexey 95773cfb42
Merge pull request #2111 from heethesh/master 6 years ago
Heethesh Vhavle 5bc7c06891
Fixed typo in weights file 6 years ago
AlexeyAB 1b20072096 Optimized memory consumption during Training with -map flag 6 years ago
AlexeyAB b87080882a Minor fix for multi-GPU training with -map flag 6 years ago
AlexeyAB 06232b31f4 Compile fix 6 years ago
AlexeyAB f38d060137 Fixed mAP chart during training for CUDNN=1 6 years ago
Alexey 78d1ade380
Update Readme.md 7 years ago
AlexeyAB 7d0efaa936 get_coco_dataset.sh downloads MS COCO dataset from images.cocodataset.org 7 years ago
AlexeyAB 49189c22e8 Fix mAP chart 7 years ago
Alexey 9f5478983d
Update Readme.md 7 years ago
Alexey 2c04b6ab9a
Update Readme.md 7 years ago
AlexeyAB f0bed8ef73 Fixed drawing mAP 7 years ago
Alexey 6b4dca27d3
Update Readm.emd 7 years ago
AlexeyAB 3969ce30ed Speedup Tensor Cores: 1st layer uses FP32 and pre-allocate GPU memory for Tensor Cores 7 years ago
AlexeyAB 25f133d6ef Another one minor fix 7 years ago
AlexeyAB cb998db949 Some fix for CUDNN_HALF 7 years ago
AlexeyAB e9226be3ed calc_anchors can be used without OpenCV, and it uses (1-IoU) instead of Euclidean distance 7 years ago
AlexeyAB fb1ee79576 Minor fix 7 years ago
Alexey 3256967119
Update Readme.md 7 years ago
AlexeyAB a621235783 Switch to Tensor Cores after 2000 iterations. 7 years ago
AlexeyAB 89c6213af0 When is used -map flag for training - calculate mAP for each 4 Epochs. 7 years ago
Alexey ca3bf2fa92
Update Readme.md 7 years ago
Alexey 89cb877689
Update Readme.md 7 years ago
AlexeyAB 7bd6b2f720 Compilation fix 7 years ago
AlexeyAB dc7f8a32ae mAP calculation during training, if is used flag -map 7 years ago
AlexeyAB 742bb7c7ce Compile fix 7 years ago
AlexeyAB 7c2f302321 Fixed nan issue for training with CUDNN_HALF=1 by using Tensor Cores 7 years ago
AlexeyAB 21a4ec9390 Saving loss-chart for each 100 iterations automatically 7 years ago
AlexeyAB 9f7d7c58b5 Minor fixes. Use CUDA 10.0 7 years ago
AlexeyAB 14ed6fcb6e Added -iou_thresh 0.05 flag for ./darknet detector map 7 years ago
AlexeyAB 25f65f6878 Added fast_binarize_weights_gpu() 7 years ago
Alexey 2c5e383c04
Update Readme.md 7 years ago
AlexeyAB 08e8e0c8c2 Minor fix 7 years ago
Alexey 31df5e2735
Update Readme.md 7 years ago
Alexey 7f4b859514
Merge pull request #1816 from vinliao/master 7 years ago
Vincent Liao f81b9209ff fix wrong path 7 years ago
AlexeyAB 31ac46ba22 Fixed bug for 32-bit compilation without GPU. 7 years ago
AlexeyAB d487bdf471 transpose 32x32 on GPU 7 years ago
AlexeyAB 9e2c894a32 Transpose on CPU fix 7 years ago
AlexeyAB e7ad4e6c77 Compile fix 7 years ago
AlexeyAB 00282aa1b8 Fixed maxpool_layer by using cuDNN. 7 years ago
AlexeyAB bdbbb2fd69 Minor fix 7 years ago
AlexeyAB acf1489981 Fixed detector test for 1-channel images (black-white / infrared) 7 years ago
AlexeyAB 3b59178dec Minor fix 7 years ago
AlexeyAB 76706dc4a6 Added yolov3-openimages.cfg and SELU activation 7 years ago
AlexeyAB 2bb44454a5 Minor fix 7 years ago
AlexeyAB 344f8c6d27 Fix building darknet.so on MacOS 7 years ago
AlexeyAB 7762372e5b Compilation fix for OpenCV 3.4.x and Jetson Xavier. 7 years ago
AlexeyAB 7ee4135910 Fix OpenCV compilation. maxpool_layer on GPU uses cuDNN. 7 years ago
Alexey dbc75aec77
Merge pull request #1724 from eon129/master 7 years ago