AlexeyAB
2018-04-21 e18a303d1c17acd30c21162826c554ee770cf35a
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
2018-03-01 AlexeyAB
Changed class to class_id
blob@ 35a66b commitdiff | diff to current
2018-02-17 AlexeyAB
Added param -http_port 8090 to show MJPEG-stream in the WebBrowser (Chrome/...
blob@ 82f630 commitdiff | diff to current
2018-02-16 AlexeyAB
Calculation TP, FP, FN, avg_IoU for default threshold during mAP calculation
blob@ baf3fc commitdiff | diff to current
2018-02-16 AlexeyAB
It takes into account the Difficult for calculating mAP for PascalVOC
blob@ 65bff2 commitdiff | diff to current
2018-02-15 AlexeyAB
Added C implementation of calculation mAP (mean average precision) using Da...
blob@ a1af57 commitdiff | diff to current
2018-02-07 AlexeyAB
Fixes for training Yolo on small objects
blob@ 9ff40b commitdiff | diff to current
2018-02-03 AlexeyAB
Some fixes
blob@ db3a3c commitdiff | diff to current
2018-01-17 AlexeyAB
Some fixes
blob@ 54f83e commitdiff | diff to current
2017-12-25 AlexeyAB
Added object tracking using optical flow
blob@ 7113d2 commitdiff | diff to current
2017-11-08 AlexeyAB
Fixed for web-cam
blob@ 12c1d5 commitdiff | diff to current
2017-10-31 AlexeyAB
Validate and recall always with batch=1
blob@ accf3a commitdiff | diff to current
2017-10-29 AlexeyAB
Fixed for Linux: detection for batch > 1 and 0x0d at command line
blob@ 84cdba commitdiff | diff to current
2017-10-26 AlexeyAB
Use load_image_cv() on OpenCV 3.x
blob@ 56fd10 commitdiff | diff to current
2017-08-23 AlexeyAB
You can specify filename for output video by using -out_filename res.avi
blob@ 76276f commitdiff | diff to current
2017-08-02 AlexeyAB
Supported OpenCV 3.0 and 2.4.13. Supported Windows and Linux.
blob@ 815e7a commitdiff | diff to current
2017-04-26 Rakesh Jasti
Added support for custom data with png image files
blob@ c3b9e4 commitdiff | diff to current
2017-04-25 AlexeyAB
Fixed valid param in .data-file for - valid recall
blob@ 97ed11 commitdiff | diff to current
2017-01-10 AlexeyAB
fixed bug: rand() for batches of images
blob@ b831db commitdiff | diff to current
first | « prev | next »