Commit Graph

45 Commits

Author SHA1 Message Date
2c711de013 optimize performance detect
check image size before resize
2018-07-15 00:05:54 +02: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
d6cb0fcabc optimize max object definition
it is not possible to set the size on runtime
2018-06-27 23:11:33 +02: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
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
5291935b70 Net color depth is exposed from Detector class 2018-06-04 18:56:23 +03:00
8fcf3f04ee sure ODR 2018-04-18 16:00:06 +03:00
e947bf29af C wrappers 2018-03-17 01:03:56 +03:00
2972f8de8e Fixed Tracking using SparsePyrLKOpticalFlow on CPU 2018-02-20 02:43:04 +03:00
d8b59fcafe Changed definition location to adhere to compatability promises 2018-02-19 14:26:53 -08:00
892860e84e Added CPU Optical Flow 2018-02-18 22:04:01 -08:00
8df8b36f31 Compile fix 2018-02-12 22:49:40 +03:00
14db8f3384 Added linear extrapolation of coordinates 2018-02-12 22:36:52 +03:00
cd8a3dcb4c Compile fixes 2018-02-09 02:22:42 +03:00
be90b8e8cb Optimal params for optical flow tracking. Some small box fixes. 2018-02-09 01:50:35 +03:00
8b385e1afe Fix for tracking 2018-02-08 01:05:04 +03:00
db3a3c54c5 Some fixes 2018-02-03 15:35:13 +03:00
063a23f637 Tracking small fixes 2018-01-31 01:55:25 +03:00
993e3a38aa Tracking is simplified 2018-01-28 00:57:04 +03:00
8b94d474d5 Fixed preview box for short-term object detection (small box) and long-term object tracking (large box) 2018-01-25 17:42:45 +03:00
5424987dd1 Fixed unused tracking for OpenCV 2.x 2018-01-11 16:11:16 +03:00
ea09a6e0b3 Command line for example of usage DLL/SO 2018-01-09 22:26:54 +03:00
aeb15b3cb9 Detection and Tracking work well 2018-01-08 01:47:50 +03:00
0cb81e5f50 Some stream fixes 2018-01-07 20:44:04 +03:00
0419c54042 Tracking and Streaming fixed. 2018-01-07 03:30:51 +03:00
e205c1e7ae Tracking fixed 2018-01-05 02:23:10 +03:00
7113d2cc7f Added object tracking using optical flow 2017-12-26 02:56:13 +03:00
8fa9f44211 Improved speed of yolo_console_dll.cpp - 40 FPS on 4K using GeForce GTX 960 2017-09-12 17:16:21 +03:00
4528f9b4b4 Fixed - use individual track_id for each class of object 2017-08-08 18:23:57 +03:00
4579b589ba Small fixes 2017-08-07 19:13:58 +03:00
e34f0416f5 Added detection on images from the txt list file by using SO/DLL. 2017-08-05 01:47:58 +03:00
52462f2ba6 Changed example of DLL/SO usage to work faster 2017-08-04 20:24:27 +03:00
fd671a7a4a LIBSO=1 compile darknet.so library on Linux 2017-08-04 17:57:05 +03:00
37921caad3 Fix that allows speedup usage of Yolo-DLL 2017-07-24 21:43:44 +03:00
d360b6a42a Implementation of tracking-function moved to cpp-file 2017-04-03 15:27:50 +03:00
3659d84f24 Added tracking: numerating the detected objects on video 2017-03-31 21:42:51 +03:00
351996d9f0 Fixed memory leak in DLL, added load_image() & free_image(), added read_names_from_file() 2017-03-16 21:49:36 +03:00
d09b987b0f Fix in bbox_t coords from (float) to (unsigned int) 2017-03-16 13:21:49 +03:00
39912d2240 Small fix 2017-03-16 00:23:47 +03:00
a6cbaeecde Added support DLL (dynamic link library) - yolo_cpp_dll.dll 2017-03-15 23:39:18 +03:00