Stefano Sinigardi
|
9baf9861d7
|
restore shared lib as default
|
2019-08-01 07:47:38 +02:00 |
Stefano Sinigardi
|
53699c189b
|
use selected OpenCV modules only on Windows
|
2019-07-31 13:30:20 +02:00 |
Stefano Sinigardi
|
98a2a7a7b7
|
re-enable full opencv linking as an option
|
2019-07-31 10:15:28 +02:00 |
Stefano Sinigardi
|
992ee6b4b6
|
everything is publicly linked for libdark
|
2019-07-31 06:51:27 +02:00 |
Stefano Sinigardi
|
769f76ef62
|
fixes for modern clang on linux
|
2019-07-30 17:39:18 +02:00 |
Stefano Sinigardi
|
6e7c3a53c7
|
move travis to ubuntu18.04 and simplify test matrix
|
2019-07-30 16:01:12 +02:00 |
Stefano Sinigardi
|
651a8dd7a6
|
restore OMP symbols as public
|
2019-07-30 14:56:44 +02:00 |
Stefano Sinigardi
|
c32588f433
|
add missing links for cpp targets
|
2019-07-30 13:38:21 +02:00 |
Stefano Sinigardi
|
76b42fc776
|
export missing defines and includes, hide unnecessary public symbols
|
2019-07-30 11:05:50 +02:00 |
Stefano Sinigardi
|
b2d795e34e
|
Merge pull request #3678 from cenit/dev/cenit/cudafix
enable darknet as a library also when only MSVC build tools are installed
|
2019-07-29 18:43:42 +02:00 |
Stefano Sinigardi
|
b60c2304fa
|
enable darknet as a library also when only MSVC build tools are installed
|
2019-07-29 17:17:18 +02:00 |
Alexey
|
4384065158
|
Merge pull request #3654 from cenit/dev/cenit/cudaCMake
re-enable cuda choice
|
2019-07-28 00:08:32 +03:00 |
Alexey
|
6761e832cc
|
Bug fix for TridentNet
Bug fix for TridentNet - share_index
|
2019-07-28 00:03:41 +03:00 |
Stefano Sinigardi
|
61bab85a54
|
add compatibility with opencv 4.1.1
|
2019-07-26 11:16:14 +02:00 |
Stefano Sinigardi
|
ae0306e851
|
option to build project using cpp compiler if c not working/available
|
2019-07-25 09:47:27 +02:00 |
Alexey
|
65ebb0844e
|
Merge pull request #3605 from jing-vision/master
Make "darknet.exe classifier predict" behavior same as "darknet.exe c…
|
2019-07-24 14:13:26 +03:00 |
Stefano Sinigardi
|
6daa15b84f
|
add a message when package is found
|
2019-07-18 16:42:34 +02:00 |
Stefano Sinigardi
|
b9e7cd3d35
|
introduce functions to detect build features
|
2019-07-18 10:48:19 +02:00 |
vinjn
|
ebb9a3cf53
|
Make "darknet.exe classifier predict" behavior same as "darknet.exe classifer validate"
|
2019-07-17 20:38:13 +08:00 |
Stefano Sinigardi
|
2c4c96f50c
|
fix regression
|
2019-07-12 17:35:38 +02:00 |
Stefano Sinigardi
|
15a19c4e83
|
avoid 'command line is too long' error on windows
|
2019-07-11 18:55:24 +02:00 |
Stefano Sinigardi
|
e299925c5c
|
re-enable cuda choice
|
2019-07-09 10:39:48 +02:00 |
AlexeyAB
|
5a6afe96d3
|
Fixed scale_channels_layer resize
|
2019-07-03 13:54:13 +03:00 |
AlexeyAB
|
54e2d0b0e8
|
Added ability to use letter_box resizing in darknet.py sample
|
2019-07-01 19:07:13 +03:00 |
AlexeyAB
|
d4402d29c2
|
Added maxpool_depth= and out_channels= params to [maxpool]
|
2019-06-30 13:53:11 +03:00 |
AlexeyAB
|
7d4143332d
|
Minor output fixes
|
2019-06-29 16:52:49 +03:00 |
AlexeyAB
|
88cccfcad4
|
Added Swish-activation
|
2019-06-26 15:48:22 +03:00 |
AlexeyAB
|
5ec35922d5
|
Fixed yolo_cpp_dll.vcxproj
|
2019-06-22 19:17:41 +03:00 |
AlexeyAB
|
c9129c2078
|
Added letter_box=1 param in [net] section (cfg-file) for keeping aspect ratio during training
|
2019-06-22 17:04:00 +03:00 |
AlexeyAB
|
1ed71f4b29
|
Fixed CUDA-implementation of back-propagation for [scale_channels]-layer
|
2019-06-22 17:03:06 +03:00 |
AlexeyAB
|
aeb9da6918
|
Fixed darknet_no_gpu.vcxproj and yolo_cpp_dll_no_gpu.vcxproj (added scale_channels_layer)
|
2019-06-22 01:37:33 +03:00 |
AlexeyAB
|
9e9b2c4936
|
Update Readme.md
|
2019-06-20 20:52:26 +03:00 |
AlexeyAB
|
cc41339805
|
Added [scale_channels] layer for squeeze-and-excitation blocks
|
2019-06-19 23:36:02 +03:00 |
AlexeyAB
|
8c80ba6b53
|
Fixed weights-size for Depthwise grouped convolutional
|
2019-06-15 16:41:22 +03:00 |
AlexeyAB
|
f0582446f2
|
Fixed Depth-wise (grouped) convolution for CPU and GPU (CUDNN=0/1)
|
2019-06-15 02:32:57 +03:00 |
Alexey
|
a1abd07e23
|
Merge pull request #3371 from cenit/dev/cenit/fixes
fixes for clang/mac
|
2019-06-13 14:45:16 +03:00 |
AlexeyAB
|
bd689f91ac
|
Added TridentNet (state-of-art on MS COCO)
|
2019-06-13 14:43:23 +03:00 |
Stefano Sinigardi
|
c0a9c741c3
|
clean up of README about deprecated option, invert logic of vcpkg flag in build.ps1 for improved clarity
|
2019-06-13 06:54:54 +02:00 |
Stefano Sinigardi
|
b78db932cd
|
fix missing pthread link for downstream users
|
2019-06-12 17:17:40 +02:00 |
Stefano Sinigardi
|
1b7a0dca09
|
revert #3389
|
2019-06-12 16:45:48 +02:00 |
Stefano Sinigardi
|
7701a8cf54
|
Merge branch 'dev/alexey/master' into dev/cenit/fixes
|
2019-06-12 16:44:30 +02:00 |
Alexey
|
e4f6b276e5
|
Merge pull request #3389 from adujardin/master
Fix Ubuntu cmake compilation
|
2019-06-12 12:09:30 +03:00 |
Aymeric DUJARDIN
|
f1f45b295c
|
Fix Ubuntu cmake compilation (nvcc fatal fopenmp + pthread link uselib)
|
2019-06-12 09:23:57 +02:00 |
Stefano Sinigardi
|
f14c6e2fd9
|
fully restore opencv option which got lost somehow
|
2019-06-10 10:56:23 +02:00 |
Stefano Sinigardi
|
f1b6a6e008
|
fixes for clang/mac
|
2019-06-10 10:33:20 +02:00 |
AlexeyAB
|
378d49e1c3
|
Bug fix for MS COCO json output
|
2019-06-09 18:46:07 +03:00 |
AlexeyAB
|
94c806ffad
|
final fix
|
2019-06-09 03:07:04 +03:00 |
AlexeyAB
|
85b0722af7
|
Another compile fix
|
2019-06-09 01:15:24 +03:00 |
AlexeyAB
|
d1be8ddb33
|
compile fix
|
2019-06-09 00:19:44 +03:00 |
AlexeyAB
|
88ce9dcca6
|
Added dilation parameter for convolutional, conv_lstm and crnn layers
|
2019-06-08 19:41:44 +03:00 |