967 Commits (742bb7c7ce51a9faad08dc01fbf2e6908ad5ba4b)
 

Author SHA1 Message Date
AlexeyAB 5b6be00d4b Added yolov3-tiny_xnor.cfg 7 years ago
AlexeyAB bb48b9c992 Merge branch 'master' of github.com:AlexeyAB/darknet 7 years ago
AlexeyAB 31b6b0bad3 XNOR-net 4x acceleration on CPU for yolov2-tiny - 22 FPS (CPU Core i7 6700K) 7 years ago
AlexeyAB f606b5456e XNOR-net 21 FPS on CPU yolov2-tiny.cfg 7 years ago
Alexey 88dbaff4e6
Merge pull request #1466 from r0l1/master 7 years ago
Roland Singer dbdd31ee21 updated README to include information about learning rate adjustment for multiple GPUs 7 years ago
AlexeyAB 8436251a05 maxpool_layer on CPU uses AVX2 and OpenMP 7 years ago
AlexeyAB e1801f5aec Added trim() function for label paths 7 years ago
Alexey 8e018980a8
Update Readme.md 7 years ago
Alexey 08d0e07ed6
Update Readme.md 7 years ago
AlexeyAB 552207d6f0 Minor fix 7 years ago
AlexeyAB c2a8cc2ad3 Fix GCC compile 7 years ago
AlexeyAB bd8a5c3eb1 Different checks for AVX and FMA 7 years ago
Alexey fa7bfe3412
Update Readme.md 7 years ago
AlexeyAB 1e866f0063 Fixed yolov3-tiny.cfg 7 years ago
Alexey a723e1c62a
Merge pull request #766 from HotChick91/AlexeyAB-mask 7 years ago
AlexeyAB f007f7b90e Fixes for MSVS2017 7 years ago
Alexey 140bc1882d
Merge pull request #1416 from mhaghighat/master 7 years ago
mhaghighat 756a3144cc Update to prevent the error at Line 74: data being one-dimensional 7 years ago
AlexeyAB 7f9145729c Another one fix for MSVS2017 7 years ago
AlexeyAB e548489182 Fix for MSVS2017 for _mm256_extract_epi64 and _mm256_extract_epi32 7 years ago
AlexeyAB f92b20580a Some fixes for AVX support on CPU 7 years ago
AlexeyAB b1dddf02cc Fixed AVX compiled bug 7 years ago
AlexeyAB 1f2155b886 Experiments 7 years ago
AlexeyAB a9fef1bd66 Bug fixes. Tested im2col_cpu_custom_transpose - bad way. 7 years ago
AlexeyAB 3e856ec04e Optimized: transpose 7 years ago
Alexey 78284f791e
Update Readme.md 7 years ago
AlexeyAB d59a172a1d Fixed wrong labels 7 years ago
AlexeyAB 5c876bb918 Another one fix 7 years ago
AlexeyAB 3baf534a2d Compile error fix 7 years ago
AlexeyAB d6162af210 Optimized on CPU: gemm_bin, im2col, activation, transpose 7 years ago
AlexeyAB a284a7da8d Try to use avx_hs() - slow and requires alignment 4096 bits < (l.size*l.size*l.c) 7 years ago
AlexeyAB 0a326e7afe XNOR-net on CPU AVX2 7 years ago
AlexeyAB e6c97a53a7 Maxpool fixes 7 years ago
Alexey b3b78afb8f
Merge pull request #1337 from Adesun/log_parser 7 years ago
Adesun 84f53a4b05 * make regex compatible with new code 7 years ago
AlexeyAB 043289426b max pool layer is fixed 7 years ago
AlexeyAB b8e6e80c6d Added spatial Yolo v3 yolov3-spp.cfg 7 years ago
Alexey 6682f0b989
Merge pull request #1218 from jing-vision/master 7 years ago
AlexeyAB dfbec7ea2b PascalVOC label scripts are updated 7 years ago
vinjn 08957081d4 Expose YOLODLL_API void top_k() 7 years ago
Alexey 0ae1cd81d2
Merge pull request #1212 from tinohager/master 7 years ago
Tino Hager 2c711de013 optimize performance detect 7 years ago
Alexey b3c5e42b62
Update Readme.md 7 years ago
Alexey 3d2d0a7c98
Merge pull request #1172 from sberan/flush-stdout 7 years ago
Sam Beran 5fc1e9a918 ext_output: flush stdout after printing output 7 years ago
Alexey b956a660f5
Merge pull request #1171 from tinohager/master 7 years ago
AlexeyAB cfc5fedbb6 Just used spaces for indents instead of Tabs 7 years ago
Tino Hager c021841a52 Get gpu count and name 7 years ago
AlexeyAB 81d4688b12 Fix for MS COCO validation 7 years ago