Commit Graph

18 Commits

Author SHA1 Message Date
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
5a2a567970 Fixed wait_stream flag, for compilation without GPU 2018-01-17 12:56:51 +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
6ccb41808c Additional fixes 2017-10-29 18:58:07 +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
f4a30ef60a Track id fixed 2017-08-08 22:16:28 +03:00
4528f9b4b4 Fixed - use individual track_id for each class of object 2017-08-08 18:23:57 +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
665fa11fd5 Added DLL for CPU (without GPU) - yolo_cpp_dll_no_gpu.sln 2017-05-10 14:32:40 +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
a6cbaeecde Added support DLL (dynamic link library) - yolo_cpp_dll.dll 2017-03-15 23:39:18 +03:00