790 Commits (6c675a09278aeb7f579ff9ee7c20e990119be8ff)
 

Author SHA1 Message Date
Yu Hao 6c675a0927
Fix openCV 3.4.1 highgui 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 1b7a1a0f33 Fixed top-coordinate output when -ext_output is used for video 7 years ago
Alexey 1d532aa97f
Merge pull request #913 from jing-vision/master 7 years ago
AlexeyAB 160eddddc4 Minor fix 7 years ago
vinjn b36512ea2e classifier.c - add the awesome training chart and make sure "top" is not bigger than "classes" in datacfg file. 7 years ago
Alexey 65e430588d
Merge pull request #909 from jing-vision/master 7 years ago
vinjn 6b6f0f0ca3 classifier.c - set batch=1 in "predict", "demo" and "try" mode. 7 years ago
Alexey 6390a5a2ab
Update Readme.md 7 years ago
AlexeyAB f52040f0bf Classifier uses C++ OpenCV cv::VideoCapture that hasn't bugs. 7 years ago
AlexeyAB eef9f8e5bb Minor fixes 7 years ago
AlexeyAB ec68838342 Fixed memory leaks for Yolo: train, test 7 years ago
AlexeyAB 768b190b10 Minor fix: warning-message if in labels class_id >= classes in cfg-file 7 years ago
AlexeyAB 60cd28bdfb Fixed seg-fault that occurred if <class_id> in labels more than classes= in the cfg-file. 7 years ago
AlexeyAB a2666d5b3c Fixed replace_image_to_label(): replaces directories only for Pascal VOC and COCO, replaces only extensions for other. 7 years ago
AlexeyAB 032acd408a Experimental reinforcement learning. 7 years ago
AlexeyAB f9ecf6fd3f For Release build - equality check: output of [convolutional] == input of [yolo]. 7 years ago
AlexeyAB d01a686246 Fixed compile 7 years ago
AlexeyAB a720bf74e2 Added flag -ext_output for detector demo. Fixed proportional resize of network for random=1 7 years ago
AlexeyAB 46028c6621 Fixed demo for video files: is used do_nms_sort() instead of do_nms_obj(). 7 years ago
AlexeyAB b88b7b645b Save jpg-images for detector demo if used flag: -prefix <filename> 7 years ago
AlexeyAB 4403e71b33 Supported files for training: jpg, jpeg, bmp, png, ppm - and UPPER CASE extensions 7 years ago
Alexey 175c68b9b3
Merge pull request #856 from vinjn/patch-1 7 years ago
Vinjn Zhang c6ca54b411
darknet.py - apply the same changes to build/darknet/x64/ 7 years ago
Vinjn Zhang dbcdac88a5
darknet.py - loading dll files by absolute name 7 years ago
Vinjn Zhang efdeb01a3a
darknet.py - remove unnecessary check of CUDA_HOME 7 years ago
AlexeyAB 7b7c669f49 Added flag -save_labels to save detections as training labels txt-files (pseudo labeling concept) 7 years ago
AlexeyAB c1bb8c129d Fixed xnor for random=1 7 years ago
Alexey 94c84da850
Update Readme.md 7 years ago
Alexey 8b9af80a5b
Merge pull request #851 from NadeenUdantha/patch-1 7 years ago
AlexeyAB 985ba2720f yolov3-tiny_obj.cfg - is example for training custom objects 7 years ago
Nadeen Udantha ae9fb2abbd
ojbects -> objects 7 years ago
AlexeyAB 24f563ce71 Example of usage cv2.imread() in the darknet.py 7 years ago
Alexey 71437a936d
Update Readme.md 7 years ago
AlexeyAB 9ba0beb413 Fixed resize of network for low resolution network like 128x128 7 years ago
Alexey e39d101109
Merge pull request #844 from salbatron/patch-1 7 years ago
salbatron 0ecbeeff42
Create get_openimages_dataset.py 7 years ago
AlexeyAB fb9fcfb3ba Support of .ppm files is realised 7 years ago
AlexeyAB e29fcb703f Fixed time for ./darknet detector valid 7 years ago
AlexeyAB 8587c0a161 Fixed OPENCV_VERSION 7 years ago
AlexeyAB b34c913d2e darknet.py change libdarknet.so to darknet.so 7 years ago
AlexeyAB 89c11f83ed Fixed darknet.py - uses batch=1 by default 7 years ago
AlexeyAB 573d7e8081 Added def array_to_image(arr): to the darknet.py 7 years ago
AlexeyAB 8b5344ee2d Added BFLOPs output for network configurations 7 years ago
AlexeyAB 3ebcc647b6 Fixed network resizing (random=1) for non-square networks 7 years ago
Alexey cda8171feb
Merge pull request #765 from HotChick91/AlexeyAB-code 7 years ago
AlexeyAB 812d143ebd Merge branch 'master' of github.com:AlexeyAB/darknet 7 years ago
AlexeyAB e96401774b Fixed compile error 7 years ago
Alexey 2c2ba0f8fa
Update Readme.md 7 years ago