AlexeyAB
|
d7a95aefb2
|
Added flag -show_imgs for Training, to show augmented images with bboxes
|
2019-04-05 16:04:26 +03:00 |
AlexeyAB
|
f19d1440cb
|
Moved all OpenCV functions to the image_opencv.cpp/h
|
2019-04-04 22:57:05 +03:00 |
Alexey
|
6231b748c4
|
Merge pull request #2651 from jveitchmichaelis/sgdr
Implement stochastic gradient descent with warm restarts
|
2019-03-30 14:25:45 +03:00 |
AlexeyAB
|
f482590691
|
Added -map_points flag for mAP calculation for MSCOCO, PascalVOC2007 / 2010-2012, ImageNet
|
2019-03-27 01:34:06 +03:00 |
AlexeyAB
|
fbf7a5fa4c
|
Minor fix
|
2019-03-27 00:11:13 +03:00 |
AlexeyAB
|
9dddf82ab6
|
Compile fix. And minor fixes
|
2019-03-19 20:21:34 +03:00 |
Josh Veitch-Michaelis
|
d64693eb77
|
add SGDR policy
|
2019-03-18 23:26:04 +00:00 |
AlexeyAB
|
84be2e8316
|
Minor fix
|
2019-03-18 18:11:39 +03:00 |
AlexeyAB
|
4cd10ee547
|
Another one fix
|
2019-03-18 16:05:42 +03:00 |
AlexeyAB
|
d762df531f
|
Compile fix
|
2019-03-18 02:53:48 +03:00 |
AlexeyAB
|
b6e15f1656
|
ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example
|
2019-03-18 02:48:52 +03:00 |
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 |