AlexeyAB
|
b8e6e80c6d
|
Added spatial Yolo v3 yolov3-spp.cfg
|
2018-08-03 14:35:03 +03:00 |
Alexey
|
6682f0b989
|
Merge pull request #1218 from jing-vision/master
Expose YOLODLL_API void top_k()
|
2018-07-18 15:11:26 +03:00 |
AlexeyAB
|
dfbec7ea2b
|
PascalVOC label scripts are updated
|
2018-07-18 15:08:34 +03:00 |
vinjn
|
08957081d4
|
Expose YOLODLL_API void top_k()
|
2018-07-16 11:03:13 +08:00 |
Alexey
|
0ae1cd81d2
|
Merge pull request #1212 from tinohager/master
optimize performance - detect method
|
2018-07-15 01:54:52 +03:00 |
Tino Hager
|
2c711de013
|
optimize performance detect
check image size before resize
|
2018-07-15 00:05:54 +02:00 |
Alexey
|
b3c5e42b62
|
Update Readme.md
|
2018-07-12 01:48:45 +03:00 |
Alexey
|
3d2d0a7c98
|
Merge pull request #1172 from sberan/flush-stdout
ext_output: flush stdout after printing output
|
2018-07-11 01:24:17 +03:00 |
Sam Beran
|
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 |
Alexey
|
b956a660f5
|
Merge pull request #1171 from tinohager/master
Get gpu count and name
|
2018-07-10 23:38:32 +03:00 |
AlexeyAB
|
cfc5fedbb6
|
Just used spaces for indents instead of Tabs
|
2018-07-10 23:29:15 +03:00 |
Tino Hager
|
c021841a52
|
Get gpu count and name
Add two new methods to get informations about graphic device
|
2018-07-10 21:46:14 +02:00 |
AlexeyAB
|
81d4688b12
|
Fix for MS COCO validation
|
2018-07-10 19:12:39 +03:00 |
Alexey
|
e301fee8a0
|
Merge pull request #1152 from jing-vision/master
Expose YOLODLL_API void cuda_pull_array()
|
2018-07-08 13:05:27 +03:00 |
Alexey
|
e7f64b1506
|
Update Readme.md
|
2018-07-07 13:15:08 +03:00 |
vinjn
|
564877ad6a
|
cuda.h - converts tab to space
|
2018-07-07 12:30:45 +08:00 |
Alexey
|
b7a6dffd3e
|
Update Readme.md
|
2018-07-06 21:58:35 +03:00 |
Alexey
|
04c0c4fdf8
|
Merge pull request #1132 from tinohager/master
Optimize YoloWrapper
|
2018-07-04 19:06:41 +03:00 |
Alexey
|
f7961c3ca8
|
Update Readme.md
|
2018-07-04 19:00:42 +03:00 |
vinjn
|
4b91201051
|
Expose YOLODLL_API void cuda_pull_array()
|
2018-07-04 23:16:42 +08:00 |
Tino Hager
|
f4d4099104
|
Optimize YoloWrapper
protect internal methods, add exception if openCV support is not available
|
2018-07-03 22:29:10 +02:00 |
Alexey
|
6d2e31bf20
|
Update Readme.md
|
2018-07-02 19:29:10 +03:00 |
AlexeyAB
|
2bac3681fc
|
Minor fixes
|
2018-07-02 13:52:11 +03:00 |
AlexeyAB
|
1e9d1fcedf
|
Fixed arch=compute_53,code=[sm_53,compute_53] for Jetson TX1
|
2018-06-30 23:12:25 +03:00 |
Alexey
|
29407fa554
|
Merge pull request #1117 from Rus-L/master
Update gemm.c
|
2018-06-29 14:09:26 +03:00 |
Ruslan_Lenin
|
eae7b34cc0
|
Update gemm.c
optimization calculations
|
2018-06-29 11:39:03 +03:00 |
Alexey
|
0e1d52500d
|
Merge pull request #1111 from tinohager/master
Optimize C# interface adjust array size
|
2018-06-28 01:41:52 +03:00 |
Tino Hager
|
bff7644f31
|
remove max_objects
|
2018-06-27 23:59:10 +02:00 |
Tino Hager
|
170cebf8af
|
repair tabs spaces
|
2018-06-27 23:57:54 +02:00 |
Tino Hager
|
8a504c737d
|
repair tabs spaces
|
2018-06-27 23:56:47 +02:00 |
Tino Hager
|
d765ed8495
|
repair tabs spaces
|
2018-06-27 23:54:21 +02:00 |
Tino Hager
|
ab5368e279
|
merge changes
|
2018-06-27 23:49:41 +02:00 |
Tino Hager
|
393eaec160
|
Merge branch 'master' of https://github.com/AlexeyAB/darknet
|
2018-06-27 23:46:41 +02:00 |
Tino Hager
|
d6cb0fcabc
|
optimize max object definition
it is not possible to set the size on runtime
|
2018-06-27 23:11:33 +02:00 |
Alexey
|
b847f39f60
|
Merge pull request #1106 from jing-vision/master
Expose optimize_picture() in DLL
|
2018-06-27 17:55:47 +03:00 |
vinjn
|
db550bd804
|
Expose optimize_picture() in DLL
|
2018-06-27 11:56:21 +08:00 |
AlexeyAB
|
51ae7b0b50
|
Minor fix
|
2018-06-27 03:38:06 +03:00 |
AlexeyAB
|
f88d23ad34
|
Minor fix
|
2018-06-27 01:54:09 +03:00 |
Alexey
|
24c889d857
|
Merge pull request #1085 from tinohager/master
.NET/C# support integration
|
2018-06-25 00:00:11 +03:00 |
Tino Hager
|
b2c03b1615
|
fix build error, add c# wrapper class
|
2018-06-24 22:45:07 +02:00 |
Tino Hager
|
9ed3e2df4a
|
rename c++ method
detect_image2 -> detect_mat
|
2018-06-24 21:22:50 +02:00 |
Tino Hager
|
4a42031c0d
|
Merge branch 'master' of https://github.com/AlexeyAB/darknet
|
2018-06-24 20:28:12 +02:00 |
AlexeyAB
|
99c92f98e0
|
Fixed ability for support OpenCV for yolo_cpp_dll_no_gpu.sln
|
2018-06-23 15:24:48 +03:00 |
Tino Hager
|
8d2f2653c8
|
.NET/C# support integration
Add logic for .NET/C# integration (DllImport)
|
2018-06-23 11:06:43 +02:00 |
Tino Hager
|
79caf3837a
|
Revert ".NET/C# support integration"
This reverts commit 00903aebd3 .
|
2018-06-23 11:05:26 +02:00 |
Tino Hager
|
00903aebd3
|
.NET/C# support integration
Add logic for .NET/C# integration (DllImport)
|
2018-06-23 11:02:37 +02:00 |
Alexey
|
5de3a00496
|
Update Readme.md
|
2018-06-23 00:23:59 +03:00 |
AlexeyAB
|
026a679ded
|
Minor fix: darknet.py for OpenCV
|
2018-06-21 19:23:30 +03:00 |
AlexeyAB
|
455b2fc06f
|
Able letterbox for video
|
2018-06-21 14:45:43 +03:00 |
AlexeyAB
|
4a2a2250f9
|
Fixed removing escape symbols for command line arguments
|
2018-06-21 02:42:39 +03:00 |