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.
 
 
 
 
 
 
enes 1108eafa95 Batch inference added 6 years ago
..
.editorconfig Just used spaces for indents instead of Tabs 7 years ago
activation_kernels.cu Added Swish-activation 6 years ago
activation_layer.c ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
activation_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
activations.c Added Swish-activation 6 years ago
activations.h Added Swish-activation 6 years ago
art.c Some C OpenCV functions replaced by CPP functions 6 years ago
avgpool_layer.c Minor output fixes 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 Added object Detection & Tracking using conv-rnn layer on frames from video 6 years ago
batchnorm_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
blas.c Added scale_x_y param to [yolo]-layer (for sigmoid). 6 years ago
blas.h Fix sam layer 6 years ago
blas_kernels.cu Fix sam layer 6 years ago
box.c Max pool layer can use stride=2 or stride_x=2 stride_y=4 (isn't tested well) 6 years ago
box.h Added GIoU 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 Make "darknet.exe classifier predict" behavior same as "darknet.exe classifer validate" 6 years ago
classifier.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
coco.c Added TridentNet (state-of-art on MS COCO) 6 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 Fixed many warnings 6 years ago
connected_layer.c ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
connected_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
conv_lstm_layer.c Added assisted_excitation=1 for [convolutional] layer on GPU 6 years ago
conv_lstm_layer.h Added dilation parameter for convolutional, conv_lstm and crnn layers 6 years ago
convolutional_kernels.cu Fixed assisted_excitation and added also for [shortcut] layer 6 years ago
convolutional_layer.c Minor fix 6 years ago
convolutional_layer.h Added assisted_excitation=1 for [convolutional] layer on GPU 6 years ago
cost_layer.c Minor fix in cost_layer 6 years ago
cost_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
cpu_gemm.c fully separate C-API from CPP-API 6 years ago
crnn_layer.c Added assisted_excitation=1 for [convolutional] layer on GPU 6 years ago
crnn_layer.h Added dilation parameter for convolutional, conv_lstm and crnn layers 6 years ago
crop_layer.c ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 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 6 years ago
dark_cuda.h ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
darknet.c Added flag -letter_box for Detection 6 years ago
darkunistd.h Fixed many warnings 6 years ago
data.c Fixed shortcut_layer for antialiasing 6 years ago
data.h Added letter_box=1 param in [net] section (cfg-file) for keeping aspect ratio during training 6 years ago
deconvolutional_kernels.cu fixes for ci and included files 6 years ago
deconvolutional_layer.c move as many defs as possible away from darknet.h 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 -letter_box for Detection 6 years ago
demo.h Added flag -letter_box for Detection 6 years ago
detection_layer.c ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
detection_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
detector.c Added assisted_excitation_forward for training on CPU 6 years ago
dice.c Fixed many warnings 6 years ago
dropout_layer.c Minor output fixes 6 years ago
dropout_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
dropout_layer_kernels.cu Added [scale_channels] layer for squeeze-and-excitation blocks 6 years ago
gemm.c fixes for modern clang on linux 6 years ago
gemm.h remove some unnecessary exports 6 years ago
getopt.c include some requested modifications 6 years ago
getopt.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
gettimeofday.c remove some unnecessary exports 6 years ago
gettimeofday.h remove some unnecessary exports 6 years ago
go.c Moved all OpenCV functions to the image_opencv.cpp/h 6 years ago
gru_layer.c ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
gru_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
http_stream.cpp Minor fix 6 years ago
http_stream.h All OpenCV C-functions replaced by CPP-functions 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 Merge pull request #3501 from shooorf/master 6 years ago
image.h Fixed assisted_excitation and added also for [shortcut] layer 6 years ago
image_opencv.cpp Fixed shortcut_layer for antialiasing 6 years ago
image_opencv.h Added letter_box=1 param in [net] section (cfg-file) for keeping aspect ratio during training 6 years ago
layer.c Fixed assisted_excitation and added also for [shortcut] layer 6 years ago
layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
list.c move as many defs as possible away from darknet.h 6 years ago
list.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
local_layer.c move as many defs as possible away from darknet.h 6 years ago
local_layer.h ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
lstm_layer.c Minor fix 6 years ago
lstm_layer.h Added LSTM sequence detector, and blur data augmentation (for OpenCV only) 6 years ago
matrix.c Fixed many warnings 6 years ago
matrix.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
maxpool_layer.c Minor fix 6 years ago
maxpool_layer.h Added antialiasing=1 param for [maxpool]-layer on GPU and CPU 6 years ago
maxpool_layer_kernels.cu Added antialiasing=1 param for [maxpool]-layer on GPU and CPU 6 years ago
network.c Batch inference added 6 years ago
network.h Added letter_box=1 param in [net] section (cfg-file) for keeping aspect ratio during training 6 years ago
network_kernels.cu Added [scale_channels] layer for squeeze-and-excitation blocks 6 years ago
nightmare.c Moved all OpenCV functions to the image_opencv.cpp/h 6 years ago
normalization_layer.c move as many defs as possible away from darknet.h 6 years ago
normalization_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
option_list.c Added GIoU 6 years ago
option_list.h Added GIoU 6 years ago
parser.c Fixed shortcut_layer for antialiasing 6 years ago
parser.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
region_layer.c Merge branch 'master' into master 6 years ago
region_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
reorg_layer.c Minor output fixes 6 years ago
reorg_layer.h ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
reorg_old_layer.c ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
reorg_old_layer.h ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
rnn.c Moved all OpenCV functions to the image_opencv.cpp/h 6 years ago
rnn_layer.c Minor fix 6 years ago
rnn_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
rnn_vid.c All OpenCV C-functions replaced by CPP-functions 6 years ago
route_layer.c ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
route_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
sam_layer.c Minor fix 6 years ago
sam_layer.h Added [sam] layer 6 years ago
scale_channels_layer.c Minor fix 6 years ago
scale_channels_layer.h Added [scale_channels] layer for squeeze-and-excitation blocks 6 years ago
shortcut_layer.c compile fix 6 years ago
shortcut_layer.h Fixed assisted_excitation and added also for [shortcut] layer 6 years ago
softmax_layer.c ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 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 Moved all OpenCV functions to the image_opencv.cpp/h 6 years ago
tree.c move as many defs as possible away from darknet.h 6 years ago
tree.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
upsample_layer.c Minor output fixes 6 years ago
upsample_layer.h ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
utils.c Added GIoU 6 years ago
utils.h Added GIoU 6 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 -letter_box for Detection 6 years ago
yolo_console_dll.cpp Fix cv exception when using both TRACK_OPTFLOW and ZED_STEREO 6 years ago
yolo_layer.c Batch inference added 6 years ago
yolo_layer.h Batch inference added 6 years ago
yolo_v2_class.cpp introduce functions to detect build features 6 years ago