|
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 |
|
|
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 |
|
|
08d0e07ed6
|
Update Readme.md
|
2018-08-19 14:08:02 +03:00 |
|
|
552207d6f0
|
Minor fix
|
2018-08-17 19:58:05 +03:00 |
|
|
c2a8cc2ad3
|
Fix GCC compile
|
2018-08-16 03:02:54 +03:00 |
|
|
bd8a5c3eb1
|
Different checks for AVX and FMA
|
2018-08-16 02:26:40 +03:00 |
|
|
fa7bfe3412
|
Update Readme.md
|
2018-08-16 00:07:36 +03:00 |
|
|
1e866f0063
|
Fixed yolov3-tiny.cfg
|
2018-08-16 00:01:22 +03:00 |
|
|
a723e1c62a
|
Merge pull request #766 from HotChick91/AlexeyAB-mask
Fix yolov3-tiny mask
|
2018-08-15 23:52:09 +03:00 |
|
|
f007f7b90e
|
Fixes for MSVS2017
|
2018-08-15 23:47:56 +03:00 |
|
|
140bc1882d
|
Merge pull request #1416 from mhaghighat/master
Update to prevent the error at Line 74: data being one-dimensional
|
2018-08-15 20:31:31 +03:00 |
|
|
756a3144cc
|
Update to prevent the error at Line 74: data being one-dimensional
|
2018-08-15 10:04:14 -07:00 |
|
|
7f9145729c
|
Another one fix for MSVS2017
|
2018-08-14 18:38:39 +03:00 |
|
|
e548489182
|
Fix for MSVS2017 for _mm256_extract_epi64 and _mm256_extract_epi32
|
2018-08-14 14:17:09 +03:00 |
|
|
f92b20580a
|
Some fixes for AVX support on CPU
|
2018-08-14 01:51:31 +03:00 |
|
|
b1dddf02cc
|
Fixed AVX compiled bug
|
2018-08-13 02:43:45 +03:00 |
|
|
1f2155b886
|
Experiments
|
2018-08-11 02:49:55 +03:00 |
|
|
a9fef1bd66
|
Bug fixes. Tested im2col_cpu_custom_transpose - bad way.
|
2018-08-11 00:26:53 +03:00 |
|
|
3e856ec04e
|
Optimized: transpose
|
2018-08-10 01:27:20 +03:00 |
|
|
78284f791e
|
Update Readme.md
|
2018-08-09 22:53:09 +03:00 |
|
|
d59a172a1d
|
Fixed wrong labels
|
2018-08-09 14:58:26 +03:00 |
|
|
5c876bb918
|
Another one fix
|
2018-08-09 03:12:45 +03:00 |
|
|
3baf534a2d
|
Compile error fix
|
2018-08-09 03:07:06 +03:00 |
|
|
d6162af210
|
Optimized on CPU: gemm_bin, im2col, activation, transpose
|
2018-08-09 02:31:36 +03:00 |
|
|
a284a7da8d
|
Try to use avx_hs() - slow and requires alignment 4096 bits < (l.size*l.size*l.c)
May be faster only from 8192 bits and more.
|
2018-08-08 19:08:58 +03:00 |
|
|
0a326e7afe
|
XNOR-net on CPU AVX2
|
2018-08-08 02:45:47 +03:00 |
|
|
e6c97a53a7
|
Maxpool fixes
|
2018-08-07 23:19:50 +03:00 |
|
|
b3b78afb8f
|
Merge pull request #1337 from Adesun/log_parser
improvment of log_parser
|
2018-08-06 13:32:27 +03:00 |
|
|
84f53a4b05
|
* make regex compatible with new code
* fix #777 exceeds Locator.MAXTICKS
* set non-interactive backend when OS is not windows
* save figure as SVG
|
2018-08-05 12:18:27 +08:00 |
|
|
043289426b
|
max pool layer is fixed
|
2018-08-04 03:11:10 +03:00 |
|
|
b8e6e80c6d
|
Added spatial Yolo v3 yolov3-spp.cfg
|
2018-08-03 14:35:03 +03:00 |
|
|
6682f0b989
|
Merge pull request #1218 from jing-vision/master
Expose YOLODLL_API void top_k()
|
2018-07-18 15:11:26 +03:00 |
|
|
dfbec7ea2b
|
PascalVOC label scripts are updated
|
2018-07-18 15:08:34 +03:00 |
|
|
08957081d4
|
Expose YOLODLL_API void top_k()
|
2018-07-16 11:03:13 +08:00 |
|
|
0ae1cd81d2
|
Merge pull request #1212 from tinohager/master
optimize performance - detect method
|
2018-07-15 01:54:52 +03:00 |
|
|
2c711de013
|
optimize performance detect
check image size before resize
|
2018-07-15 00:05:54 +02:00 |
|
|
b3c5e42b62
|
Update Readme.md
|
2018-07-12 01:48:45 +03:00 |
|
|
3d2d0a7c98
|
Merge pull request #1172 from sberan/flush-stdout
ext_output: flush stdout after printing output
|
2018-07-11 01:24:17 +03:00 |
|
|
5fc1e9a918
|
ext_output: flush stdout after printing output
this allows tooling to watch for changes while the application is running.
|
2018-07-10 17:13:00 -05:00 |
|
|
b956a660f5
|
Merge pull request #1171 from tinohager/master
Get gpu count and name
|
2018-07-10 23:38:32 +03:00 |
|
|
cfc5fedbb6
|
Just used spaces for indents instead of Tabs
|
2018-07-10 23:29:15 +03:00 |
|
|
c021841a52
|
Get gpu count and name
Add two new methods to get informations about graphic device
|
2018-07-10 21:46:14 +02:00 |
|
|
81d4688b12
|
Fix for MS COCO validation
|
2018-07-10 19:12:39 +03:00 |
|
|
e301fee8a0
|
Merge pull request #1152 from jing-vision/master
Expose YOLODLL_API void cuda_pull_array()
|
2018-07-08 13:05:27 +03:00 |
|
|
e7f64b1506
|
Update Readme.md
|
2018-07-07 13:15:08 +03:00 |
|
|
564877ad6a
|
cuda.h - converts tab to space
|
2018-07-07 12:30:45 +08:00 |
|
|
b7a6dffd3e
|
Update Readme.md
|
2018-07-06 21:58:35 +03:00 |
|