Commit Graph

1912 Commits

Author SHA1 Message Date
AlexeyAB cf8409d7e1 Compile fix 2020-03-11 21:41:14 +03:00
AlexeyAB 4dff7cb769 final compile fix 2020-03-11 20:05:01 +03:00
AlexeyAB 56bd298297 another compile fix 2020-03-11 19:58:28 +03:00
AlexeyAB 374c769062 Compile fix 2020-03-11 19:54:39 +03:00
AlexeyAB 5e54523960 Added loss_scale for Mixed-Precision on Tensor-Cores 2020-03-11 19:47:13 +03:00
AlexeyAB 49a7cdd268 Compile fix 2020-03-11 17:20:27 +03:00
AlexeyAB 1a56ef588a Added flag -cuda_debug_sync for checking CUDA errors 2020-03-11 17:12:07 +03:00
Alexey e70b70db8f
Merge pull request #5002 from mandoo92/master
Class_id Garbage Value Check
2020-03-11 15:37:15 +03:00
Wastage 8c13ca1619
Class_id Garbage Value Check
Added exception handling when Class_Id is garbage value (like negative)
2020-03-11 15:33:59 +09:00
AlexeyAB a567a806a6 Set cur_iteration = 0; initially 2020-03-11 01:46:10 +03:00
AlexeyAB 6c4886485d Minor speedup of DropBlock (training) 2020-03-10 17:00:35 +03:00
Alexey c993a4bbe3
Merge pull request #4994 from Tclack88/master
Update classifier.c
2020-03-09 21:37:05 +03:00
Tclack88 992306b031
Update classifier.c
declaring variables not allowed within `for loops` until C99. additionally. declaring int i multiple times within the same definition try_classifier  isn't necessary
2020-03-09 09:45:50 -07:00
AlexeyAB b56e8d11cf Minor fix 2020-03-06 13:46:17 +03:00
Muhammad Maaz 1174bb7417 Add support to ignore first 50 iterations in calculating the remaining training time.
For first 50 iterations chart will display 'nan hours' as remaining training time.
2020-03-06 12:58:16 +05:00
Muhammad Maaz d1d2ad9d8f Merge branch 'monitor_training' of https://github.com/mmaaz60/darknet into monitor_training 2020-03-05 19:22:31 +05:00
Muhammad Maaz d124d552c0 Add feature to show approx. remaining training time to training chart. 2020-03-05 19:15:47 +05:00
Muhammad Maaz 324cc881ee Add support to display time remaining on the training chart. 2020-03-04 20:54:30 +05:00
Alexey b2fc7b624c
Merge pull request #4955 from Evert-Arends/master
Update readme
2020-03-03 21:56:05 +03:00
Evert Arends 4f95c78f54
Update readme
Updated the readme to prevent reading mistakes and hours of pointless searching
2020-03-03 19:27:53 +01:00
Alexey 60e0950c74
Update Readme.md 2020-03-02 18:15:47 +03:00
AlexeyAB 81290b0737 Fixed label_smoothing for Detector 2020-03-02 17:36:08 +03:00
AlexeyAB c814d56ec1 Added [net] dynamic_minibatch=1 for increasing mini_batch_size when random=1 is used 2020-03-02 15:27:43 +03:00
AlexeyAB df9e602819 Fixed bug in MJPEG_PORT - clear socket after closing the connection 2020-03-01 18:02:54 +03:00
AlexeyAB ef979a1fd2 For CPU and GPU structures in the darknet.h have the same size 2020-03-01 14:11:08 +03:00
Muhammad Maaz d392cbc622
Merge pull request #1 from AlexeyAB/master
Minor fix. Fixed forward MISH on CPU
2020-03-01 11:48:48 +05:00
AlexeyAB 10a586140c Minor fix. Fixed forward MISH on CPU 2020-02-27 18:03:58 +03:00
AlexeyAB f6baa62c9b Accelerated BiFPN back-propagation 2020-02-24 20:48:49 +03:00
AlexeyAB 3cb9125b95 Another one fix of gradient for BiFPN 2020-02-24 20:01:53 +03:00
AlexeyAB cfa40fe890 Fixed gradient for BiFPN 2020-02-24 19:49:20 +03:00
AlexeyAB c83c21459b Fixed gradient for ASFF 2020-02-24 19:14:44 +03:00
Alexey 7567ba0dd4
Merge pull request #4907 from adujardin/zedsdk_3_support
Shorter sl::Mat cast function (Related to #4762)
2020-02-24 14:54:49 +03:00
Aymeric DUJARDIN 876eafd3b1 Shorter sl::Mat cast function 2020-02-24 10:21:57 +01:00
AlexeyAB 26366d6535 DropBlock is fixed 2020-02-23 01:27:43 +03:00
AlexeyAB 6fb817f68b Accelerated DropBlock on GPU 2020-02-22 01:04:55 +03:00
AlexeyAB 0ee9c8668f Fixed CBN 2020-02-21 19:22:30 +03:00
Alexey 1de03f948c
Merge pull request #4896 from tiagoshibata/opencv4-AlexeyAB
Support building with OpenCV 4
2020-02-21 02:24:47 +03:00
Alexey a67a3d7880
Merge pull request #4762 from adujardin/zedsdk_3_support
Adding support for ZED SDK 3.0 (with 2.8 support maintained)
2020-02-21 02:24:34 +03:00
AlexeyAB 64fb042c63 Averaging Mean/Variance for several mini_batches inside 1 batch. Path to CBN. 2020-02-20 23:45:12 +03:00
Tiago Koji Castro Shibata 187918f564 Enable C++11 for OpenCV 4 2020-02-20 10:02:14 -08:00
Tiago Koji Castro Shibata bc7209ab31 Fix compilation with latest OpenCV
C APIs were removed and must be replaced with C++ calls
2020-02-20 10:02:10 -08:00
AlexeyAB f106f07d0d Minor fix 2020-02-20 19:22:59 +03:00
AlexeyAB 8d87df2388 Minor fix 2020-02-20 19:03:54 +03:00
AlexeyAB 653eceb1a7 Compile fix 2020-02-17 04:21:20 +03:00
AlexeyAB d2f26776bb Weights initialization is improved for [shortcut], and inference of [shortcut] is accelerated by normalizing during initialization. 2020-02-17 04:12:27 +03:00
AlexeyAB e910f4a839 NAN in batchnorm_layer is fixed 2020-02-16 18:23:49 +03:00
AlexeyAB 8dc4833e7f Minor fix 2020-02-14 18:28:10 +03:00
AlexeyAB d51d89053a Added error message 2020-02-02 14:27:39 +03:00
Ksenya Ryabinova f441b3025a Added -chart argument 2020-01-31 16:04:34 +03:00
AlexeyAB 2223a4b51a minor fix 2020-01-30 19:26:13 +03:00