Commit Graph

1022 Commits

Author SHA1 Message Date
5fc1e9a918 ext_output: flush stdout after printing output
this allows tooling to watch for changes while the application is running.
2018-07-10 17:13:00 -05:00
b956a660f5 Merge pull request #1171 from tinohager/master
Get gpu count and name
2018-07-10 23:38:32 +03:00
cfc5fedbb6 Just used spaces for indents instead of Tabs 2018-07-10 23:29:15 +03:00
c021841a52 Get gpu count and name
Add two new methods to get informations about graphic device
2018-07-10 21:46:14 +02:00
81d4688b12 Fix for MS COCO validation 2018-07-10 19:12:39 +03:00
e301fee8a0 Merge pull request #1152 from jing-vision/master
Expose YOLODLL_API void cuda_pull_array()
2018-07-08 13:05:27 +03:00
e7f64b1506 Update Readme.md 2018-07-07 13:15:08 +03:00
564877ad6a cuda.h - converts tab to space 2018-07-07 12:30:45 +08:00
b7a6dffd3e Update Readme.md 2018-07-06 21:58:35 +03:00
04c0c4fdf8 Merge pull request #1132 from tinohager/master
Optimize YoloWrapper
2018-07-04 19:06:41 +03:00
f7961c3ca8 Update Readme.md 2018-07-04 19:00:42 +03:00
4b91201051 Expose YOLODLL_API void cuda_pull_array() 2018-07-04 23:16:42 +08:00
f4d4099104 Optimize YoloWrapper
protect internal methods, add exception if openCV support is not available
2018-07-03 22:29:10 +02:00
6d2e31bf20 Update Readme.md 2018-07-02 19:29:10 +03:00
2bac3681fc Minor fixes 2018-07-02 13:52:11 +03:00
1e9d1fcedf Fixed arch=compute_53,code=[sm_53,compute_53] for Jetson TX1 2018-06-30 23:12:25 +03:00
29407fa554 Merge pull request #1117 from Rus-L/master
Update gemm.c
2018-06-29 14:09:26 +03:00
eae7b34cc0 Update gemm.c
optimization calculations
2018-06-29 11:39:03 +03:00
0e1d52500d Merge pull request #1111 from tinohager/master
Optimize C# interface adjust array size
2018-06-28 01:41:52 +03:00
bff7644f31 remove max_objects 2018-06-27 23:59:10 +02:00
170cebf8af repair tabs spaces 2018-06-27 23:57:54 +02:00
8a504c737d repair tabs spaces 2018-06-27 23:56:47 +02:00
d765ed8495 repair tabs spaces 2018-06-27 23:54:21 +02:00
ab5368e279 merge changes 2018-06-27 23:49:41 +02:00
393eaec160 Merge branch 'master' of https://github.com/AlexeyAB/darknet 2018-06-27 23:46:41 +02:00
d6cb0fcabc optimize max object definition
it is not possible to set the size on runtime
2018-06-27 23:11:33 +02:00
b847f39f60 Merge pull request #1106 from jing-vision/master
Expose optimize_picture() in DLL
2018-06-27 17:55:47 +03:00
db550bd804 Expose optimize_picture() in DLL 2018-06-27 11:56:21 +08:00
51ae7b0b50 Minor fix 2018-06-27 03:38:06 +03:00
f88d23ad34 Minor fix 2018-06-27 01:54:09 +03:00
24c889d857 Merge pull request #1085 from tinohager/master
.NET/C# support integration
2018-06-25 00:00:11 +03:00
b2c03b1615 fix build error, add c# wrapper class 2018-06-24 22:45:07 +02:00
9ed3e2df4a rename c++ method
detect_image2 -> detect_mat
2018-06-24 21:22:50 +02:00
4a42031c0d Merge branch 'master' of https://github.com/AlexeyAB/darknet 2018-06-24 20:28:12 +02:00
99c92f98e0 Fixed ability for support OpenCV for yolo_cpp_dll_no_gpu.sln 2018-06-23 15:24:48 +03:00
8d2f2653c8 .NET/C# support integration
Add logic for .NET/C# integration (DllImport)
2018-06-23 11:06:43 +02:00
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