You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
AlexeyAB 03eee3092f Memory leak fix 5 years ago
..
.editorconfig Just used spaces for indents instead of Tabs 7 years ago
activation_kernels.cu Fixed mish gradient 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 Minor fix 5 years ago
activations.h Added GELU activation 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 typo weights_normalizion -> weights_normalization 5 years ago
blas.h Added Gradient Centralization: [convolutional] grad_centr=1 5 years ago
blas_kernels.cu Added Gradient Centralization: [convolutional] grad_centr=1 5 years ago
box.c Added param to [yolo] iou_thresh_kind=giou iou_thresh=0.213 5 years ago
box.h Added param to [yolo] iou_thresh_kind=giou iou_thresh=0.213 5 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 Added [net] max_chart_loss=50 for scale y-axis of Loss-chart 5 years ago
classifier.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
coco.c Added flag averaging detections: ./darknet detector demo ... -avgframes 3 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 Fixed gradient_centralization for Grouped-Conv 5 years ago
convolutional_layer.c Minor speedup of Mish/Swish (if train==0 then don't write input of activation to the memory) 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 Minor fix 5 years ago
dark_cuda.h Minor fix 5 years ago
darknet.c Added param [yolo] objectness_smooth=1 5 years ago
darkunistd.h Fix compilation for Windows with MinGW 6 years ago
data.c Added param [yolo] resize=2.0 for resizing image [1/2 - 2x] without changing aspect ratio (while jitter=0.3 changes aspect ratio) 5 years ago
data.h Added param [yolo] resize=2.0 for resizing image [1/2 - 2x] without changing aspect ratio (while jitter=0.3 changes aspect ratio) 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 Added flag averaging detections: ./darknet detector demo ... -avgframes 3 5 years ago
demo.h Added flag averaging detections: ./darknet detector demo ... -avgframes 3 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 flag averaging detections: ./darknet detector demo ... -avgframes 3 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 Fixed DropBlock 5 years ago
gaussian_yolo_layer.c Added param [yolo] objectness_smooth=1 5 years ago
gaussian_yolo_layer.h Fixed [Gaussian_yolo] layer (tested for training and detection) 6 years ago
gemm.c add mingw and cuda on github actions, restored cuda 10.2 on appveyor as a test 5 years ago
gemm.h remove some unnecessary exports 6 years ago
getopt.c add mingw and cuda on github actions, restored cuda 10.2 on appveyor as a test 5 years ago
getopt.h add mingw and cuda on github actions, restored cuda 10.2 on appveyor as a test 5 years ago
gettimeofday.c add mingw and cuda on github actions, restored cuda 10.2 on appveyor as a test 5 years ago
gettimeofday.h add mingw and cuda on github actions, restored cuda 10.2 on appveyor as a test 5 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 Minor fix 5 years ago
http_stream.h Minor fix 5 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 Minor fix 5 years ago
image_opencv.h adversarial attack - minor improvement 5 years ago
layer.c Memory leak fix 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 crash when train with -map flag 5 years ago
network.h adversarial attack - experimental 5 years ago
network_kernels.cu Added param train_only_bn=1 to train only Batch-normalization for this and previous layers 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 Memory leak fix 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 Fixed typo weights_normalizion -> weights_normalization 5 years ago
shortcut_layer.h Fixed typo weights_normalizion -> weights_normalization 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 crash when train with -map flag 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 Added flag averaging detections: ./darknet detector demo ... -avgframes 3 5 years ago
yolo_console_dll.cpp Fixed compilation for ZED camera 5 years ago
yolo_layer.c Fixed CUDA Out of memory error during training 5 years ago
yolo_layer.h batch inference refactoring 6 years ago
yolo_v2_class.cpp Fixed time_step=1 for darknet.so/dll 6 years ago