AlexeyAB
2018-05-27 160eddddc4e265d5ee59a38797c30720bf46cd7c
2018-05-27 AlexeyAB
Minor fix
blob@ 160edd commitdiff | diff to current
2018-05-23 AlexeyAB
Fixed memory leaks for Yolo: train, test
blob@ ec6883 commitdiff | diff to current
2018-05-22 AlexeyAB
Experimental reinforcement learning.
blob@ 032acd commitdiff | diff to current
2018-05-21 AlexeyAB
Added flag -ext_output for detector demo. Fixed proportional resize of netw...
blob@ a720bf commitdiff | diff to current
2018-05-20 AlexeyAB
Supported files for training: jpg, jpeg, bmp, png, ppm - and UPPER CASE ext...
blob@ 4403e7 commitdiff | diff to current
2018-05-19 AlexeyAB
Added flag -save_labels to save detections as training labels txt-files (ps...
blob@ 7b7c66 commitdiff | diff to current
2018-05-19 AlexeyAB
Fixed xnor for random=1
blob@ c1bb8c commitdiff | diff to current
2018-05-17 AlexeyAB
Fixed resize of network for low resolution network like 128x128
blob@ 9ba0be commitdiff | diff to current
2018-05-17 AlexeyAB
Support of .ppm files is realised
blob@ fb9fcf commitdiff | diff to current
2018-05-16 AlexeyAB
Fixed time for ./darknet detector valid
blob@ e29fcb commitdiff | diff to current
2018-05-16 AlexeyAB
Fixed OPENCV_VERSION
blob@ 8587c0 commitdiff | diff to current
2018-05-14 AlexeyAB
Fixed network resizing (random=1) for non-square networks
blob@ 3ebcc6 commitdiff | diff to current
2018-05-08 Alexey
Merge pull request #741 from IlyaOvodov/Fix_detector_output
blob@ 0948df commitdiff | diff to current
2018-05-08 IlyaOvodov
Output improvements for detector results: When printing detector results, o...
blob@ 1b5afb commitdiff | diff to current
2018-05-04 AlexeyAB
Fixed memory leaks. And fixes for Web-camera and IP-camera.
blob@ 89354d commitdiff | diff to current
2018-04-24 AlexeyAB
Fixed TP/FP/FN, IoU calculation for specified threshold
blob@ 15139e commitdiff | diff to current
2018-04-21 Alexey
Merge pull request #675 from IlyaOvodov/Flip_Fix
blob@ a2f364 commitdiff | diff to current
2018-04-19 iovodov
Fix issue #674: parameter "flip" is added to [net] parameters for classifie...
blob@ 920760 commitdiff | diff to current
2018-04-21 AlexeyAB
Fixed utils.c for short lines.
blob@ e18a30 commitdiff | diff to current
2018-04-19 AlexeyAB
Usage of calc_anchors
blob@ 5d6164 commitdiff | diff to current
2018-04-19 AlexeyAB
Fixed typo for calc_anchors
blob@ 576789 commitdiff | diff to current
2018-04-19 AlexeyAB
Fixed detection and validate(recall, map) for .png and .bmp images.
blob@ c2c859 commitdiff | diff to current
2018-04-17 AlexeyAB
Fixed Python detection
blob@ 6e3afe commitdiff | diff to current
2018-04-16 AlexeyAB
Loss-graph store automatically (iterations == max_batches) at the end of tr...
blob@ c52fa4 commitdiff | diff to current
2018-04-15 AlexeyAB
Disable burn_in for FP16 Tensor Cores
blob@ 6aa140 commitdiff | diff to current
2018-04-14 AlexeyAB
Fixed bug in Tensor Cores V100 (1. Desc in Batch norm, 2. Manually selected...
blob@ eb9c88 commitdiff | diff to current
2018-04-13 AlexeyAB
Fixed darknet.py for Linux
blob@ 408bde commitdiff | diff to current
2018-04-12 AlexeyAB
Yolo can be used from Python 2.x using /darknet.py on Linux or darknet/x64/...
blob@ fc496d commitdiff | diff to current
2018-04-12 AlexeyAB
Fixed compile with DEBUG=1
blob@ d3bdf7 commitdiff | diff to current
2018-04-11 AlexeyAB
Minor fixes
blob@ 4d9a2b commitdiff | diff to current
2018-04-03 AlexeyAB
Detection is accelerated by 7 percent (fused conv and batch_norm layers)
blob@ 1b2c70 commitdiff | diff to current
2018-04-03 AlexeyAB
Minor fix
blob@ ee8a94 commitdiff | diff to current
2018-04-02 AlexeyAB
Fixed detector recall
blob@ 726ceb commitdiff | diff to current
2018-03-31 AlexeyAB
Sort anchors
blob@ bf738f commitdiff | diff to current
2018-03-30 AlexeyAB
small_object can be used in [net] in cfg-file for objects 1x1 pix on FullHD...
blob@ 9fbd19 commitdiff | diff to current
2018-03-28 AlexeyAB
Fixed training, calculation mAP and anchors for Yolo v3
blob@ 3fc3fd commitdiff | diff to current
2018-03-28 AlexeyAB
Fixed shifted boxes
blob@ d014f7 commitdiff | diff to current
2018-03-27 AlexeyAB
Added Yolo v3
blob@ d9ae3d commitdiff | diff to current
2018-03-19 AlexeyAB
Improve training performance - batch-norm using cuDNN.
blob@ 537d13 commitdiff | diff to current
2018-03-16 AlexeyAB
Fixed bug, that save weights-file for each iteration
blob@ 164ba3 commitdiff | diff to current
2018-03-15 AlexeyAB
shortcut_layer resize for random=1
blob@ 371f21 commitdiff | diff to current
2018-03-08 AlexeyAB
Fixes for small objects. And fixes of densenet201_yolo.cfg, resnet50_yolo.c...
blob@ a6c51e commitdiff | diff to current
2018-03-04 AlexeyAB
Show avg-loss chart during Training, if compiled with OpenCV. Use -dont_sho...
blob@ c123f3 commitdiff | diff to current
2018-03-04 AlexeyAB
Compile fix
blob@ 48586c commitdiff | diff to current
2018-03-04 AlexeyAB
Show IoU, save anchors to file.Show anchors in the window if used -show
blob@ 74f98d commitdiff | diff to current
2018-03-04 AlexeyAB
Added: calc_anchors
blob@ f39160 commitdiff | diff to current
2018-03-01 AlexeyAB
minor fix
blob@ e16c90 commitdiff | diff to current
2018-03-01 AlexeyAB
Added F1 score to accuracy statistic
blob@ be9ccb commitdiff | diff to current
2018-03-01 AlexeyAB
Compile fix
blob@ 18d567 commitdiff | diff to current
2018-03-01 AlexeyAB
Added param -dont_show to detect objects on servers without display, like A...
blob@ 5cd147 commitdiff | diff to current
first | « prev | next »