Commit Graph

936 Commits

Author SHA1 Message Date
79caf3837a Revert ".NET/C# support integration"
This reverts commit 00903aebd3.
2018-06-23 11:05:26 +02:00
00903aebd3 .NET/C# support integration
Add logic for .NET/C# integration (DllImport)
2018-06-23 11:02:37 +02:00
5de3a00496 Update Readme.md 2018-06-23 00:23:59 +03:00
026a679ded Minor fix: darknet.py for OpenCV 2018-06-21 19:23:30 +03:00
455b2fc06f Able letterbox for video 2018-06-21 14:45:43 +03:00
4a2a2250f9 Fixed removing escape symbols for command line arguments 2018-06-21 02:42:39 +03:00
76e258520e Minor fix 2018-06-20 13:28:25 +03:00
3a33d00d22 Update Readme.md 2018-06-20 01:29:59 +03:00
56bff1dc8c Fixed darknet.py when OpenCV is used (added BGR to RGB conversion) 2018-06-20 01:06:39 +03:00
7f0079dec5 Output video-file has the same FPS as source video-stream. Exit from demo by ESC. 2018-06-19 15:00:36 +03:00
e1e5abe191 Fixed some security issues 2018-06-16 01:27:11 +03:00
2b964134b4 Update Readme.md 2018-06-15 17:43:00 +03:00
e066cad1ec Added warning if width or height isn't divisible by 32 for default Yolo-networks 2018-06-15 17:25:58 +03:00
6ed2474e14 Update Readme.md 2018-06-15 00:42:35 +03:00
6d44529cf9 Minor fix 2018-06-13 13:50:02 +03:00
eff487ba36 Minor fix 2018-06-10 16:36:33 +03:00
526e58d0d1 Merge pull request #1017 from jing-vision/master
Expose YOLODLL_API layer* get_network_layer(network* net, int i);
2018-06-10 14:48:38 +03:00
22796c5a49 Minor fix 2018-06-10 13:58:37 +03:00
83b2ae66e1 Expose YOLODLL_API layer* get_network_layer(network* net, int i); 2018-06-10 09:45:39 +08:00
17520296c7 Update Readme.md 2018-06-07 16:47:52 +03:00
63aeb63dee Update Readme.md 2018-06-07 16:46:23 +03:00
9e79236996 Update Readme.md 2018-06-07 14:20:45 +03:00
35b9c3d0e7 Update Readme.md 2018-06-07 14:15:10 +03:00
1c05ebf522 Minor fix 2018-06-07 03:39:30 +03:00
3010e1f755 Minor fix 2018-06-07 03:02:35 +03:00
6c54f5ffb2 Show inconsistent information if it is present in .cfg and .names files 2018-06-07 02:20:44 +03:00
1e512b2308 Letter box is disabled in the darknet.py by defualt 2018-06-04 22:11:05 +03:00
3eb58c51b9 Merge pull request #981 from IlyaOvodov/Fix_get_color_depth
Net color depth is exposed from Detector class
2018-06-04 21:24:36 +03:00
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