Commit Graph

340 Commits

Author SHA1 Message Date
84d6533cb8 Fixed OpenCV usage in the yolo_console_dll.cpp 2017-10-23 16:43:03 +03:00
ae74d0ef31 Fixed fread() for net->seen 2017-10-21 23:56:07 +03:00
a4b591e8c2 Fixed yolo_console_dll.cpp 2017-10-19 02:30:39 +03:00
3981259342 circleci 2017-10-19 02:26:10 +03:00
5a2efd5e53 Fixed yolo_console_dll.cpp for RTMP protocol 2017-10-10 22:54:42 +03:00
d1a5905c61 Fixed of using backslash (\) in paths to cfg for training 2017-10-01 18:21:27 +03:00
2baa7bde54 Fixed classifier for AlexNet and Resnet50 2017-09-15 20:31:48 +03:00
fe6e694e17 Fixed yolo_console_dll.cpp 2017-09-13 13:47:19 +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
6f1ce1f3e8 Colorized boxes. 2017-09-12 16:07:44 +03:00
99fc4ace90 Improved speed of yolo_console_dll.cpp 2017-09-11 23:43:34 +03:00
c6ccb80f17 Fixed yolo_console_dll.cpp 2017-09-11 21:21:59 +03:00
8d41842cf2 Show FPS and store result.avi video output in yolo_console_dll.cpp 2017-09-11 19:04:08 +03:00
76276fdbea You can specify filename for output video by using -out_filename res.avi 2017-08-23 21:54:24 +03:00
4d2fefd75a More usage rand_s() 2017-08-18 02:12:44 +03:00
d3577a565d Small fix - reverted srand(time(0)) for rand() 2017-08-17 22:22:30 +03:00
489207111f Some fixes 2017-08-11 14:51:39 +03:00
bf25689bb5 Fixed STB 2017-08-09 13:34:58 +03:00
f4a30ef60a Track id fixed 2017-08-08 22:16:28 +03:00
1a1c28227f Fixed console app on Linux 2017-08-08 20:10:20 +03:00
4528f9b4b4 Fixed - use individual track_id for each class of object 2017-08-08 18:23:57 +03:00
b202eaee25 Latency fix for RTSP-camera in console-app 2017-08-08 02:57:56 +03:00
4579b589ba Small fixes 2017-08-07 19:13:58 +03:00
37259078f0 Add tracking for image in example of usage SO/DLL 2017-08-05 16:23:53 +03:00
9c1b9a2cf6 Added the ability to detect on multiple images using SO/DLL 2017-08-05 02:08:11 +03:00
e34f0416f5 Added detection on images from the txt list file by using SO/DLL. 2017-08-05 01:47:58 +03:00
57fa745be8 Fixed speed of SO/DLL 2017-08-04 23:31:12 +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
9ff0b7efcb Linux supported 2017-08-03 22:18:00 +03:00
111b749d03 fixed load image for OpenCV 3.0 2017-08-03 20:42:40 +03:00
bc810016a1 cuDNN 6.0 supported. Also speed of console example improved. 2017-08-03 01:36:22 +03:00
815e7a127b Supported OpenCV 3.0 and 2.4.13. Supported Windows and Linux. 2017-08-03 00:48:29 +03:00
1fd398da4f Added cfg, labels, tree ... files for Yolo9000 2017-07-28 00:24:10 +03:00
576dbe12e6 Fixed memory release 2017-07-25 14:28:17 +03:00
51477ab274 Increased 2.3 times performance of Yolo on CPU by using OpenMP in both darknet_no_gpu and yolo_cpp_dll_no_gpu 2017-07-25 02:40:23 +03:00
37921caad3 Fix that allows speedup usage of Yolo-DLL 2017-07-24 21:43:44 +03:00
9920410ba9 minor fix 2017-07-14 12:11:45 +03:00
5bc62b14e0 Memory leak fixed 2017-07-03 14:12:52 +03:00
5eb552fcfc Un-commented the line to saving output video file. 2017-06-30 19:01:32 +03:00
42d06a7485 Increased speed for high res video 4K (3840 x 2026) 30-40 FPS. 2017-06-30 19:00:36 +03:00
665fa11fd5 Added DLL for CPU (without GPU) - yolo_cpp_dll_no_gpu.sln 2017-05-10 14:32:40 +03:00
c3b9e44538 Added support for custom data with png image files 2017-04-26 19:18:19 +05:30
97ed11ca15 Fixed valid param in .data-file for - valid recall 2017-04-25 13:28:48 +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
2662cd51a3 Fixed sequence of freeing memory. 2017-03-28 13:57:27 +03:00
71a9929af6 Fixed x & y coords less than 0 2017-03-18 01:47:21 +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