Commit Graph

20 Commits

Author SHA1 Message Date
AlexeyAB 75f2a3e7cf Added object Detection & Tracking using conv-rnn layer on frames from video 2019-03-02 03:32:24 +03:00
Alexey b5336c1e0f
Merge pull request #2394 from cenit/dev/cenit/yoloAlexey_v2
improve compatibility with c++ compilers
2019-02-22 03:00:29 +03:00
Stefano Sinigardi 00de023601 fully separate C-API from CPP-API 2019-02-19 15:57:18 +01:00
Stefano Sinigardi 6e7c7976d7 move as many defs as possible away from darknet.h 2019-02-18 11:33:25 +01:00
Stefano Sinigardi b3579380dc improve compatibility with c++ compilers, prepare for CMake 2019-02-15 17:27:12 +01:00
AlexeyAB 21c9e9c2ba Minor fix 2019-02-13 16:54:22 +03:00
AlexeyAB 28106c0fd8 Optimized memory allocation for XNOR on CPU 2019-02-12 22:16:11 +03:00
AlexeyAB 5448e07445 Try to fuse conv_xnor+shortcut -> conv_xnor 2019-02-12 02:05:15 +03:00
AlexeyAB c50b0e0c8a Minor Python and C API improvement 2019-02-06 14:38:12 +03:00
AlexeyAB fa1415e3c2 CUDNN_HALF and CC 7.5 by default in darknet.sln 2019-02-05 20:43:07 +03:00
AlexeyAB d767e8ca38 Minor fixes 2019-02-04 23:29:06 +03:00
AlexeyAB 0e022d0912 Fixed timer 2019-01-18 21:29:06 +03:00
AlexeyAB bf6b40f4e9 Another CUDA performance improvements 2019-01-18 16:29:54 +03:00
AlexeyAB d2b5e142b3 Minor fix 2019-01-14 13:56:42 +03:00
AlexeyAB a590609b1b Compile fix 2019-01-12 13:50:51 +03:00
AlexeyAB 041cffd9b8 Compile fix 2019-01-11 01:05:44 +03:00
AlexeyAB 580b2fb83c Fixed ./darknet detect ... 2019-01-11 00:52:19 +03:00
AlexeyAB e6eba22adb Graceful shutdown closes sockets 2019-01-09 03:20:29 +03:00
AlexeyAB c31a245665 Experimental. Use -json_port 8070 to allow connection to the port:8070 to get json-stream 2019-01-09 00:11:59 +03:00
AlexeyAB 3ff5084590 Added include/darknet.h 2019-01-06 23:51:38 +03:00