iovodov
|
9207607a59
|
Fix issue #674: parameter "flip" is added to [net] parameters for classifier and detector
flip=0 switches flip augmentation off.
Default is flip=1 which is consistent with a previous behaviour.
|
2018-04-21 23:22:16 +03:00 |
AlexeyAB
|
e18a303d1c
|
Fixed utils.c for short lines.
|
2018-04-21 15:19:58 +03:00 |
AlexeyAB
|
5d616450a4
|
Usage of calc_anchors
|
2018-04-20 02:04:02 +03:00 |
AlexeyAB
|
5767893292
|
Fixed typo for calc_anchors
|
2018-04-20 01:59:04 +03:00 |
AlexeyAB
|
c2c8595b08
|
Fixed detection and validate(recall, map) for .png and .bmp images.
|
2018-04-19 14:47:39 +03:00 |
AlexeyAB
|
eccfccdaf7
|
Focal loss fixed
|
2018-04-19 01:56:29 +03:00 |
AlexeyAB
|
6056b835eb
|
Fixed Focal-loss
|
2018-04-19 01:34:26 +03:00 |
AlexeyAB
|
57fce97fd5
|
yolo_console_dll.cpp uses Yolo v3 by default
|
2018-04-18 22:17:24 +03:00 |
AlexeyAB
|
8fcf3f04ee
|
sure ODR
|
2018-04-18 16:00:06 +03:00 |
AlexeyAB
|
9f2dbfa7df
|
Added flag AVX to the Makefile
|
2018-04-17 14:39:27 +03:00 |
AlexeyAB
|
6e3afec85a
|
Fixed Python detection
|
2018-04-17 14:21:23 +03:00 |
Alexey
|
140333977c
|
Update Readme.md
|
2018-04-17 03:06:46 +03:00 |
AlexeyAB
|
9bae70b225
|
Accelerated by another 5% using FP16/32 Batch-norm for Tensor Cores.
|
2018-04-17 02:51:11 +03:00 |
AlexeyAB
|
701f4fab63
|
Compile fix
|
2018-04-16 17:58:08 +03:00 |
AlexeyAB
|
892137f3aa
|
Added CUDNN_HALF to the Makefile
|
2018-04-16 17:52:03 +03:00 |
AlexeyAB
|
823c3f4b28
|
Fixed AVX detection on Linux.
|
2018-04-16 16:01:35 +03:00 |
Alexey
|
17d242bd50
|
Update Readme.md
|
2018-04-16 14:01:08 +03:00 |
AlexeyAB
|
c52fa47428
|
Loss-graph store automatically (iterations == max_batches) at the end of training
|
2018-04-16 13:09:10 +03:00 |
AlexeyAB
|
6aa140b3c6
|
Disable burn_in for FP16 Tensor Cores
|
2018-04-15 16:57:05 +03:00 |
Alexey
|
5c1e8e3f48
|
Update Readme.md
|
2018-04-15 02:08:50 +03:00 |
AlexeyAB
|
eb9c88ef73
|
Fixed bug in Tensor Cores V100 (1. Desc in Batch norm, 2. Manually selected algo).
Also fixed time measure on Linux for multi-threading.
|
2018-04-15 01:51:21 +03:00 |
AlexeyAB
|
16cfff811f
|
Fixed resize_shortcut_layer() for resnet50_yolo.cfg on Linux
|
2018-04-13 17:50:01 +03:00 |
AlexeyAB
|
408bde78ff
|
Fixed darknet.py for Linux
|
2018-04-13 17:32:10 +03:00 |
Alexey
|
b9b0bf5131
|
Update Readme.md
|
2018-04-13 14:07:51 +03:00 |
AlexeyAB
|
0fe1c6bcc8
|
Minor fix for yolo_console_dll.cpp
|
2018-04-12 23:43:43 +03:00 |
AlexeyAB
|
fc496d52bf
|
Yolo can be used from Python 2.x using /darknet.py on Linux or darknet/x64/darknet.py on Windows
|
2018-04-12 22:32:57 +03:00 |
AlexeyAB
|
d75854c0fd
|
Minor fix
|
2018-04-12 19:31:36 +03:00 |
AlexeyAB
|
1c39aeca00
|
Try to fix
|
2018-04-12 14:12:38 +03:00 |
AlexeyAB
|
d3bdf7cfdf
|
Fixed compile with DEBUG=1
|
2018-04-12 13:33:51 +03:00 |
AlexeyAB
|
4d9a2bdac6
|
Minor fixes
|
2018-04-11 23:04:23 +03:00 |
AlexeyAB
|
bd9989d29a
|
Exit by ESC in yolo_console_dll.cpp
|
2018-04-11 02:02:49 +03:00 |
AlexeyAB
|
2ce6460c79
|
Remove truth only if smaller than 1x1 pix during training
|
2018-04-10 21:08:24 +03:00 |
Alexey
|
0c95d8dfac
|
Update Readme.md
|
2018-04-09 13:28:20 +03:00 |
Alexey
|
198b4287f7
|
Update Readme.md
|
2018-04-09 00:54:41 +03:00 |
AlexeyAB
|
1b1221ace5
|
Minor fix for Web Cam on OpenCV 3.x
|
2018-04-06 23:58:32 +03:00 |
AlexeyAB
|
2a9f7e44ce
|
Added automatic AVX support - speedup +20% on CPU x86_64 Intel Skylake
|
2018-04-06 20:34:38 +03:00 |
AlexeyAB
|
f1ad9a0487
|
Compile fix
|
2018-04-06 01:31:04 +03:00 |
AlexeyAB
|
943f6e874b
|
Added Focal Loss to yolo-layer
|
2018-04-05 23:27:02 +03:00 |
AlexeyAB
|
be9d971ddb
|
Compile error fix
|
2018-04-03 16:56:53 +03:00 |
AlexeyAB
|
1b2c70f82a
|
Detection is accelerated by 7 percent (fused conv and batch_norm layers)
|
2018-04-03 16:42:00 +03:00 |
AlexeyAB
|
ee8a941922
|
Minor fix
|
2018-04-03 14:02:39 +03:00 |
Alexey
|
1b85111217
|
Update Readme.md
|
2018-04-03 02:09:02 +03:00 |
AlexeyAB
|
726cebd3fb
|
Fixed detector recall
|
2018-04-02 15:02:53 +03:00 |
Alexey
|
c3c6703b8b
|
Update Readme.md
|
2018-04-02 14:16:51 +03:00 |
AlexeyAB
|
c83865bb61
|
Fixed partial.cmd for new tiny weights
|
2018-04-02 14:13:10 +03:00 |
Alexey
|
91f7482138
|
Update Readme.md
|
2018-04-01 21:45:42 +03:00 |
Alexey
|
d9b744298e
|
Update Readme.md
|
2018-04-01 14:06:23 +03:00 |
Alexey
|
97378e08b5
|
Update Readme.md
|
2018-04-01 14:04:38 +03:00 |
AlexeyAB
|
bf738fb0e3
|
Sort anchors
|
2018-03-31 13:33:41 +03:00 |
Alexey
|
a0dc4d717a
|
Update Readme.md
|
2018-03-30 18:34:28 +03:00 |