Commit Graph

73 Commits

Author SHA1 Message Date
b6e15f1656 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 2019-03-18 02:48:52 +03:00
2c8ff8db0d create cmake targets for proper lib export 2019-03-05 18:34:53 +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
584f840b40 CUDA_CHECK definition for debug 2019-02-03 00:19:04 +03:00
5e778cd91e add LSTM layer 2019-01-23 22:02:09 -06:00
580b2fb83c Fixed ./darknet detect ... 2019-01-11 00:52:19 +03:00
7ee4135910 Fix OpenCV compilation. maxpool_layer on GPU uses cuDNN. 2018-10-10 13:51:36 +03:00
043289426b max pool layer is fixed 2018-08-04 03:11:10 +03:00
b8e6e80c6d Added spatial Yolo v3 yolov3-spp.cfg 2018-08-03 14:35:03 +03:00
4a2a2250f9 Fixed removing escape symbols for command line arguments 2018-06-21 02:42:39 +03:00
22796c5a49 Minor fix 2018-06-10 13:58:37 +03:00
eef9f8e5bb Minor fixes 2018-05-23 18:35:08 +03:00
0948df52b8 Merge pull request #741 from IlyaOvodov/Fix_detector_output
Output improvements for detector results:
2018-05-08 17:27:45 +03:00
1b5afb4583 Output improvements for detector results:
When printing detector results, output was done in random order, obfuscating results for interpreting. Now:
1. Text output includes coordinates of rects in (left,right,top,bottom in pixels) along with label and score
2. Text output is sorted by rect lefts to simplify finding appropriate rects on image
3. If several class probs are > thresh for some detection, the most probable is written first and coordinates for others are not repeated
4. Rects are imprinted in image in order by their best class prob, so most probable rects are always on top and not overlayed by less probable ones
5. Most probable label for rect is always written first
Also:
6. Message about low GPU memory include required amount

Upd:
* struct detection changes reverted to keep it unchanged
* cmd line key "-ext_output" is added to manage extended output (rect coords in detector test mode)

# Conflicts:
#	src/detector.c
2018-05-08 14:09:35 +03:00
89354d0a0c Fixed memory leaks. And fixes for Web-camera and IP-camera. 2018-05-04 23:52:05 +03:00
2710d63257 cheating a little here 2016-11-26 21:21:04 -08:00
c6afc7ff14 🔥 🔥 yolo v2 🔥 🔥 2016-11-17 12:18:24 -08:00
c71bff69ea :charmander: 2016-11-16 00:35:32 -08:00
5c70f1b6c8 :charmander: 2016-11-16 00:23:38 -08:00
0d6b107ed2 hey 2016-11-15 22:53:58 -08:00
9a01e6ccb7 🔥 crush. crush. admit. 🔥 2016-11-11 08:48:40 -08:00
481b57a96a So I have this new programming paradigm....... 2016-09-24 23:12:54 -07:00
5c067dc447 good chance I didn't break anything 2016-09-12 13:55:20 -07:00
6b38dcdce0 adding new tiny-yolo 2016-09-07 22:27:56 -07:00
8f1b4e0962 updates and things 2016-09-01 16:48:41 -07:00
845ab75796 some more stuff 2016-08-05 15:27:07 -07:00
9361292c42 updates 2016-07-19 14:50:01 -07:00
08c7cf9c88 no mean on input binarization 2016-06-19 14:28:15 -07:00
ec3d050a76 hope i didn't break anything 2016-06-02 15:25:24 -07:00
13209df7bb art, cudnn 2016-05-13 11:59:43 -07:00
c7b10ceadb so much need to commit 2016-05-06 16:25:16 -07:00
d1965bdb96 Go 2016-03-13 23:18:42 -07:00
16d06ec0db stuff 2016-02-29 13:54:12 -08:00
c604f2d994 ... 2016-01-31 15:52:03 -08:00
913d355ec1 lots of stuff 2016-01-28 12:30:38 -08:00
8c5364f585 New YOLO 2015-11-09 11:31:39 -08:00
8fd18add6e CVPR Experiments 2015-11-03 19:23:42 -08:00
c40cdeb402 lots of comparator stuff 2015-10-09 12:50:43 -07:00
c53e03348c yolo working w/ regions 2015-09-16 14:12:10 -07:00
393dc8eb6f stable 2015-09-09 12:48:40 -07:00
b5936b499a lots of stuff 2015-09-04 17:52:44 -07:00
8bcdee8658 Some bug fixes, random stuff 2015-09-01 11:22:03 -07:00
9d42f49a24 changing data loading 2015-08-24 18:27:42 -07:00
741ada451c Added Darknet reference model 2015-08-17 09:31:25 -07:00
2afa376bb3 single shot yolo training, separate file 2015-08-14 11:45:11 -07:00
e625b32e06 Should fix for OpenCV 3.0 2015-08-14 08:45:52 -07:00
5635523326 Added dice code 2015-08-13 16:02:22 -07:00
846b3b4366 Added COCO, fixed memory leaks 2015-07-30 16:19:14 -07:00
38bd6ae6ba Better partial function 2015-07-20 16:16:26 -07:00