|
7f4b859514
|
Merge pull request #1816 from vinliao/master
Fix wrong coco.data path on darknet.py
|
2018-10-24 21:04:35 +03:00 |
|
|
f81b9209ff
|
fix wrong path
|
2018-10-24 12:47:19 +07:00 |
|
|
31ac46ba22
|
Fixed bug for 32-bit compilation without GPU.
|
2018-10-23 21:59:57 +03:00 |
|
|
d487bdf471
|
transpose 32x32 on GPU
|
2018-10-19 22:55:25 +03:00 |
|
|
9e2c894a32
|
Transpose on CPU fix
|
2018-10-19 16:31:55 +03:00 |
|
|
e7ad4e6c77
|
Compile fix
|
2018-10-19 02:44:54 +03:00 |
|
|
00282aa1b8
|
Fixed maxpool_layer by using cuDNN.
Added transpose 32 bit on CPU.
|
2018-10-19 02:40:20 +03:00 |
|
|
bdbbb2fd69
|
Minor fix
|
2018-10-18 17:30:49 +03:00 |
|
|
acf1489981
|
Fixed detector test for 1-channel images (black-white / infrared)
|
2018-10-18 16:01:29 +03:00 |
|
|
3b59178dec
|
Minor fix
|
2018-10-18 00:04:26 +03:00 |
|
|
76706dc4a6
|
Added yolov3-openimages.cfg and SELU activation
|
2018-10-15 20:16:08 +03:00 |
|
|
2bb44454a5
|
Minor fix
|
2018-10-14 00:20:23 +03:00 |
|
|
344f8c6d27
|
Fix building darknet.so on MacOS
|
2018-10-12 19:31:02 +03:00 |
|
|
7762372e5b
|
Compilation fix for OpenCV 3.4.x and Jetson Xavier.
|
2018-10-12 15:12:36 +03:00 |
|
|
7ee4135910
|
Fix OpenCV compilation. maxpool_layer on GPU uses cuDNN.
|
2018-10-10 13:51:36 +03:00 |
|
|
dbc75aec77
|
Merge pull request #1724 from eon129/master
Classifier now is working for CPU/GPU
|
2018-10-10 13:46:46 +03:00 |
|
|
38801979b2
|
Classifier now is working. The file softmax_layer.c was outdated
|
2018-10-06 14:12:02 -05:00 |
|
|
24b60456c7
|
Version 0.2.5 - fixed )
|
2018-10-03 23:47:31 +03:00 |
|
|
0cf56d1ccf
|
Version 0.2.5 )
|
2018-10-03 23:45:06 +03:00 |
|
|
6c8642b3eb
|
Added darknet53.cfg and resnext152-32x4d.cfg
|
2018-10-01 21:58:00 +03:00 |
|
|
c02216120b
|
Compile fix
|
2018-09-28 20:43:47 +03:00 |
|
|
5cc2a7e20d
|
Added mistakes checking
|
2018-09-28 20:27:30 +03:00 |
|
|
67f33ff5dc
|
Another compile fix
|
2018-09-27 23:49:03 +03:00 |
|
|
e92c635f35
|
Compile fix
|
2018-09-27 23:27:14 +03:00 |
|
|
c0e2512af2
|
Activation improvement, more robust timer.
|
2018-09-27 23:10:54 +03:00 |
|
|
e203ab9046
|
Minor fixes
|
2018-09-25 02:39:30 +03:00 |
|
|
129417ae7f
|
Update Readme.md
|
2018-09-24 02:06:35 +03:00 |
|
|
7dd97537fb
|
XNOR-net tiny-yolo_xnor.cfg ~2x faster than cuDNN on CUDA (nVidia GPU Maxwell)
|
2018-09-22 02:01:14 +03:00 |
|
|
0224ba3d0d
|
Compile fix
|
2018-09-17 23:59:29 +03:00 |
|
|
03e95320a1
|
XNOR coalesced memory access, and avoid bank conflicts
|
2018-09-17 23:39:25 +03:00 |
|
|
8e0b265067
|
Update Readme.md
|
2018-09-14 15:54:01 +03:00 |
|
|
b829fee30b
|
Update Readme.md
|
2018-09-14 15:29:52 +03:00 |
|
|
ca43bbdaae
|
Fixed openmp bugs for XNOR
|
2018-09-12 16:22:54 +03:00 |
|
|
c0e01fd63c
|
Test for XNOR-conv on CUDA
|
2018-09-08 02:46:05 +03:00 |
|
|
57e878b4f9
|
another compile fix
|
2018-09-07 15:25:37 +03:00 |
|
|
b141f85cab
|
Compile fix
|
2018-09-07 15:07:46 +03:00 |
|
|
007878393f
|
Temporary Slow implementation of XNOR on CUDA (shared_memory)
|
2018-09-06 23:21:26 +03:00 |
|
|
c4a9e3422e
|
Temporary implementation of XNOR on CUDA
|
2018-08-31 02:47:58 +03:00 |
|
|
9753b72aeb
|
temp fix, don't use it
|
2018-08-30 17:24:41 +03:00 |
|
|
18d5e4f39c
|
Fixed yolov3-tiny_xnor.cfg
|
2018-08-24 18:29:40 +03:00 |
|
|
08285dbc84
|
Added tiny-yolo-v2-XNOR-cfg-file: tiny-yolo_xnor.cfg
|
2018-08-23 23:09:47 +03:00 |
|
|
5b6be00d4b
|
Added yolov3-tiny_xnor.cfg
|
2018-08-23 15:28:34 +03:00 |
|
|
bb48b9c992
|
Merge branch 'master' of github.com:AlexeyAB/darknet
|
2018-08-23 03:00:48 +03:00 |
|
|
31b6b0bad3
|
XNOR-net 4x acceleration on CPU for yolov2-tiny - 22 FPS (CPU Core i7 6700K)
|
2018-08-23 02:44:21 +03:00 |
|
|
f606b5456e
|
XNOR-net 21 FPS on CPU yolov2-tiny.cfg
|
2018-08-22 17:52:48 +03:00 |
|
|
88dbaff4e6
|
Merge pull request #1466 from r0l1/master
updated README for learning rate adjustment
|
2018-08-22 15:53:31 +03:00 |
|
|
dbdd31ee21
|
updated README to include information about learning rate adjustment for multiple GPUs
|
2018-08-22 13:56:41 +02:00 |
|
|
8436251a05
|
maxpool_layer on CPU uses AVX2 and OpenMP
|
2018-08-21 20:44:18 +03:00 |
|
|
e1801f5aec
|
Added trim() function for label paths
|
2018-08-21 00:52:16 +03:00 |
|
|
8e018980a8
|
Update Readme.md
|
2018-08-20 21:58:51 +03:00 |
|