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 57baf1a487 Added Mixup data augmentation if is used mixup=1 6 years ago
..
.editorconfig Just used spaces for indents instead of Tabs 7 years ago
activation_kernels.cu Merge branch 'master' into dev/cenit/include 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 move as many defs as possible away from darknet.h 6 years ago
activations.h ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
art.c Some C OpenCV functions replaced by CPP functions 6 years ago
avgpool_layer.c ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 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 Added scale_x_y param to [yolo]-layer (for sigmoid). 6 years ago
blas_kernels.cu Merge pull request #2952 from cenit/dev/cenit/include 6 years ago
box.c Added GIoU 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 All OpenCV C-functions replaced by CPP-functions 6 years ago
classifier.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
coco.c Added flag -letter_box for Detection 6 years ago
col2im.c move as many defs as possible away from darknet.h 6 years ago
col2im.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
col2im_kernels.cu fixes for ci and included files 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 conv-LSTM training speedup 6 years ago
conv_lstm_layer.h Added grouped convolutional (depth-wise convolutional) 6 years ago
convolutional_kernels.cu Merge branch 'master' into dev/cenit/include 6 years ago
convolutional_layer.c Some conv-lstm, sgdr and other fixes 6 years ago
convolutional_layer.h Added grouped convolutional (depth-wise convolutional) 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 Minor fix 6 years ago
crnn_layer.h Added grouped convolutional (depth-wise convolutional) 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 Added Mixup data augmentation if is used mixup=1 6 years ago
data.h Added Mixup data augmentation if is used mixup=1 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 Mixup data augmentation if is used mixup=1 6 years ago
dice.c Fixed many warnings 6 years ago
dropout_layer.c ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
dropout_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
dropout_layer_kernels.cu fixes for ci and included files 6 years ago
gemm.c cleanup in preparation to opencv-4 work 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 move as many defs as possible away from darknet.h 6 years ago
im2col.h remove unused cpu function in .cu file 6 years ago
im2col_kernels.cu cleanup in preparation to opencv-4 work 6 years ago
image.c Moved all OpenCV functions to the image_opencv.cpp/h 6 years ago
image.h Moved all OpenCV functions to the image_opencv.cpp/h 6 years ago
image_opencv.cpp Added Mixup data augmentation if is used mixup=1 6 years ago
image_opencv.h Added Mixup data augmentation if is used mixup=1 6 years ago
layer.c Added LSTM sequence detector, and blur data augmentation (for OpenCV only) 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 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
maxpool_layer.h ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
maxpool_layer_kernels.cu fixes for ci and included files 6 years ago
network.c Fix network resizing for resize_conv_lstm_layer() 6 years ago
network.h Added sequential subdivisions 6 years ago
network_kernels.cu Added grouped convolutional (depth-wise convolutional) 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 Added Mixup data augmentation if is used mixup=1 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 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 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
shortcut_layer.c ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
shortcut_layer.h improve compatibility with c++ compilers, prepare for CMake 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 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 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 Compile fix 6 years ago
yolo_layer.h improve compatibility with c++ compilers, prepare for CMake 6 years ago
yolo_v2_class.cpp Added LSTM sequence detector, and blur data augmentation (for OpenCV only) 6 years ago