Commit Graph

892 Commits

Author SHA1 Message Date
51293290fa Fix error in allocation size 2018-05-31 13:11:19 +03:00
6c675a0927 Fix openCV 3.4.1 highgui 2018-05-31 14:04:16 +08:00
01bec65708 "channel" parameter of [net] is used in detector when preparing images for net. 2018-05-30 19:51:55 +03:00
ec766fc3f1 Ignore empty extra lines in train.txt 2018-05-29 14:35:32 +03:00
6fd90762c5 Fix: Ignore incorrect dataset labels instead of causing seg-fault error. 2018-05-28 22:57:53 +03:00
1b7a1a0f33 Fixed top-coordinate output when -ext_output is used for video 2018-05-28 19:02:05 +03:00
1d532aa97f Merge pull request #913 from jing-vision/master
classifier.c - add the awesome training chart and make sure "top" is …
2018-05-28 13:07:33 +03:00
160eddddc4 Minor fix 2018-05-27 16:53:42 +03:00
b36512ea2e classifier.c - add the awesome training chart and make sure "top" is not bigger than "classes" in datacfg file. 2018-05-26 21:42:53 +08:00
65e430588d Merge pull request #909 from jing-vision/master
classifier.c - set batch=1 in "predict", "demo" and "try" mode.
2018-05-26 16:36:30 +03:00
6b6f0f0ca3 classifier.c - set batch=1 in "predict", "demo" and "try" mode. 2018-05-26 21:18:30 +08:00
6390a5a2ab Update Readme.md 2018-05-23 19:11:10 +03:00
f52040f0bf Classifier uses C++ OpenCV cv::VideoCapture that hasn't bugs. 2018-05-23 18:43:51 +03:00
eef9f8e5bb Minor fixes 2018-05-23 18:35:08 +03:00
ec68838342 Fixed memory leaks for Yolo: train, test 2018-05-23 18:27:18 +03:00
768b190b10 Minor fix: warning-message if in labels class_id >= classes in cfg-file 2018-05-22 23:00:22 +03:00
60cd28bdfb Fixed seg-fault that occurred if <class_id> in labels more than classes= in the cfg-file. 2018-05-22 20:10:04 +03:00
a2666d5b3c Fixed replace_image_to_label(): replaces directories only for Pascal VOC and COCO, replaces only extensions for other. 2018-05-22 18:23:48 +03:00
032acd408a Experimental reinforcement learning. 2018-05-22 16:38:04 +03:00
f9ecf6fd3f For Release build - equality check: output of [convolutional] == input of [yolo]. 2018-05-22 02:37:52 +03:00
d01a686246 Fixed compile 2018-05-22 00:33:24 +03:00
a720bf74e2 Added flag -ext_output for detector demo. Fixed proportional resize of network for random=1 2018-05-22 00:15:04 +03:00
46028c6621 Fixed demo for video files: is used do_nms_sort() instead of do_nms_obj(). 2018-05-21 19:12:55 +03:00
b88b7b645b Save jpg-images for detector demo if used flag: -prefix <filename> 2018-05-21 15:04:10 +03:00
4403e71b33 Supported files for training: jpg, jpeg, bmp, png, ppm - and UPPER CASE extensions 2018-05-20 18:43:15 +03:00
175c68b9b3 Merge pull request #856 from vinjn/patch-1
darknet.py - improve dll loading under Windows
2018-05-20 16:25:48 +03:00
c6ca54b411 darknet.py - apply the same changes to build/darknet/x64/ 2018-05-20 21:12:35 +08:00
dbcdac88a5 darknet.py - loading dll files by absolute name 2018-05-20 14:20:55 +08:00
efdeb01a3a darknet.py - remove unnecessary check of CUDA_HOME 2018-05-20 13:57:21 +08:00
7b7c669f49 Added flag -save_labels to save detections as training labels txt-files (pseudo labeling concept) 2018-05-20 00:39:03 +03:00
c1bb8c129d Fixed xnor for random=1 2018-05-19 16:52:05 +03:00
94c84da850 Update Readme.md 2018-05-18 23:31:20 +03:00
8b9af80a5b Merge pull request #851 from NadeenUdantha/patch-1
ojbects -> objects
2018-05-18 23:27:59 +03:00
985ba2720f yolov3-tiny_obj.cfg - is example for training custom objects 2018-05-18 23:27:27 +03:00
ae9fb2abbd ojbects -> objects 2018-05-18 14:19:19 +05:30
24f563ce71 Example of usage cv2.imread() in the darknet.py 2018-05-17 23:26:55 +03:00
71437a936d Update Readme.md 2018-05-17 22:50:27 +03:00
9ba0beb413 Fixed resize of network for low resolution network like 128x128 2018-05-17 17:02:42 +03:00
e39d101109 Merge pull request #844 from salbatron/patch-1
Create get_openimages_dataset.py
2018-05-17 16:36:50 +03:00
0ecbeeff42 Create get_openimages_dataset.py
Script that downloads images with selected classes from OpenImages dataset and create labels in "yolo format"
2018-05-17 15:22:49 +02:00
fb9fcfb3ba Support of .ppm files is realised 2018-05-17 03:04:42 +03:00
e29fcb703f Fixed time for ./darknet detector valid 2018-05-16 15:23:34 +03:00
8587c0a161 Fixed OPENCV_VERSION 2018-05-16 15:19:01 +03:00
b34c913d2e darknet.py change libdarknet.so to darknet.so 2018-05-16 15:16:41 +03:00
89c11f83ed Fixed darknet.py - uses batch=1 by default 2018-05-16 15:05:46 +03:00
573d7e8081 Added def array_to_image(arr): to the darknet.py
Usage:
    import scipy.misc
    sci_image = scipy.misc.imread(image)
    im, arr = array_to_image(sci_image)
2018-05-16 03:03:23 +03:00
8b5344ee2d Added BFLOPs output for network configurations 2018-05-14 13:34:40 +03:00
3ebcc647b6 Fixed network resizing (random=1) for non-square networks 2018-05-14 12:20:38 +03:00
cda8171feb Merge pull request #765 from HotChick91/AlexeyAB-code
Exit with nonzero status on error
2018-05-10 01:38:02 +03:00
812d143ebd Merge branch 'master' of github.com:AlexeyAB/darknet 2018-05-08 19:09:58 +03:00