Edmond Yoo
2018-09-16 f3aced12fcc41415851ffb463675930cea8dd086
2018-08-08 AlexeyAB
Try to use avx_hs() - slow and requires alignment 4096 bits < (l.size*l.siz...
blob@ a284a7 commitdiff | diff to current
2018-07-10 Sam Beran
ext_output: flush stdout after printing output
blob@ 5fc1e9 commitdiff | diff to current
2018-07-10 AlexeyAB
Just used spaces for indents instead of Tabs
blob@ cfc5fe commitdiff | diff to current
2018-06-21 AlexeyAB
Able letterbox for video
blob@ 455b2f commitdiff | diff to current
2018-06-19 AlexeyAB
Output video-file has the same FPS as source video-stream. Exit from demo b...
blob@ 7f0079 commitdiff | diff to current
2018-06-15 AlexeyAB
Fixed some security issues
blob@ e1e5ab commitdiff | diff to current
2018-06-10 AlexeyAB
Minor fix
blob@ 22796c commitdiff | diff to current
2018-06-07 AlexeyAB
Minor fix
blob@ 1c05eb commitdiff | diff to current
2018-06-03 AlexeyAB
Fix for unreliable IP-cameras
blob@ 5d8e35 commitdiff | diff to current
2018-05-30 IlyaOvodov
"channel" parameter of [net] is used in detector when preparing images for ...
blob@ 01bec6 commitdiff | diff to current
2018-05-28 AlexeyAB
Fixed top-coordinate output when -ext_output is used for video
blob@ 1b7a1a commitdiff | diff to current
2018-05-27 AlexeyAB
Minor fix
blob@ 160edd commitdiff | diff to current
2018-05-23 AlexeyAB
Classifier uses C++ OpenCV cv::VideoCapture that hasn't bugs.
blob@ f52040 commitdiff | diff to current
2018-05-22 AlexeyAB
Fixed replace_image_to_label(): replaces directories only for Pascal VOC an...
blob@ a2666d commitdiff | diff to current
2018-05-21 AlexeyAB
Added flag -ext_output for detector demo. Fixed proportional resize of netw...
blob@ a720bf commitdiff | diff to current
2018-05-19 AlexeyAB
Added flag -save_labels to save detections as training labels txt-files (ps...
blob@ 7b7c66 commitdiff | diff to current
2018-05-14 AlexeyAB
Fixed network resizing (random=1) for non-square networks
blob@ 3ebcc6 commitdiff | diff to current
2018-05-09 Alexey
Merge pull request #765 from HotChick91/AlexeyAB-code
blob@ cda817 commitdiff | diff to current
2018-05-08 AlexeyAB
Fixed compile error
blob@ e96401 commitdiff | diff to current
2018-05-08 AlexeyAB
Fixed README.md
blob@ fb56f6 commitdiff | diff to current
2018-05-08 Alexey
Merge pull request #741 from IlyaOvodov/Fix_detector_output
blob@ 0948df commitdiff | diff to current
2018-05-08 IlyaOvodov
Output improvements for detector results: When printing detector results, o...
blob@ 1b5afb commitdiff | diff to current
2018-05-07 Bartek GÄ…siorzewski
Exit with nonzero status on error
blob@ ae4ec1 commitdiff | diff to current
2018-05-04 AlexeyAB
Fixed memory leaks. And fixes for Web-camera and IP-camera.
blob@ 89354d commitdiff | diff to current
2018-05-04 AlexeyAB
Fix webcam memory leak
blob@ 4232ac commitdiff | diff to current
2018-05-03 iovodov
Output improvements for detector results: When printing detector results, o...
blob@ 028696 commitdiff | diff to current
2018-05-03 iovodov
FIX #736: Detector does not draw rects for images with small resolutions
blob@ 92b25a commitdiff | diff to current
2018-04-30 AlexeyAB
Increased speed of darknet.py. Fixed functions related to resize_image().
blob@ a0e288 commitdiff | diff to current
2018-04-16 AlexeyAB
Loss-graph store automatically (iterations == max_batches) at the end of tr...
blob@ c52fa4 commitdiff | diff to current
2018-04-12 AlexeyAB
Minor fix
blob@ d75854 commitdiff | diff to current
2018-03-27 AlexeyAB
Added Yolo v3
blob@ d9ae3d commitdiff | diff to current
2018-03-20 AlexeyAB
Fixed uses of WebCam for OpenCV 3.x
blob@ fe4f01 commitdiff | diff to current
2018-03-19 AlexeyAB
Improve training performance - batch-norm using cuDNN.
blob@ 537d13 commitdiff | diff to current
2018-03-13 AlexeyAB
Minor fix
blob@ df0766 commitdiff | diff to current
2018-03-05 AlexeyAB
Fixed saving video file
blob@ f0bc63 commitdiff | diff to current
2018-03-04 AlexeyAB
Show avg-loss chart during Training, if compiled with OpenCV. Use -dont_sho...
blob@ c123f3 commitdiff | diff to current
2018-03-01 AlexeyAB
Added param -dont_show to detect objects on servers without display, like A...
blob@ 5cd147 commitdiff | diff to current
2018-03-01 AlexeyAB
Changed class to class_id
blob@ 35a66b commitdiff | diff to current
2018-02-26 AlexeyAB
Fixed VideoWriter
blob@ 490d02 commitdiff | diff to current
2018-02-17 AlexeyAB
Added param -http_port 8090 to show MJPEG-stream in the WebBrowser (Chrome/...
blob@ 82f630 commitdiff | diff to current
2017-10-26 AlexeyAB
Use load_image_cv() on OpenCV 3.x
blob@ 56fd10 commitdiff | diff to current
2017-09-15 AlexeyAB
Fixed classifier for AlexNet and Resnet50
blob@ 2baa7b commitdiff | diff to current
2017-09-11 AlexeyAB
Show FPS and store result.avi video output in yolo_console_dll.cpp
blob@ 8d4184 commitdiff | diff to current
2017-08-23 AlexeyAB
You can specify filename for output video by using -out_filename res.avi
blob@ 76276f commitdiff | diff to current
2017-08-17 AlexeyAB
More usage rand_s()
blob@ 4d2fef commitdiff | diff to current
2017-08-03 AlexeyAB
fixed load image for OpenCV 3.0
blob@ 111b74 commitdiff | diff to current
2017-08-02 AlexeyAB
Supported OpenCV 3.0 and 2.4.13. Supported Windows and Linux.
blob@ 815e7a commitdiff | diff to current
2017-07-27 AlexeyAB
Added cfg, labels, tree ... files for Yolo9000
blob@ 1fd398 commitdiff | diff to current
2017-07-03 AlexeyAB
Memory leak fixed
blob@ 5bc62b commitdiff | diff to current
2017-06-30 AlexeyAB
Un-commented the line to saving output video file.
blob@ 5eb552 commitdiff | diff to current
first | « prev | next »