Commit Graph

59 Commits

Author SHA1 Message Date
97679224ba All OpenCV C-functions replaced by CPP-functions 2019-04-06 04:05:31 +03:00
79c669707c Some C OpenCV functions replaced by CPP functions 2019-04-05 18:56:08 +03:00
f19d1440cb Moved all OpenCV functions to the image_opencv.cpp/h 2019-04-04 22:57:05 +03:00
790de05435 Fix bug with demo.c 2019-03-19 23:12:40 +03:00
50956447f8 Fixed issue with killed mjpeg_stream 2019-03-01 19:01:14 +03:00
b3579380dc improve compatibility with c++ compilers, prepare for CMake 2019-02-15 17:27:12 +01:00
9e138adf09 more accurate time measurements in Demo 2019-02-12 02:01:10 +03:00
7dff7365cb Minor demo fix 2019-02-11 23:16:30 +03:00
110b5240a4 Fixed LSTM-layer 2019-01-28 20:22:14 +03:00
17019854c3 XNOR minor fix 2019-01-19 03:18:50 +03:00
70260cda24 Added -mjpeg_port 8090 for Training. Loss-chart saved to chart.png even when used -dont_show.
mAP is calculated during training even without OpenCV.
2019-01-12 13:45:37 +03:00
937306f0c9 Fixed JSON-stream and MJPEG-stream on Windows and Linux. 2019-01-11 22:39:29 +03:00
97038fefa6 Fixed bug with saving training Loss-Chart 2019-01-09 21:47:37 +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
ead84c8ba2 Now you can un-comment several lines for saving images of cropped objects to /result_img/ directory 2019-01-08 18:34:59 +03:00
5cc2a7e20d Added mistakes checking 2018-09-28 20:27:30 +03:00
0a326e7afe XNOR-net on CPU AVX2 2018-08-08 02:45:47 +03:00
cfc5fedbb6 Just used spaces for indents instead of Tabs 2018-07-10 23:29:15 +03:00
455b2fc06f Able letterbox for video 2018-06-21 14:45:43 +03:00
7f0079dec5 Output video-file has the same FPS as source video-stream. Exit from demo by ESC. 2018-06-19 15:00:36 +03:00
22796c5a49 Minor fix 2018-06-10 13:58:37 +03:00
5d8e3526ed Fix for unreliable IP-cameras 2018-06-03 15:21:48 +03:00
01bec65708 "channel" parameter of [net] is used in detector when preparing images for net. 2018-05-30 19:51:55 +03:00
ec68838342 Fixed memory leaks for Yolo: train, test 2018-05-23 18:27:18 +03:00
a720bf74e2 Added flag -ext_output for detector demo. Fixed proportional resize of network for random=1 2018-05-22 00:15:04 +03:00
46028c6621 Fixed demo for video files: is used do_nms_sort() instead of do_nms_obj(). 2018-05-21 19:12:55 +03:00
b88b7b645b Save jpg-images for detector demo if used flag: -prefix <filename> 2018-05-21 15:04:10 +03:00
89354d0a0c Fixed memory leaks. And fixes for Web-camera and IP-camera. 2018-05-04 23:52:05 +03:00
6aa140b3c6 Disable burn_in for FP16 Tensor Cores 2018-04-15 16:57:05 +03:00
fc496d52bf Yolo can be used from Python 2.x using /darknet.py on Linux or darknet/x64/darknet.py on Windows 2018-04-12 22:32:57 +03:00
1b1221ace5 Minor fix for Web Cam on OpenCV 3.x 2018-04-06 23:58:32 +03:00
1b2c70f82a Detection is accelerated by 7 percent (fused conv and batch_norm layers) 2018-04-03 16:42:00 +03:00
196f223888 Compile fix 2018-03-28 03:09:28 +03:00
d9ae3dd681 Added Yolo v3 2018-03-28 02:59:03 +03:00
013031ce3f Minor changes to keep MAC OSX happy 2018-03-21 13:54:44 +09:00
101de2b07a More stable web-cam 2018-03-21 00:40:01 +03:00
fe4f01b1d8 Fixed uses of WebCam for OpenCV 3.x 2018-03-20 22:10:46 +03:00
164ba34279 Fixed bug, that save weights-file for each iteration 2018-03-16 14:58:21 +03:00
f0bc634a74 Fixed saving video file 2018-03-05 13:25:27 +03:00
7caf345d36 One more fix 2018-03-01 16:42:30 +03:00
5cd147031b Added param -dont_show to detect objects on servers without display, like Amazon EC2 2018-03-01 16:05:39 +03:00
490d02505b Fixed VideoWriter 2018-02-26 21:48:09 +03:00
82f630cac7 Added param -http_port 8090 to show MJPEG-stream in the WebBrowser (Chrome/Firefox) 2018-02-18 02:31:56 +03:00
84cdbaa1f1 Fixed for Linux: detection for batch > 1 and 0x0d at command line 2017-10-29 18:34:55 +03:00
76276fdbea You can specify filename for output video by using -out_filename res.avi 2017-08-23 21:54:24 +03:00
815e7a127b Supported OpenCV 3.0 and 2.4.13. Supported Windows and Linux. 2017-08-03 00:48:29 +03:00
42d06a7485 Increased speed for high res video 4K (3840 x 2026) 30-40 FPS. 2017-06-30 19:00:36 +03:00
5b6dd3a07c Sources fixed - Yolo v2 can be used on Windows (MSVS 2015 + CUDA 8.0) 2016-12-02 17:13:40 +03:00
b3c4fc9f22 🔥 ARE YOU NOT ENTERTAINED 🔥 2016-11-26 20:02:46 -08:00
c6afc7ff14 🔥 🔥 yolo v2 🔥 🔥 2016-11-17 12:18:24 -08:00