darknet/src
AlexeyAB 17b806f0bd Fixed Loss scale 2020-06-22 14:50:51 +03:00
..
.editorconfig
activation_kernels.cu SAT for contrastive loss 2020-06-21 03:02:52 +03:00
activation_layer.c fix calloc realloc failure 2019-09-13 09:34:41 +08:00
activation_layer.h
activations.c SAT for contrastive loss 2020-06-21 03:02:52 +03:00
activations.h Added GELU activation 2020-04-27 04:36:39 +03:00
art.c Some C OpenCV functions replaced by CPP functions 2019-04-05 18:56:08 +03:00
avgpool_layer.c fix calloc realloc failure 2019-09-13 09:40:40 +08:00
avgpool_layer.h ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 2019-03-18 02:48:52 +03:00
avgpool_layer_kernels.cu fixes for ci and included files 2019-05-14 09:23:02 +02:00
batchnorm_layer.c self-adversarial training 2020-03-26 00:16:57 +03:00
batchnorm_layer.h final compile fix 2020-03-11 20:05:01 +03:00
blas.c Added Supervised and Unsupervised Contrastive loss for Classifier [net] contrastive=1 unsupervised=1 [contrastive] classes=1000 2020-06-15 19:22:47 +03:00
blas.h SAT for contrastive loss 2020-06-21 03:02:52 +03:00
blas_kernels.cu SAT for contrastive loss 2020-06-21 03:02:52 +03:00
box.c Added param to [yolo] iou_thresh_kind=giou iou_thresh=0.213 2020-03-31 21:12:41 +03:00
box.h Added param to [yolo] iou_thresh_kind=giou iou_thresh=0.213 2020-03-31 21:12:41 +03:00
captcha.c Fixed many warnings 2019-03-18 19:25:48 +03:00
cifar.c Moved all OpenCV functions to the image_opencv.cpp/h 2019-04-04 22:57:05 +03:00
classifier.c Added Supervised and Unsupervised Contrastive loss for Classifier [net] contrastive=1 unsupervised=1 [contrastive] classes=1000 2020-06-15 19:22:47 +03:00
classifier.h
coco.c Added flag averaging detections: ./darknet detector demo ... -avgframes 3 2020-05-18 01:31:03 +03:00
col2im.c option to build project using cpp compiler if c not working/available 2019-07-25 09:47:27 +02:00
col2im.h Added dilation parameter for convolutional, conv_lstm and crnn layers 2019-06-08 19:41:44 +03:00
col2im_kernels.cu Added dilation parameter for convolutional, conv_lstm and crnn layers 2019-06-08 19:41:44 +03:00
compare.c fix calloc realloc failure 2019-09-13 09:34:41 +08:00
connected_layer.c Added loss_scale for Mixed-Precision on Tensor-Cores 2020-03-11 19:47:13 +03:00
connected_layer.h Compile fix 2020-03-11 19:54:39 +03:00
conv_lstm_layer.c Added Contrastive loss 2020-06-14 05:11:22 +03:00
conv_lstm_layer.h Added [conv_lstm] bottleneck=1 - to make the layer cheaper 2020-05-29 03:17:19 +03:00
convolutional_kernels.cu Fixed Loss scale 2020-06-22 14:50:51 +03:00
convolutional_layer.c Minor speedup of Mish/Swish (if train==0 then don't write input of activation to the memory) 2020-05-12 16:54:13 +03:00
convolutional_layer.h Added loss_scale for Mixed-Precision on Tensor-Cores 2020-03-11 19:47:13 +03:00
cost_layer.c fix calloc realloc failure 2019-09-13 09:34:41 +08:00
cost_layer.h fix prototype 2019-09-05 19:02:45 +08:00
cpu_gemm.c
crnn_layer.c Added loss_scale for Mixed-Precision on Tensor-Cores 2020-03-11 19:47:13 +03:00
crnn_layer.h final compile fix 2020-03-11 20:05:01 +03:00
crop_layer.c fix calloc realloc failure 2019-09-13 09:34:41 +08:00
crop_layer.h
crop_layer_kernels.cu fixes for ci and included files 2019-05-14 09:23:02 +02:00
dark_cuda.c Minor fix 2020-05-07 18:41:43 +03:00
dark_cuda.h Minor fix 2020-05-07 18:41:43 +03:00
darknet.c Added param [yolo] objectness_smooth=1 2020-05-07 17:22:09 +03:00
darkunistd.h Fix compilation for Windows with MinGW 2019-11-24 00:17:32 +00:00
data.c SAT for contrastive loss 2020-06-21 03:02:52 +03:00
data.h Added Contrastive loss 2020-06-14 05:11:22 +03:00
deconvolutional_kernels.cu fixes for ci and included files 2019-05-14 09:23:02 +02:00
deconvolutional_layer.c fix calloc realloc failure 2019-09-13 09:34:41 +08:00
deconvolutional_layer.h ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 2019-03-18 02:48:52 +03:00
demo.c Added flag averaging detections: ./darknet detector demo ... -avgframes 3 2020-05-18 01:31:03 +03:00
demo.h Added flag averaging detections: ./darknet detector demo ... -avgframes 3 2020-05-18 01:31:03 +03:00
detection_layer.c fix calloc realloc failure 2019-09-13 09:34:41 +08:00
detection_layer.h
detector.c Added Contrastive loss 2020-06-14 05:11:22 +03:00
dice.c Fixed many warnings 2019-03-18 19:25:48 +03:00
dropout_layer.c Added [net] dynamic_minibatch=1 for increasing mini_batch_size when random=1 is used 2020-03-02 15:27:43 +03:00
dropout_layer.h Fixed DropBlock [dropout] dropblock_size_abs=7 dropblock_size_rel=0.5 2019-12-13 01:22:03 +03:00
dropout_layer_kernels.cu Fixed DropBlock 2020-04-03 20:33:36 +03:00
gaussian_yolo_layer.c Fixed [yolo] objectness_smooth=1 and lowest w/h of objectes when mosaic=1 2020-06-06 01:47:21 +03:00
gaussian_yolo_layer.h Fixed [Gaussian_yolo] layer (tested for training and detection) 2019-10-26 01:29:41 +03:00
gemm.c add mingw and cuda on github actions, restored cuda 10.2 on appveyor as a test 2020-05-01 09:28:51 +02:00
gemm.h
getopt.c add mingw and cuda on github actions, restored cuda 10.2 on appveyor as a test 2020-05-01 09:28:51 +02:00
getopt.h add mingw and cuda on github actions, restored cuda 10.2 on appveyor as a test 2020-05-01 09:28:51 +02:00
gettimeofday.c add mingw and cuda on github actions, restored cuda 10.2 on appveyor as a test 2020-05-01 09:28:51 +02:00
gettimeofday.h add mingw and cuda on github actions, restored cuda 10.2 on appveyor as a test 2020-05-01 09:28:51 +02:00
go.c Merge branch 'master' into master 2020-01-07 16:21:13 +08:00
gru_layer.c Added loss_scale for Mixed-Precision on Tensor-Cores 2020-03-11 19:47:13 +03:00
gru_layer.h final compile fix 2020-03-11 20:05:01 +03:00
http_stream.cpp Minor fix 2020-05-11 03:17:47 +03:00
http_stream.h Minor fix 2020-05-11 03:17:47 +03:00
httplib.h Added HTTP POST sender with detected objects, use: ./darknet detector demo ... -http_post_host webhook.site/898bbd9b-0ddd-49cf-b81d-1f56be98d870 2019-12-01 00:09:05 +03:00
im2col.c Another compile fix 2019-06-09 01:15:24 +03:00
im2col.h Added dilation parameter for convolutional, conv_lstm and crnn layers 2019-06-08 19:41:44 +03:00
im2col_kernels.cu Added dilation parameter for convolutional, conv_lstm and crnn layers 2019-06-08 19:41:44 +03:00
image.c Minor fix 2020-05-20 19:51:06 +03:00
image.h Minor fix 2020-05-20 19:51:06 +03:00
image_opencv.cpp Minor fix 2020-04-26 14:19:20 +03:00
image_opencv.h adversarial attack - minor improvement 2020-03-25 02:35:05 +03:00
layer.c Added Contrastive loss 2020-06-14 05:11:22 +03:00
layer.h
list.c Merge branch 'master' into master 2020-01-07 16:21:13 +08:00
list.h Fixed minor bugs and memory leaks 2019-11-30 03:41:30 +03:00
local_layer.c Added loss_scale for Mixed-Precision on Tensor-Cores 2020-03-11 19:47:13 +03:00
local_layer.h another compile fix 2020-03-11 19:58:28 +03:00
lstm_layer.c Added loss_scale for Mixed-Precision on Tensor-Cores 2020-03-11 19:47:13 +03:00
lstm_layer.h final compile fix 2020-03-11 20:05:01 +03:00
matrix.c fix calloc realloc failure 2019-09-13 09:34:41 +08:00
matrix.h
maxpool_layer.c Merge branch 'master' into master 2020-01-07 16:21:13 +08:00
maxpool_layer.h Added [local_avgpool] layer 2019-12-20 20:28:35 +03:00
maxpool_layer_kernels.cu Fixed strech_sway=1 param, local_avgpool for large size 2019-12-23 02:04:23 +03:00
network.c Added Contrastive loss 2020-06-14 05:11:22 +03:00
network.h adversarial attack - experimental 2020-03-24 22:23:15 +03:00
network_kernels.cu SAT for contrastive loss 2020-06-21 03:02:52 +03:00
nightmare.c Moved all OpenCV functions to the image_opencv.cpp/h 2019-04-04 22:57:05 +03:00
normalization_layer.c fix calloc realloc failure 2019-09-20 10:32:00 +08:00
normalization_layer.h fix prototype 2019-09-05 19:02:45 +08:00
option_list.c fix calloc realloc failure 2019-09-20 10:32:00 +08:00
option_list.h Added GIoU 2019-06-01 01:27:18 +03:00
parser.c SAT for contrastive loss 2020-06-21 03:02:52 +03:00
parser.h
region_layer.c Added [net] dynamic_minibatch=1 for increasing mini_batch_size when random=1 is used 2020-03-02 15:27:43 +03:00
region_layer.h fix prototype 2019-09-05 19:02:45 +08:00
reorg_layer.c fix calloc realloc failure 2019-09-20 10:32:00 +08:00
reorg_layer.h fix prototype 2019-09-05 19:02:45 +08:00
reorg_old_layer.c fix calloc realloc failure 2019-09-20 10:32:00 +08:00
reorg_old_layer.h fix prototype 2019-09-05 19:02:45 +08:00
rnn.c Set cur_iteration = 0; initially 2020-03-11 01:46:10 +03:00
rnn_layer.c Added loss_scale for Mixed-Precision on Tensor-Cores 2020-03-11 19:47:13 +03:00
rnn_layer.h final compile fix 2020-03-11 20:05:01 +03:00
rnn_vid.c fix calloc realloc failure 2019-09-13 09:34:41 +08:00
route_layer.c Merge branch 'master' into master 2020-01-10 17:45:35 +08:00
route_layer.h Added groups= and groupd_id= params to the [route] layer 2019-11-08 01:06:49 +03:00
sam_layer.c Merge branch 'master' into master 2020-01-07 16:21:13 +08:00
sam_layer.h Added [sam] layer 2019-08-02 19:29:05 +03:00
scale_channels_layer.c Merge branch 'master' into master 2020-01-07 16:21:13 +08:00
scale_channels_layer.h Added Fusion features for ASFF and for BiFPN(EfficientDet) 2019-11-28 20:34:01 +03:00
shortcut_layer.c Fixed Loss scale 2020-06-22 14:50:51 +03:00
shortcut_layer.h Fixed typo weights_normalizion -> weights_normalization 2020-05-08 13:20:57 +03:00
softmax_layer.c SAT for contrastive loss 2020-06-21 03:02:52 +03:00
softmax_layer.h Added Supervised and Unsupervised Contrastive loss for Classifier [net] contrastive=1 unsupervised=1 [contrastive] classes=1000 2020-06-15 19:22:47 +03:00
super.c Moved all OpenCV functions to the image_opencv.cpp/h 2019-04-04 22:57:05 +03:00
swag.c Moved all OpenCV functions to the image_opencv.cpp/h 2019-04-04 22:57:05 +03:00
tag.c Set cur_iteration = 0; initially 2020-03-11 01:46:10 +03:00
tree.c fix calloc realloc failure 2019-09-13 09:34:41 +08:00
tree.h
upsample_layer.c fix calloc realloc failure 2019-09-20 10:32:00 +08:00
upsample_layer.h ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 2019-03-18 02:48:52 +03:00
utils.c Merge branch 'master' of github.com:AlexeyAB/darknet 2020-06-01 16:47:08 +03:00
utils.h Merge branch 'master' into master 2020-01-07 16:21:13 +08:00
version.h sync cmake version with hardcoded version 2019-04-10 14:02:54 +02:00
version.h.in sync cmake version with hardcoded version 2019-04-10 14:02:54 +02:00
voxel.c Some C OpenCV functions replaced by CPP functions 2019-04-05 18:56:08 +03:00
writing.c Moved all OpenCV functions to the image_opencv.cpp/h 2019-04-04 22:57:05 +03:00
yolo.c Added flag averaging detections: ./darknet detector demo ... -avgframes 3 2020-05-18 01:31:03 +03:00
yolo_console_dll.cpp Fixed compilation for ZED camera 2020-04-11 15:16:40 +03:00
yolo_layer.c [net] mosaic_bound=1 fixed bboxes going out of bounds. Count rewritten bboxes. Changed self-adversarial-training. 2020-06-07 04:41:01 +03:00
yolo_layer.h batch inference refactoring 2019-10-19 16:18:44 +03:00
yolo_v2_class.cpp Fixed time_step=1 for darknet.so/dll 2019-12-09 15:28:31 +03:00