1140 Commits (caeb0aee05f989d4714148a65055b1051bbda99b)
 

Author SHA1 Message Date
Stefano Sinigardi caeb0aee05 [CI] add CUDA build tests in matrix 6 years ago
Stefano Sinigardi 2a874b49a0 [CI] trying to improve resiliency 6 years ago
Stefano Sinigardi ef88900eb0 [CMakeLists.txt] remove references to C since CXX is the only way to build the project 6 years ago
Stefano Sinigardi 56a6e0cdba [travis/appveyor] add CI, remove broken empty include path from CMakeLists.txt 6 years ago
Alexey f37ea75b28
Merge pull request #2461 from cenit/dev/cenit/cmake_quickfix 6 years ago
Stefano Sinigardi fd5312f9c8 [build.ps1] fix wrong path, enable builds only if env variable is present 6 years ago
AlexeyAB cccc90b340 CMakeLists.txt temporary fix for CUDA 6 years ago
Stefano Sinigardi 78b707fa09 fallback enabled only not on windows, need to investigate better the failure anyway 6 years ago
AlexeyAB d1ee38ca05 Use both $(cudnn) and $(CUDNN) environment variables in darknet.vcxproj & yolo_cpp_dll.vcxproj 6 years ago
Alexey 7872cbf198
Update Readme.md 6 years ago
Alexey 954feac226
Update Readme.md 6 years ago
Alexey 14650fb649
Merge pull request #2412 from cenit/dev/cenit/yoloAlexey_cmake 6 years ago
Stefano Sinigardi da9c0be371 [CMakeLists.txt] add a compatibility include directive to workaround some regressions in enable_language(CUDA) 6 years ago
Stefano Sinigardi d8291858d5 [FindCUDNN] add another hint for newly suggested ENV variable 6 years ago
AlexeyAB 9e084c588a Fixed wrong cast for XNOR-net 6 years ago
AlexeyAB ac5b9552cf OpenCV definition for yolo_console_dll.vcxproj 6 years ago
Alexey b5336c1e0f
Merge pull request #2394 from cenit/dev/cenit/yoloAlexey_v2 6 years ago
Stefano Sinigardi 20757e217f restore manual control of CUDA while keeping default enabled 6 years ago
Stefano Sinigardi 839f7c0f04 remove some unnecessary exports 6 years ago
Stefano Sinigardi f950085a45 automatically detect CUDA and use it, without any possible manual intervention 6 years ago
Stefano Sinigardi 9c64f885a8 improve CMake default behaviour to use integrated libs 6 years ago
Stefano Sinigardi 00de023601 fully separate C-API from CPP-API 6 years ago
AlexeyAB 5e850c2489 Minor fixes 6 years ago
Stefano Sinigardi 6e7c7976d7 move as many defs as possible away from darknet.h 6 years ago
Stefano Sinigardi cbc1c6d8ca improve CMake alternative, add instructions in README 6 years ago
Stefano Sinigardi 4ae778defc include some requested modifications 6 years ago
Stefano Sinigardi b3579380dc improve compatibility with c++ compilers, prepare for CMake 6 years ago
Stefano Sinigardi c88ae98289 add CMakeLists.txt and necessary modules 6 years ago
Alexey 3e2ef94130
Update Readme.md 6 years ago
AlexeyAB 21c9e9c2ba Minor fix 6 years ago
AlexeyAB 3d9c8530a0 Use Tensor Cores only when (channels % 8 == 0) and (filters % 8 == 0) 6 years ago
AlexeyAB 28106c0fd8 Optimized memory allocation for XNOR on CPU 6 years ago
AlexeyAB 449fcfed75 Fix for GCC on ARM 32/64-bit 6 years ago
AlexeyAB 00e992a600 Compile fix 6 years ago
AlexeyAB 5448e07445 Try to fuse conv_xnor+shortcut -> conv_xnor 6 years ago
AlexeyAB 9e138adf09 more accurate time measurements in Demo 6 years ago
AlexeyAB 7dff7365cb Minor demo fix 6 years ago
AlexeyAB f154d2070a Fixed RNN (LSTM, RNN, CRNN, GRU) for CUDNN_HALF=1 6 years ago
AlexeyAB 9e07605bc5 get_connected_workspace_size() and get_convolutional_workspace_size() 6 years ago
AlexeyAB 6832290eee Fixed set_batch_network(), when workspace larger for smaller batch 6 years ago
AlexeyAB 58de6b2d3d Minor fix for CHECK_CUDA() 6 years ago
AlexeyAB 98103552fb Minor fix 6 years ago
AlexeyAB 6c28da5def Draw top5 accuracy on the Loss-chart for training Classifier 6 years ago
AlexeyAB fc663f6efe Another minor fix 6 years ago
AlexeyAB 9bb7455a0e Minor fix 6 years ago
Alexey c999f53e9d
Merge pull request #2359 from aughey/master 6 years ago
AlexeyAB 7587d47c46 Partial fixed 6 years ago
AlexeyAB 0543278a5b Partial fixed 6 years ago
John Aughey 022ce74fe9 Rewriting darknet_video.py to reuse darknet.py as a lib 6 years ago
Alexey 64b217aa86
Update Readme.md 6 years ago