144 Commits (ae0306e851e14c4727b8b78588aeda8f8b8ca14f)

Author SHA1 Message Date
Stefano Sinigardi ae0306e851 option to build project using cpp compiler if c not working/available 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 3ff27b1cdd Mixup bug fix 6 years ago
AlexeyAB 57baf1a487 Added Mixup data augmentation if is used mixup=1 6 years ago
AlexeyAB ae3ce1b181 Minor fixes 6 years ago
AlexeyAB 31dc6c8680 Added LSTM sequence detector, and blur data augmentation (for OpenCV only) 6 years ago
AlexeyAB 8c970498a2 Minor fix 6 years ago
AlexeyAB 71d20264d1 Use -dont_show -show_imgs for Training - saves augmented images without showing 6 years ago
AlexeyAB 811f772b45 3rd part of OpenCV C-functions replaced by CPP-functions 6 years ago
AlexeyAB d7a95aefb2 Added flag -show_imgs for Training, to show augmented images with bboxes 6 years ago
AlexeyAB f19d1440cb Moved all OpenCV functions to the image_opencv.cpp/h 6 years ago
AlexeyAB b3254ed523 Fixed many warnings 6 years ago
AlexeyAB b6e15f1656 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 6 years ago
AlexeyAB 75f2a3e7cf Added object Detection & Tracking using conv-rnn layer on frames from video 6 years ago
Stefano Sinigardi 6e7c7976d7 move as many defs as possible away from darknet.h 6 years ago
Stefano Sinigardi b3579380dc improve compatibility with c++ compilers, prepare for CMake 6 years ago
AlexeyAB 7ee4135910 Fix OpenCV compilation. maxpool_layer on GPU uses cuDNN. 7 years ago
AlexeyAB 0cf56d1ccf Version 0.2.5 ) 7 years ago
AlexeyAB 5cc2a7e20d Added mistakes checking 7 years ago
AlexeyAB 552207d6f0 Minor fix 7 years ago
AlexeyAB cfc5fedbb6 Just used spaces for indents instead of Tabs 7 years ago
AlexeyAB 81d4688b12 Fix for MS COCO validation 7 years ago
AlexeyAB eff487ba36 Minor fix 7 years ago
AlexeyAB 3010e1f755 Minor fix 7 years ago
AlexeyAB 6c54f5ffb2 Show inconsistent information if it is present in .cfg and .names files 7 years ago
AlexeyAB 7359843a4b Store wrong annotations to the file: bad_labels.list 7 years ago
IlyaOvodov 01bec65708 "channel" parameter of [net] is used in detector when preparing images for net. 7 years ago
AlexeyAB ec766fc3f1 Ignore empty extra lines in train.txt 7 years ago
AlexeyAB 6fd90762c5 Fix: Ignore incorrect dataset labels instead of causing seg-fault error. 7 years ago
AlexeyAB 4403e71b33 Supported files for training: jpg, jpeg, bmp, png, ppm - and UPPER CASE extensions 7 years ago
AlexeyAB fb9fcfb3ba Support of .ppm files is realised 7 years ago
AlexeyAB 89c11f83ed Fixed darknet.py - uses batch=1 by default 7 years ago
iovodov 9207607a59 Fix issue #674: parameter "flip" is added to [net] parameters for classifier and detector 7 years ago
AlexeyAB c2c8595b08 Fixed detection and validate(recall, map) for .png and .bmp images. 7 years ago
AlexeyAB 2ce6460c79 Remove truth only if smaller than 1x1 pix during training 7 years ago
AlexeyAB 5ea28716cc Removed printf 7 years ago
AlexeyAB 23cb35e6c8 Changed small_object 7 years ago
AlexeyAB 9fbd1936eb small_object can be used in [net] in cfg-file for objects 1x1 pix on FullHD image 7 years ago
AlexeyAB 3fc3fd0f1f Fixed training, calculation mAP and anchors for Yolo v3 7 years ago
AlexeyAB 8f1f5cbf83 3.5x times accelerated data augmentation using OpenCV for training Yolo on DGX and multi-GPU 7 years ago
AlexeyAB 371f21171a shortcut_layer resize for random=1 7 years ago
AlexeyAB a6c51e3b75 Fixes for small objects. And fixes of densenet201_yolo.cfg, resnet50_yolo.cfg, resnet152_yolo.cfg 7 years ago
AlexeyAB 35a66b73a2 Changed class to class_id 7 years ago
AlexeyAB 9c847647a1 Another compile fix error 7 years ago
AlexeyAB 9ff40baa4f Fixes for training Yolo on small objects 7 years ago
AlexeyAB 4d2fefd75a More usage rand_s() 8 years ago
AlexeyAB d3577a565d Small fix - reverted srand(time(0)) for rand() 8 years ago
AlexeyAB 815e7a127b Supported OpenCV 3.0 and 2.4.13. Supported Windows and Linux. 8 years ago
AlexeyAB a71bdd7a83 Fixed training with rand_s() 8 years ago
AlexeyAB 4422399e29 Fix multi-thread rand() 8 years ago