|
f0abcfa02b
|
Merge branch 'master' of https://github.com/AlexeyAB/darknet into Fix_get_color_depth
|
2018-06-04 18:57:15 +03:00 |
|
|
5291935b70
|
Net color depth is exposed from Detector class
|
2018-06-04 18:56:23 +03:00 |
|
|
c8ad33ceba
|
Update Readme.md
|
2018-06-04 15:57:13 +03:00 |
|
|
efaf684cb2
|
By default letter_box is disabled
|
2018-06-04 15:38:18 +03:00 |
|
|
a7ddb20506
|
Update Readme.md
|
2018-06-04 14:23:13 +03:00 |
|
|
d502dea9a4
|
Update Readme.md
|
2018-06-04 13:55:27 +03:00 |
|
|
132251d723
|
You can do: fuse_conv_batchnorm(network net) from DLL/SO-library
|
2018-06-04 00:37:08 +03:00 |
|
|
7359843a4b
|
Store wrong annotations to the file: bad_labels.list
|
2018-06-03 23:03:16 +03:00 |
|
|
5d8e3526ed
|
Fix for unreliable IP-cameras
|
2018-06-03 15:21:48 +03:00 |
|
|
483fdfa951
|
Fix for multi-GPU and DGX
|
2018-06-03 14:21:15 +03:00 |
|
|
4cf4a89f05
|
Minor fix
|
2018-06-02 00:33:17 +03:00 |
|
|
ba70801e98
|
Minor fixes
|
2018-06-01 14:58:30 +03:00 |
|
|
73a2c52df0
|
Merge pull request #946 from jinyu121/master
Fix openCV 3.4.1 highgui
|
2018-06-01 14:51:36 +03:00 |
|
|
0713fd9784
|
Merge pull request #936 from IlyaOvodov/Fix_GrayScale_PR
Fix#934 "channel" parameter of [net] is used in detector when preparing image…
|
2018-05-31 14:20:19 +03:00 |
|
|
1a35f49ab3
|
Merge pull request #950 from IlyaOvodov/Fix_size_PR
Fix error in allocation size
|
2018-05-31 14:19:42 +03:00 |
|
|
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 |
|