53 Commits (b3c9f373d176549cd336908443426669edad78fd)

Author SHA1 Message Date
AlexeyAB b3c9f373d1 adversarial attack - minor improvement 5 years ago
AlexeyAB aa4f9975a7 adversarial attack - fixed 5 years ago
AlexeyAB fdb61f8cb4 Minor fix 5 years ago
AlexeyAB 5e904d5b1e adversarial attack - experimental 5 years ago
AlexeyAB 864d1062f8 Minor fix 5 years ago
AlexeyAB 5c2ddd301e Added param to cfg: [net] gaussian_noise=40 5 years ago
AlexeyAB 6c4886485d Minor speedup of DropBlock (training) 5 years ago
Muhammad Maaz 1174bb7417 Add support to ignore first 50 iterations in calculating the remaining training time. 5 years ago
Muhammad Maaz d124d552c0 Add feature to show approx. remaining training time to training chart. 5 years ago
Muhammad Maaz 324cc881ee Add support to display time remaining on the training chart. 5 years ago
Ksenya Ryabinova f441b3025a Added -chart argument 5 years ago
AlexeyAB 3902712947 minor fix 5 years ago
AlexeyAB 7e7964388b Added output CUDA, cuDNN, OpenCV versions 5 years ago
AlexeyAB 114a7f942b Added command line param -dontuse_opencv for training Classifier. Also use GaussianBlur instead of bilateralFilter for blur=1 for training Classifier and Detector. 5 years ago
AlexeyAB 81c5bcea92 Avg-loss will be saved to the 2 images: chart.png & chart_your_cfg_name.png 5 years ago
AlexeyAB e33ecb785e Added param counters_per_class=100,200,... <for each class> to [yolo] and [Gaussian_yolo] to solve class-imbalance-problem 6 years ago
AlexeyAB 1626f9d495 Some fixes 6 years ago
AlexeyAB a616fcd28e Minor fix 6 years ago
AlexeyAB c7e3ba3ed4 Fixed memory leak in ./darknet detector demo ... 6 years ago
AlexeyAB 5d13aad887 Fixed types in the image_opencv.cpp/h that could lead to a memory leak 6 years ago
AlexeyAB 27da7f85c7 Minor fix 6 years ago
AlexeyAB 142fcdeb1e Added blur=1 for Classifier training if OPENCV=1 (removes textures like in stylized-ImageNet) 6 years ago
AlexeyAB 649abac372 Fixed blur= parameter for train detector 6 years ago
AlexeyAB 3555beb914 Fixed some memory leaks in secondary functions 6 years ago
7FM 20659fc1a8
Fix undefined behavior caused by delete 6 years ago
AlexeyAB 6e73633925 Fixed Blur and Try to use new Assisted Excitation. 6 years ago
AlexeyAB f8c72acd42 Added scale_x_y to [Gaussian_yolo]. Fixed blur=10; 6 years ago
AlexeyAB 24788b8061 Compile fix 6 years ago
AlexeyAB 1c71f00153 Fixed shortcut_layer for antialiasing 6 years ago
AlexeyAB e33019e669 Fixed stride_x and stride_y. Fixed AntiAliasing. Minor fixes. 6 years ago
AlexeyAB c9129c2078 Added letter_box=1 param in [net] section (cfg-file) for keeping aspect ratio during training 6 years ago
AlexeyAB 57baf1a487 Added Mixup data augmentation if is used mixup=1 6 years ago
AlexeyAB 3aca0b7166 conv-LSTM training speedup 6 years ago
AlexeyAB 038289eb7d Some conv-lstm, sgdr and other fixes 6 years ago
AlexeyAB 31dc6c8680 Added LSTM sequence detector, and blur data augmentation (for OpenCV only) 6 years ago
AlexeyAB bc95ce3c25 Optimization when data augmentation is disabled (for OpenCV) 6 years ago
AlexeyAB 8cd5a9364a OpenCV fix for channel=1. README.md fix 6 years ago
AlexeyAB 099b71d1de Removed IplImage completely 6 years ago
AlexeyAB 8c970498a2 Minor fix 6 years ago
AlexeyAB 42a4081e94 OpenCV 2.x, 3.x, 4.x are supported 6 years ago
AlexeyAB 5a094da200 Another fix for old and new OpenCV 6 years ago
AlexeyAB 199b88624e Removed some old OpenCV C API 6 years ago
AlexeyAB b6a824df39 Minor fix 6 years ago
AlexeyAB d6b9512a00 Fixed bug when image is missing 6 years ago
AlexeyAB 97679224ba All OpenCV C-functions replaced by CPP-functions 6 years ago
AlexeyAB 811f772b45 3rd part of OpenCV C-functions replaced by CPP-functions 6 years ago
AlexeyAB 4e47429d82 Another part of OpenCV C-functions replaced by CPP-functions 6 years ago
AlexeyAB 33b854a631 Another compile fix 6 years ago
AlexeyAB 4d6bba5e69 Compile fix 6 years ago
AlexeyAB 79c669707c Some C OpenCV functions replaced by CPP functions 6 years ago