Commit Graph

1941 Commits

Author SHA1 Message Date
AlexeyAB 4343ee8394 Fix scripts/README.md 2020-07-25 14:55:48 +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
AlexeyAB fe4b2d008e Minor fix 2020-07-19 01:19:49 +03: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
AlexeyAB f13532ce60 Contrastive learning for training Detector to track objects 2020-07-06 01:50:44 +03:00
Muhammad Maaz f7c13cf84a Updates README 2020-07-04 17:20:48 +05:00
Alexey 3af6781de2
Update Readme.md 2020-06-30 23:32:13 +03:00
Alexey 320e6fd8d2
Minor fix 2020-06-27 16:06:09 +03:00
Alexey 9b3fdb0a07
Update Readme.md 2020-06-26 20:19:19 +03:00
AlexeyAB a71b9a6e9a max_delta= affects counters_per_class= 2020-06-26 01:00:11 +03:00
Alexey dfbf42cfc0
How to train tiny-yolo 2020-06-25 17:32:14 +03:00
Alexey dfb3773e7b
Minor fix 2020-06-25 17:11:41 +03:00
Alexey c044b98c64
Minor fix 2020-06-25 17:04:28 +03:00
Alexey feaa5f62f4
Update Readme.md 2020-06-25 17:03:31 +03:00
Alexey 457149dcd1
Update Readme.md 2020-06-25 17:02:19 +03:00
AlexeyAB 90004c119d Merge branch 'master' of github.com:AlexeyAB/darknet 2020-06-25 16:36:00 +03:00
AlexeyAB 918fabccec Yolov4-tiny 2020-06-25 16:35:36 +03:00
Juuso Alasuutari 5963c22adf Fix '"/*" within comment' warnings; remove instances of '//*' so as to not confuse some syntax highlighters
Signed-off-by: Juuso Alasuutari <juuso.alasuutari@gmail.com>
2020-06-24 16:20:20 +03:00