.. |
.editorconfig
|
Just used spaces for indents instead of Tabs
|
7 years ago |
activation_kernels.cu
|
Added efficientnet-lite3.cfg and activation=relu6
|
5 years ago |
activation_layer.c
|
fix calloc realloc failure
|
6 years ago |
activation_layer.h
|
improve compatibility with c++ compilers, prepare for CMake
|
6 years ago |
activations.c
|
Added efficientnet-lite3.cfg and activation=relu6
|
5 years ago |
activations.h
|
Added efficientnet-lite3.cfg and activation=relu6
|
5 years ago |
art.c
|
Some C OpenCV functions replaced by CPP functions
|
6 years ago |
avgpool_layer.c
|
fix calloc realloc failure
|
6 years ago |
avgpool_layer.h
|
ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example
|
6 years ago |
avgpool_layer_kernels.cu
|
fixes for ci and included files
|
6 years ago |
batchnorm_layer.c
|
self-adversarial training
|
5 years ago |
batchnorm_layer.h
|
final compile fix
|
5 years ago |
blas.c
|
Fixed gradient for BiFPN
|
5 years ago |
blas.h
|
self-adversarial training
|
5 years ago |
blas_kernels.cu
|
Fix one relu() to lrelu() for weighted-shortcut
|
5 years ago |
box.c
|
Merge branch 'master' into master
|
5 years ago |
box.h
|
Minor compile fix and references to DIoU-darknet repo and paper
|
6 years ago |
captcha.c
|
Fixed many warnings
|
6 years ago |
cifar.c
|
Moved all OpenCV functions to the image_opencv.cpp/h
|
6 years ago |
classifier.c
|
Merge pull request #4783 from kseniaryabinova/chart_argument
|
5 years ago |
classifier.h
|
improve compatibility with c++ compilers, prepare for CMake
|
6 years ago |
coco.c
|
minor fixes
|
5 years ago |
col2im.c
|
option to build project using cpp compiler if c not working/available
|
6 years ago |
col2im.h
|
Added dilation parameter for convolutional, conv_lstm and crnn layers
|
6 years ago |
col2im_kernels.cu
|
Added dilation parameter for convolutional, conv_lstm and crnn layers
|
6 years ago |
compare.c
|
fix calloc realloc failure
|
6 years ago |
connected_layer.c
|
Added loss_scale for Mixed-Precision on Tensor-Cores
|
5 years ago |
connected_layer.h
|
Compile fix
|
5 years ago |
conv_lstm_layer.c
|
Added loss_scale for Mixed-Precision on Tensor-Cores
|
5 years ago |
conv_lstm_layer.h
|
final compile fix
|
5 years ago |
convolutional_kernels.cu
|
self-adversarial training
|
5 years ago |
convolutional_layer.c
|
Added [net] dynamic_minibatch=1 for increasing mini_batch_size when random=1 is used
|
5 years ago |
convolutional_layer.h
|
Added loss_scale for Mixed-Precision on Tensor-Cores
|
5 years ago |
cost_layer.c
|
fix calloc realloc failure
|
6 years ago |
cost_layer.h
|
fix prototype
|
6 years ago |
cpu_gemm.c
|
fully separate C-API from CPP-API
|
6 years ago |
crnn_layer.c
|
Added loss_scale for Mixed-Precision on Tensor-Cores
|
5 years ago |
crnn_layer.h
|
final compile fix
|
5 years ago |
crop_layer.c
|
fix calloc realloc failure
|
6 years ago |
crop_layer.h
|
improve compatibility with c++ compilers, prepare for CMake
|
6 years ago |
crop_layer_kernels.cu
|
fixes for ci and included files
|
6 years ago |
dark_cuda.c
|
Added param to cfg: [net] gaussian_noise=40
|
5 years ago |
dark_cuda.h
|
Compile fix
|
5 years ago |
darknet.c
|
Fixed BiFPN and label_smothing for Detection
|
5 years ago |
darkunistd.h
|
Fix compilation for Windows with MinGW
|
6 years ago |
data.c
|
Added param to cfg: [net] gaussian_noise=40
|
5 years ago |
data.h
|
Added param to cfg: [net] gaussian_noise=40
|
5 years ago |
deconvolutional_kernels.cu
|
fixes for ci and included files
|
6 years ago |
deconvolutional_layer.c
|
fix calloc realloc failure
|
6 years ago |
deconvolutional_layer.h
|
ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example
|
6 years ago |
demo.c
|
Minor fix
|
5 years ago |
demo.h
|
Added flags -benchmark and -benchmark_layers for: ./darknet detector demo
|
5 years ago |
detection_layer.c
|
fix calloc realloc failure
|
6 years ago |
detection_layer.h
|
improve compatibility with c++ compilers, prepare for CMake
|
6 years ago |
detector.c
|
Added attention during training: [net] adversarial_lr=0.05 attention=1
|
5 years ago |
dice.c
|
Fixed many warnings
|
6 years ago |
dropout_layer.c
|
Added [net] dynamic_minibatch=1 for increasing mini_batch_size when random=1 is used
|
5 years ago |
dropout_layer.h
|
Fixed DropBlock [dropout] dropblock_size_abs=7 dropblock_size_rel=0.5
|
6 years ago |
dropout_layer_kernels.cu
|
Minor speedup of DropBlock (training)
|
5 years ago |
gaussian_yolo_layer.c
|
Fixed BiFPN and label_smothing for Detection
|
5 years ago |
gaussian_yolo_layer.h
|
Fixed [Gaussian_yolo] layer (tested for training and detection)
|
6 years ago |
gemm.c
|
Merge branch 'master' into master
|
5 years ago |
gemm.h
|
remove some unnecessary exports
|
6 years ago |
getopt.c
|
include some requested modifications
|
6 years ago |
getopt.h
|
Fix compilation for Windows with MinGW
|
6 years ago |
gettimeofday.c
|
remove some unnecessary exports
|
6 years ago |
gettimeofday.h
|
Fix compilation for Windows with MinGW
|
6 years ago |
go.c
|
Merge branch 'master' into master
|
5 years ago |
gru_layer.c
|
Added loss_scale for Mixed-Precision on Tensor-Cores
|
5 years ago |
gru_layer.h
|
final compile fix
|
5 years ago |
http_stream.cpp
|
Fixed bug in MJPEG_PORT - clear socket after closing the connection
|
5 years ago |
http_stream.h
|
Another one minor fix
|
6 years ago |
httplib.h
|
Added HTTP POST sender with detected objects, use: ./darknet detector demo ... -http_post_host webhook.site/898bbd9b-0ddd-49cf-b81d-1f56be98d870
|
6 years ago |
im2col.c
|
Another compile fix
|
6 years ago |
im2col.h
|
Added dilation parameter for convolutional, conv_lstm and crnn layers
|
6 years ago |
im2col_kernels.cu
|
Added dilation parameter for convolutional, conv_lstm and crnn layers
|
6 years ago |
image.c
|
Minor fix
|
5 years ago |
image.h
|
adversarial attack - minor improvement
|
5 years ago |
image_opencv.cpp
|
self-adversarial training
|
5 years ago |
image_opencv.h
|
adversarial attack - minor improvement
|
5 years ago |
layer.c
|
Accelerated DropBlock on GPU
|
5 years ago |
layer.h
|
improve compatibility with c++ compilers, prepare for CMake
|
6 years ago |
list.c
|
Merge branch 'master' into master
|
5 years ago |
list.h
|
Fixed minor bugs and memory leaks
|
6 years ago |
local_layer.c
|
Added loss_scale for Mixed-Precision on Tensor-Cores
|
5 years ago |
local_layer.h
|
another compile fix
|
5 years ago |
lstm_layer.c
|
Added loss_scale for Mixed-Precision on Tensor-Cores
|
5 years ago |
lstm_layer.h
|
final compile fix
|
5 years ago |
matrix.c
|
fix calloc realloc failure
|
6 years ago |
matrix.h
|
improve compatibility with c++ compilers, prepare for CMake
|
6 years ago |
maxpool_layer.c
|
Merge branch 'master' into master
|
5 years ago |
maxpool_layer.h
|
Added [local_avgpool] layer
|
5 years ago |
maxpool_layer_kernels.cu
|
Fixed strech_sway=1 param, local_avgpool for large size
|
5 years ago |
network.c
|
Fixed BiFPN and label_smothing for Detection
|
5 years ago |
network.h
|
adversarial attack - experimental
|
5 years ago |
network_kernels.cu
|
Minor fix
|
5 years ago |
nightmare.c
|
Moved all OpenCV functions to the image_opencv.cpp/h
|
6 years ago |
normalization_layer.c
|
fix calloc realloc failure
|
6 years ago |
normalization_layer.h
|
fix prototype
|
6 years ago |
option_list.c
|
fix calloc realloc failure
|
6 years ago |
option_list.h
|
Added GIoU
|
6 years ago |
parser.c
|
Added attention during training: [net] adversarial_lr=0.05 attention=1
|
5 years ago |
parser.h
|
improve compatibility with c++ compilers, prepare for CMake
|
6 years ago |
region_layer.c
|
Added [net] dynamic_minibatch=1 for increasing mini_batch_size when random=1 is used
|
5 years ago |
region_layer.h
|
fix prototype
|
6 years ago |
reorg_layer.c
|
fix calloc realloc failure
|
6 years ago |
reorg_layer.h
|
fix prototype
|
6 years ago |
reorg_old_layer.c
|
fix calloc realloc failure
|
6 years ago |
reorg_old_layer.h
|
fix prototype
|
6 years ago |
rnn.c
|
Set cur_iteration = 0; initially
|
5 years ago |
rnn_layer.c
|
Added loss_scale for Mixed-Precision on Tensor-Cores
|
5 years ago |
rnn_layer.h
|
final compile fix
|
5 years ago |
rnn_vid.c
|
fix calloc realloc failure
|
6 years ago |
route_layer.c
|
Merge branch 'master' into master
|
5 years ago |
route_layer.h
|
Added groups= and groupd_id= params to the [route] layer
|
6 years ago |
sam_layer.c
|
Merge branch 'master' into master
|
5 years ago |
sam_layer.h
|
Added [sam] layer
|
6 years ago |
scale_channels_layer.c
|
Merge branch 'master' into master
|
5 years ago |
scale_channels_layer.h
|
Added Fusion features for ASFF and for BiFPN(EfficientDet)
|
6 years ago |
shortcut_layer.c
|
Minor fix
|
5 years ago |
shortcut_layer.h
|
final compile fix
|
5 years ago |
softmax_layer.c
|
fix calloc realloc failure
|
6 years ago |
softmax_layer.h
|
improve compatibility with c++ compilers, prepare for CMake
|
6 years ago |
super.c
|
Moved all OpenCV functions to the image_opencv.cpp/h
|
6 years ago |
swag.c
|
Moved all OpenCV functions to the image_opencv.cpp/h
|
6 years ago |
tag.c
|
Set cur_iteration = 0; initially
|
5 years ago |
tree.c
|
fix calloc realloc failure
|
6 years ago |
tree.h
|
improve compatibility with c++ compilers, prepare for CMake
|
6 years ago |
upsample_layer.c
|
fix calloc realloc failure
|
6 years ago |
upsample_layer.h
|
ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example
|
6 years ago |
utils.c
|
Fixed bugs from PR
|
5 years ago |
utils.h
|
Merge branch 'master' into master
|
5 years ago |
version.h
|
sync cmake version with hardcoded version
|
6 years ago |
version.h.in
|
sync cmake version with hardcoded version
|
6 years ago |
voxel.c
|
Some C OpenCV functions replaced by CPP functions
|
6 years ago |
writing.c
|
Moved all OpenCV functions to the image_opencv.cpp/h
|
6 years ago |
yolo.c
|
Merge branch 'master' into master
|
5 years ago |
yolo_console_dll.cpp
|
BiFPN fix
|
5 years ago |
yolo_layer.c
|
adversarial attack - minor improvement
|
5 years ago |
yolo_layer.h
|
improve compatibility with c++ compilers, prepare for CMake
|
6 years ago |
yolo_v2_class.cpp
|
Fixed time_step=1 for darknet.so/dll
|
6 years ago |