Commit Graph

2172 Commits

Author SHA1 Message Date
JaledMC ce7e79e650
Update darknet_images.py 2020-07-29 17:16:56 +02:00
JaledMC edd04355cc
Added multithreading
One thread for inference, another for frame video capture, and one more for drawing
2020-07-29 17:16:06 +02:00
AlexeyAB 6af4370c3f Hard_mish is fixed 2020-07-28 04:28:46 +03:00
AlexeyAB 139fe141a5 Bug is fixed 2020-07-27 15:42:00 +03:00
AlexeyAB 49bff0e24d fixed maxpool_zero_nonmax=1 2020-07-25 16:33:35 +03:00
AlexeyAB 2c17d67e5a Minor fix 2020-07-25 15:09:29 +03:00
AlexeyAB a953d068d6 Minor fix 2020-07-25 14:59:34 +03:00
AlexeyAB c61771e1f1 Merge branch 'master' of github.com:AlexeyAB/darknet 2020-07-25 14:57:00 +03:00
AlexeyAB 74f32a3928 Improved speed of [contrastive] layer. Added Hard-Mish activation. Added [maxpool] maxpool_zero_nonmax=1 param 2020-07-25 14:56:48 +03:00
AlexeyAB 4343ee8394 Fix scripts/README.md 2020-07-25 14:55:48 +03:00
Alexey c13db432bd
Merge pull request #4814 from Dev-Nash/master
Minor addition
2020-07-25 14:51:12 +03:00
Alexey 3d4fd54d75
Merge pull request #5424 from qboticslabs/yolov4_scripts
Added example  scripts for yolov4
2020-07-25 14:49:19 +03:00
Alexey 9edd59f354
Merge pull request #5447 from jaltmayerpizzorno/alexeyab-adjust-bnorm-epsilon
- adjusted (fixed) BatchNorm epsilon of normalize_cpu to be the same as  normalize_gpu's kernel;
2020-07-25 14:45:33 +03:00
Alexey fbe347a2fb
Merge pull request #5908 from TomHeaven/master
fix an openmp related error on macOS
2020-07-25 14:35:01 +03:00
Alexey 19b9664528
Merge pull request #5933 from imaami/alexeyab-issue5810
Fix a double free caused by calling free_image() on a shallow copy
2020-07-25 14:32:56 +03:00
Alexey 4700ebd558
Merge pull request #6133 from mmaaz60/update_readme
Updates README
2020-07-25 14:30:50 +03:00
AlexeyAB f03822db84 Merge branch 'master' of github.com:AlexeyAB/darknet 2020-07-25 14:28:13 +03:00
AlexeyAB f96f2a30d5 Updated README.md 2020-07-25 14:27:41 +03:00
Alexey 101a35babc
Merge pull request #6059 from imaami/alexeyab-fix-comments
Fix '"/*" within comment' warnings; remove instances of '//*'
2020-07-25 14:23:02 +03:00
Alexey 47db1a5882
Merge pull request #6200 from imaami/fix-init-order
Fix member initialization ordering
2020-07-25 14:07:03 +03:00
Alexey 8684aae836
Merge pull request #6328 from willbattel/patch-2
Add nvcc flag for known Ampere GPUs
2020-07-25 14:04:12 +03:00
Will Battel 40ee64ea82
Add nvcc flag for known Ampere GPUs 2020-07-23 15:52:15 -05:00
JaledMC d3234c8cee
Update darknet_images.py 2020-07-23 22:07:26 +02:00
AlexeyAB fe4b2d008e Minor fix 2020-07-19 01:19:49 +03:00
Stefano Sinigardi b938274cc4
Merge branch 'master' into dev/cenit/cuda-cmake 2020-07-11 23:05:22 +02:00
Alexey 20760d2971
Update README.md 2020-07-11 17:24:56 +03:00
AlexeyAB de68e19cc6 Added yolov4-tiny-3l.cfg and yolov4-tiny-custom.cfg 2020-07-11 17:20:24 +03:00
Alexey 5e9cc2710c
Update README.md 2020-07-11 04:08:41 +03:00
AlexeyAB cb9148b38f cuDNN 8.0 supported (but works slow) 2020-07-11 03:29:29 +03:00
AlexeyAB f13d7d2175 Minor fix 2020-07-11 00:23:21 +03:00
Juuso Alasuutari f5258a83e2 Fix member initialization ordering
Signed-off-by: Juuso Alasuutari <juuso.alasuutari@gmail.com>
2020-07-10 15:10:09 +03:00
Alexey d8db9743db
Update README.md 2020-07-10 15:08:38 +03:00
AlexeyAB aa002ea1f8 Minor fix 2020-07-09 14:45:06 +03:00
AlexeyAB 8872a860b3 Minor fix 2020-07-08 20:23:20 +03:00
AlexeyAB a47422a30e Added scripts 2020-07-08 15:45:44 +03:00
Alexey 504fc76509 Update issue templates 2020-07-08 14:37:34 +03:00
Alexey 1a1a4afcdf
Update Readme.md 2020-07-08 00:28:50 +03:00
AlexeyAB 5f598eecdf minor fix 2020-07-08 00:20:31 +03:00
AlexeyAB 37753e0cb4 Improved tracking (new params) 2020-07-08 00:08:45 +03:00
AlexeyAB ccb392ddf2 Show track_id for models with contrastive learning 2020-07-07 19:30:49 +03:00
AlexeyAB 8c77a3d532 Fixed random=1 2020-07-07 03:07:42 +03:00
AlexeyAB ce2ae2c5c3 put embeddings to the detections 2020-07-07 02:49:43 +03:00
AlexeyAB 2fca3c399b Fixed bug in contrastive learning 2020-07-07 00:43:17 +03:00
AlexeyAB e10da3e3e8 Merge branch 'master' of github.com:AlexeyAB/darknet 2020-07-06 21:37:23 +03:00
Alexey d8254f2212
Merge pull request #6151 from adityap27/master
Fixed incorrect calculation of mAP for -points 0 (for own dataset) issue #6040
2020-07-06 21:36:48 +03:00
AlexeyAB 73beba671d Contrastive loss is fixed to work with both Classifier and Detector 2020-07-06 21:25:23 +03:00
adityap27 7753a965b4 fixed mAP calculation for points=0 2020-07-06 22:14:30 +05:30
Alexey 00919eeb99
Merge pull request #6119 from oneWayOut/fixMakefileBug
fix makefile comment bug
2020-07-06 12:16:22 +03:00
oneWayOut fc6b3d0ad2 fix makefile comment bug
spaces between variable declaration and comment will assign unexpected
value to the variable
2020-07-06 12:49:57 +08:00
AlexeyAB 76a316cec5 Disable jitter and flip augmentation for contrastive detector learning 2020-07-06 03:32:14 +03:00