Commit Graph

23 Commits

Author SHA1 Message Date
d7a95aefb2 Added flag -show_imgs for Training, to show augmented images with bboxes 2019-04-05 16:04:26 +03:00
6231b748c4 Merge pull request #2651 from jveitchmichaelis/sgdr
Implement stochastic gradient descent with warm restarts
2019-03-30 14:25:45 +03:00
f482590691 Added -map_points flag for mAP calculation for MSCOCO, PascalVOC2007 / 2010-2012, ImageNet 2019-03-27 01:34:06 +03:00
fbf7a5fa4c Minor fix 2019-03-27 00:11:13 +03:00
d64693eb77 add SGDR policy 2019-03-18 23:26:04 +00:00
b6e15f1656 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 2019-03-18 02:48:52 +03:00
75f2a3e7cf Added object Detection & Tracking using conv-rnn layer on frames from video 2019-03-02 03:32:24 +03:00
00de023601 fully separate C-API from CPP-API 2019-02-19 15:57:18 +01:00
6e7c7976d7 move as many defs as possible away from darknet.h 2019-02-18 11:33:25 +01:00
b3579380dc improve compatibility with c++ compilers, prepare for CMake 2019-02-15 17:27:12 +01:00
28106c0fd8 Optimized memory allocation for XNOR on CPU 2019-02-12 22:16:11 +03:00
5448e07445 Try to fuse conv_xnor+shortcut -> conv_xnor 2019-02-12 02:05:15 +03:00
c50b0e0c8a Minor Python and C API improvement 2019-02-06 14:38:12 +03:00
fa1415e3c2 CUDNN_HALF and CC 7.5 by default in darknet.sln 2019-02-05 20:43:07 +03:00
d767e8ca38 Minor fixes 2019-02-04 23:29:06 +03:00
0e022d0912 Fixed timer 2019-01-18 21:29:06 +03:00
bf6b40f4e9 Another CUDA performance improvements 2019-01-18 16:29:54 +03:00
a590609b1b Compile fix 2019-01-12 13:50:51 +03:00
041cffd9b8 Compile fix 2019-01-11 01:05:44 +03:00
580b2fb83c Fixed ./darknet detect ... 2019-01-11 00:52:19 +03:00
e6eba22adb Graceful shutdown closes sockets 2019-01-09 03:20:29 +03:00
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
3ff5084590 Added include/darknet.h 2019-01-06 23:51:38 +03:00