Commit Graph

2172 Commits

Author SHA1 Message Date
Stefano Sinigardi 29844ba981
Merge branch 'master' into dev/cenit/cuda-cmake 2020-05-29 11:46:47 +02:00
AlexeyAB 269878a44d Added [conv_lstm] bottleneck=1 - to make the layer cheaper 2020-05-29 03:17:19 +03:00
Stefano Sinigardi 0ba1f84d38 update setup scripts 2020-05-28 18:56:08 +02:00
Alexey e6469eb071
Update Readme.md 2020-05-25 21:29:02 +03:00
Alexey 9697fdb81b Update issue templates 2020-05-25 16:45:04 +03:00
Alexey 9d3e385fc6 Update issue templates 2020-05-25 15:43:20 +03:00
Alexey 8d7505f686 Update issue templates 2020-05-25 15:42:44 +03:00
Alexey 33a3be3344 Update issue templates 2020-05-25 15:38:13 +03:00
Alexey 8c6e9cde9b Update issue templates 2020-05-25 15:35:45 +03:00
Alexey c6860f5ef4 Update issue templates 2020-05-25 15:32:57 +03:00
Alexey 0315ee5896 Update issue templates 2020-05-25 15:28:23 +03:00
Alexey dcd335f2a3 Update issue templates 2020-05-25 15:26:27 +03:00
AlexeyAB c0d6b81a78 yolov4.cfg is fixed for stable training without Nan 2020-05-23 17:52:20 +03:00
Stefano Sinigardi 47013278fa remove linting errors, try to simplify installation even more 2020-05-23 15:48:30 +02:00
Stefano Sinigardi 6a2e9ca1c6 add compatibility with CMake 3.17 2020-05-23 15:48:13 +02:00
Stefano Sinigardi 91e6b8631b add also CUDACXX env variable if missing 2020-05-23 15:46:13 +02:00
Alexey ba4d8c14c7
Update Readme.md 2020-05-22 21:09:53 +03:00
Alexey b44592c25a
Update Readme.md 2020-05-22 21:06:36 +03:00
AlexeyAB 4098e4882c Minor fix 2020-05-20 19:51:06 +03:00
AlexeyAB 03eee3092f Memory leak fix 2020-05-20 04:22:46 +03:00
AlexeyAB 594f7ce6af Use [net] max_chart_loss=20 by default 2020-05-18 20:59:15 +03:00
AlexeyAB 103fa8d222 [yolo] max=200 by default for crowds 2020-05-18 17:00:29 +03:00
AlexeyAB 043711cfcf Fixed ./darknet partial ... for weighted-[shortcut] 2020-05-18 14:11:15 +03:00
AlexeyAB fcbb74cf98 Added flag averaging detections: ./darknet detector demo ... -avgframes 3 2020-05-18 01:31:03 +03:00
AlexeyAB 0ef5052ee5 Fixed crash when train with -map flag 2020-05-17 00:42:20 +03:00
Stefano Sinigardi f93a73d140
Do not use vcpkg if not found (#5632)
Fixes #5571

I think I forgot one line :)
2020-05-16 21:01:42 +02:00
JaledMC 69d35a6e6b Fixed video input path
Script crashed if webcam number passed. Now fixed with `str2int`
2020-05-16 17:26:36 +02:00
Alexey 0d764e4ffb
Merge pull request #5453 from wang-xinyu/master
Update readme, add tensorrt yolov3-spp, yolov4
2020-05-16 14:57:52 +03:00
AlexeyAB 73768ef6e3 Added [net] max_chart_loss=50 for scale y-axis of Loss-chart 2020-05-15 18:52:20 +03:00
AlexeyAB bef28445e5 Fixed mish gradient 2020-05-12 20:15:10 +03:00
AlexeyAB 2500278784 compile fix 2020-05-12 17:03:26 +03:00
AlexeyAB 0acd6990d8 Minor speedup of Mish/Swish (if train==0 then don't write input of activation to the memory) 2020-05-12 16:54:13 +03:00
Juan Altmayer Pizzorno 83a9cbe5b1 retrigger checks 2020-05-11 13:09:01 -04:00
AlexeyAB 9cd44eea95 Minor fix 2020-05-11 16:46:21 +03:00
AlexeyAB 0c7305cf63 Minor fix 2020-05-11 03:17:47 +03:00
AlexeyAB 74134e5389 Fixed gradient_centralization for Grouped-Conv 2020-05-11 00:52:35 +03:00
AlexeyAB 9f8b1e31a8 Minor fix 2020-05-10 04:49:47 +03:00
AlexeyAB 88a39b31d3 Added param [yolo] resize=2.0 for resizing image [1/2 - 2x] without changing aspect ratio (while jitter=0.3 changes aspect ratio) 2020-05-10 02:17:00 +03:00
AlexeyAB f5105342be Added Gradient Centralization: [convolutional] grad_centr=1 2020-05-09 22:29:07 +03:00
AlexeyAB 6ad485c0c1 Fixed cutmix=1 error message. 2020-05-09 20:05:37 +03:00
Alexey da3de2bdf9
Update Readme.md 2020-05-09 02:47:09 +03:00
AlexeyAB 8fede92885 Fixed CUDA Out of memory error during training 2020-05-09 00:03:32 +03:00
AlexeyAB b5870c12d6 ./darknet detector valid uses letter_box=1 from cfg-file [net] letter_box=1 2020-05-08 17:10:05 +03:00
AlexeyAB da050367a8 Another Demo speed fix. Also added flag -dontdraw_bbox for OpenDataCam 2020-05-08 15:15:29 +03:00
AlexeyAB 424632f336 Fixed typo weights_normalizion -> weights_normalization 2020-05-08 13:20:57 +03:00
AlexeyAB ccafff912b Demo speed fixed 2020-05-08 12:31:08 +03:00
AlexeyAB 1f60ca57ad Minor fix 2020-05-07 18:41:43 +03:00
Alexey 1d95870468
Update Readme.md 2020-05-07 17:53:05 +03:00
AlexeyAB 0fffb686fd Added param [yolo] objectness_smooth=1 2020-05-07 17:22:09 +03:00
AlexeyAB 08bc0c9373 Fixed output of time_remaining for multi-GPU 2020-05-06 04:52:41 +03:00