79 Commits (03eee3092f5084fd58b97cba8d1734db2f29022b)

Author SHA1 Message Date
AlexeyAB fcbb74cf98 Added flag averaging detections: ./darknet detector demo ... -avgframes 3 5 years ago
AlexeyAB 0acd6990d8 Minor speedup of Mish/Swish (if train==0 then don't write input of activation to the memory) 5 years ago
AlexeyAB da050367a8 Another Demo speed fix. Also added flag -dontdraw_bbox for OpenDataCam 5 years ago
AlexeyAB 424632f336 Fixed typo weights_normalizion -> weights_normalization 5 years ago
AlexeyAB ccafff912b Demo speed fixed 5 years ago
AlexeyAB 83b3d46ede Fixed minor bug with closing ./darknet detector demo ... 5 years ago
AlexeyAB b573eab63f Minor fix 5 years ago
AlexeyAB 1fb4606d5d Minor fix 5 years ago
AlexeyAB 66c809fe78 Compile fix 5 years ago
AlexeyAB 56a7ccf07e Improved FPS and and memory leak for ./darknet detector demo ... (bug in OpenCV - allocates memory for each thread without deallocation) 5 years ago
AlexeyAB 00193efd83 Use C++ thread for demo.c 5 years ago
AlexeyAB 8d87df2388 Minor fix 5 years ago
AlexeyAB 2652263727 Added flags -benchmark and -benchmark_layers for: ./darknet detector demo 5 years ago
AlexeyAB 1626f9d495 Some fixes 6 years ago
AlexeyAB c7e3ba3ed4 Fixed memory leak in ./darknet detector demo ... 6 years ago
AlexeyAB fbdac785d2 Added HTTP POST sender with detected objects, use: ./darknet detector demo ... -http_post_host webhook.site/898bbd9b-0ddd-49cf-b81d-1f56be98d870 6 years ago
AlexeyAB 8a3a7ccac6 Added `./darknet detector demo ... -time_limit_sec 10` to limit detection time 6 years ago
AlexeyAB 4f70fc14e9 Added DIoU and CIoU to [yolo] and [Gaussian_yolo] 6 years ago
AlexeyAB 9c9344a1ff Added flag -letter_box for Detection 6 years ago
AlexeyAB 31dc6c8680 Added LSTM sequence detector, and blur data augmentation (for OpenCV only) 6 years ago
AlexeyAB 97679224ba All OpenCV C-functions replaced by CPP-functions 6 years ago
AlexeyAB 79c669707c Some C OpenCV functions replaced by CPP functions 6 years ago
AlexeyAB f19d1440cb Moved all OpenCV functions to the image_opencv.cpp/h 6 years ago
AlexeyAB 790de05435 Fix bug with demo.c 6 years ago
AlexeyAB 50956447f8 Fixed issue with killed mjpeg_stream 6 years ago
Stefano Sinigardi b3579380dc improve compatibility with c++ compilers, prepare for CMake 6 years ago
AlexeyAB 9e138adf09 more accurate time measurements in Demo 6 years ago
AlexeyAB 7dff7365cb Minor demo fix 6 years ago
AlexeyAB 110b5240a4 Fixed LSTM-layer 6 years ago
AlexeyAB 17019854c3 XNOR minor fix 6 years ago
AlexeyAB 70260cda24 Added -mjpeg_port 8090 for Training. Loss-chart saved to chart.png even when used -dont_show. 6 years ago
AlexeyAB 937306f0c9 Fixed JSON-stream and MJPEG-stream on Windows and Linux. 6 years ago
AlexeyAB 97038fefa6 Fixed bug with saving training Loss-Chart 6 years ago
AlexeyAB c31a245665 Experimental. Use -json_port 8070 to allow connection to the port:8070 to get json-stream 6 years ago
AlexeyAB ead84c8ba2 Now you can un-comment several lines for saving images of cropped objects to /result_img/ directory 6 years ago
AlexeyAB 5cc2a7e20d Added mistakes checking 7 years ago
AlexeyAB 0a326e7afe XNOR-net on CPU AVX2 7 years ago
AlexeyAB cfc5fedbb6 Just used spaces for indents instead of Tabs 7 years ago
AlexeyAB 455b2fc06f Able letterbox for video 7 years ago
AlexeyAB 7f0079dec5 Output video-file has the same FPS as source video-stream. Exit from demo by ESC. 7 years ago
AlexeyAB 22796c5a49 Minor fix 7 years ago
AlexeyAB 5d8e3526ed Fix for unreliable IP-cameras 7 years ago
IlyaOvodov 01bec65708 "channel" parameter of [net] is used in detector when preparing images for net. 7 years ago
AlexeyAB ec68838342 Fixed memory leaks for Yolo: train, test 7 years ago
AlexeyAB a720bf74e2 Added flag -ext_output for detector demo. Fixed proportional resize of network for random=1 7 years ago
AlexeyAB 46028c6621 Fixed demo for video files: is used do_nms_sort() instead of do_nms_obj(). 7 years ago
AlexeyAB b88b7b645b Save jpg-images for detector demo if used flag: -prefix <filename> 7 years ago
AlexeyAB 89354d0a0c Fixed memory leaks. And fixes for Web-camera and IP-camera. 7 years ago
AlexeyAB 6aa140b3c6 Disable burn_in for FP16 Tensor Cores 7 years ago
AlexeyAB fc496d52bf Yolo can be used from Python 2.x using /darknet.py on Linux or darknet/x64/darknet.py on Windows 7 years ago