Stefano Sinigardi
|
40cdaaaa43
|
add artifacts on appveyor
|
2019-03-03 19:57:40 +01:00 |
Stefano Sinigardi
|
80c9fa76a4
|
refresh build scripts
|
2019-03-03 16:55:15 +01:00 |
Stefano Sinigardi
|
80d0582ee4
|
fix cuda build on appveyor, remove old unsupported config on macOS
|
2019-03-03 13:07:49 +01:00 |
AlexeyAB
|
dd0fdfb684
|
Compile fix
|
2019-03-02 03:37:55 +03:00 |
AlexeyAB
|
75f2a3e7cf
|
Added object Detection & Tracking using conv-rnn layer on frames from video
|
2019-03-02 03:32:24 +03:00 |
AlexeyAB
|
50956447f8
|
Fixed issue with killed mjpeg_stream
|
2019-03-01 19:01:14 +03:00 |
AlexeyAB
|
ec1b66ace2
|
Merge branch 'master' of github.com:AlexeyAB/darknet
|
2019-03-01 16:56:21 +03:00 |
AlexeyAB
|
e0596a1046
|
Added cmd/sh scripts for downloading ILSVRC2012 train & valid for Windows
|
2019-03-01 16:56:00 +03:00 |
Alexey
|
aa24da9fba
|
Merge pull request #2476 from cenit/dev/cenit/CI
[CI] add scripts for travis and appveyor
|
2019-03-01 16:19:18 +03:00 |
AlexeyAB
|
cfb80e39cd
|
Fixed http_stream.cpp
|
2019-03-01 15:49:23 +03:00 |
Stefano Sinigardi
|
2c0d857110
|
[appveyor-cuda] add another env variable
|
2019-03-01 12:03:41 +01:00 |
Stefano Sinigardi
|
6c7540420b
|
[opencv-cuda] handle properly cuda enabled but opencv built without cuda support
|
2019-03-01 11:23:31 +01:00 |
Stefano Sinigardi
|
278df5e89e
|
[appveyor] disable building opencv[cuda], it's too slow
|
2019-03-01 11:11:25 +01:00 |
Stefano Sinigardi
|
6dbfeee159
|
[appveyor] fix CUDA paths again
|
2019-03-01 09:27:29 +01:00 |
Stefano Sinigardi
|
52312f5f8f
|
[appveyor/cuda] extract all files from CUDA archive
|
2019-02-28 21:04:58 +01:00 |
AlexeyAB
|
9b09abe122
|
Fixed convolutional-layer when it is used as base for crnn-layer
|
2019-02-28 20:47:22 +03:00 |
AlexeyAB
|
e8c3905e54
|
Functions for fixing nan
|
2019-02-28 20:38:13 +03:00 |
Stefano Sinigardi
|
2acbfe9592
|
[ci] try cuda builds on windows, skip building uselib_track if opencv does not have cuda support
|
2019-02-28 18:13:17 +01:00 |
Stefano Sinigardi
|
139ddab7fa
|
remove unused cpu function in .cu file
|
2019-02-28 18:13:17 +01:00 |
Stefano Sinigardi
|
3b43d32dff
|
[ci] add tests for included libs, add link path for linux
|
2019-02-28 18:13:17 +01:00 |
Stefano Sinigardi
|
caeb0aee05
|
[CI] add CUDA build tests in matrix
|
2019-02-28 18:13:09 +01:00 |
Stefano Sinigardi
|
2a874b49a0
|
[CI] trying to improve resiliency
|
2019-02-28 18:13:09 +01:00 |
Stefano Sinigardi
|
ef88900eb0
|
[CMakeLists.txt] remove references to C since CXX is the only way to build the project
|
2019-02-28 18:13:09 +01:00 |
Stefano Sinigardi
|
56a6e0cdba
|
[travis/appveyor] add CI, remove broken empty include path from CMakeLists.txt
|
2019-02-28 18:12:55 +01:00 |
AlexeyAB
|
051b8b7d6f
|
Added a compilation for AVX = 1 in CircleCI
|
2019-02-28 17:04:44 +03:00 |
AlexeyAB
|
e82505d20e
|
Fixed random values
|
2019-02-28 16:55:30 +03:00 |
Alexey
|
f37ea75b28
|
Merge pull request #2461 from cenit/dev/cenit/cmake_quickfix
[CMakeLists.txt] fallback not enabled on windows
|
2019-02-22 20:08:40 +03:00 |
Stefano Sinigardi
|
fd5312f9c8
|
[build.ps1] fix wrong path, enable builds only if env variable is present
|
2019-02-22 16:58:50 +01:00 |
AlexeyAB
|
cccc90b340
|
CMakeLists.txt temporary fix for CUDA
|
2019-02-22 18:47:10 +03:00 |
Stefano Sinigardi
|
78b707fa09
|
fallback enabled only not on windows, need to investigate better the failure anyway
|
2019-02-22 16:43:37 +01:00 |
AlexeyAB
|
d1ee38ca05
|
Use both $(cudnn) and $(CUDNN) environment variables in darknet.vcxproj & yolo_cpp_dll.vcxproj
|
2019-02-22 18:08:24 +03:00 |
Alexey
|
7872cbf198
|
Update Readme.md
|
2019-02-22 17:53:27 +03:00 |
Alexey
|
954feac226
|
Update Readme.md
|
2019-02-22 17:03:36 +03:00 |
Alexey
|
14650fb649
|
Merge pull request #2412 from cenit/dev/cenit/yoloAlexey_cmake
add CMakeLists.txt and necessary modules
|
2019-02-22 16:41:18 +03:00 |
Stefano Sinigardi
|
da9c0be371
|
[CMakeLists.txt] add a compatibility include directive to workaround some regressions in enable_language(CUDA)
|
2019-02-22 14:22:10 +01:00 |
Stefano Sinigardi
|
d8291858d5
|
[FindCUDNN] add another hint for newly suggested ENV variable
|
2019-02-22 09:14:41 +01:00 |
AlexeyAB
|
9e084c588a
|
Fixed wrong cast for XNOR-net
|
2019-02-22 03:39:27 +03:00 |
AlexeyAB
|
ac5b9552cf
|
OpenCV definition for yolo_console_dll.vcxproj
|
2019-02-22 03:27:38 +03:00 |
Alexey
|
b5336c1e0f
|
Merge pull request #2394 from cenit/dev/cenit/yoloAlexey_v2
improve compatibility with c++ compilers
|
2019-02-22 03:00:29 +03:00 |
Stefano Sinigardi
|
20757e217f
|
restore manual control of CUDA while keeping default enabled
|
2019-02-20 15:29:56 +01:00 |
Stefano Sinigardi
|
839f7c0f04
|
remove some unnecessary exports
|
2019-02-20 11:51:17 +01:00 |
Stefano Sinigardi
|
f950085a45
|
automatically detect CUDA and use it, without any possible manual intervention
|
2019-02-20 11:42:53 +01:00 |
Stefano Sinigardi
|
9c64f885a8
|
improve CMake default behaviour to use integrated libs
|
2019-02-19 23:11:40 +01:00 |
Stefano Sinigardi
|
00de023601
|
fully separate C-API from CPP-API
|
2019-02-19 15:57:18 +01:00 |
AlexeyAB
|
5e850c2489
|
Minor fixes
|
2019-02-18 18:12:05 +03:00 |
Stefano Sinigardi
|
6e7c7976d7
|
move as many defs as possible away from darknet.h
|
2019-02-18 11:33:25 +01:00 |
Stefano Sinigardi
|
cbc1c6d8ca
|
improve CMake alternative, add instructions in README
|
2019-02-18 09:34:20 +01:00 |
Stefano Sinigardi
|
4ae778defc
|
include some requested modifications
|
2019-02-18 00:09:08 +01:00 |
Stefano Sinigardi
|
b3579380dc
|
improve compatibility with c++ compilers, prepare for CMake
|
2019-02-15 17:27:12 +01:00 |
Stefano Sinigardi
|
c88ae98289
|
add CMakeLists.txt and necessary modules
|
2019-02-15 17:19:35 +01:00 |