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 |
Alexey
|
51d59cf30a
|
Merge pull request #6051 from imaami/alexeyab-fix-train_classifier-double-free
Fix a double free error in train_classifier() introduced by a merge
|
2020-06-24 02:06:50 +03:00 |
Juuso Alasuutari
|
ad16414923
|
Fix a double free error in train_classifier() introduced by a merge
Fixes: 2f6bc96156
Signed-off-by: Juuso Alasuutari <juuso.alasuutari@gmail.com>
|
2020-06-24 01:50:45 +03:00 |
AlexeyAB
|
17b806f0bd
|
Fixed Loss scale
|
2020-06-22 14:50:51 +03:00 |
AlexeyAB
|
8f900493c6
|
SAT for contrastive loss
|
2020-06-21 03:02:52 +03:00 |
AlexeyAB
|
e08a818d5f
|
Compile fix
|
2020-06-15 22:14:01 +03:00 |
AlexeyAB
|
d724306ee3
|
New MISH implementation
|
2020-06-15 21:55:53 +03:00 |
AlexeyAB
|
80fb3cff6d
|
Merge branch 'master' of github.com:AlexeyAB/darknet
|
2020-06-15 19:23:11 +03:00 |
AlexeyAB
|
a553899505
|
Added Supervised and Unsupervised Contrastive loss for Classifier [net] contrastive=1 unsupervised=1 [contrastive] classes=1000
|
2020-06-15 19:22:47 +03:00 |
Stefano Sinigardi
|
040d900350
|
merge from master
|
2020-06-14 23:37:33 +02:00 |
Juuso Alasuutari
|
27c49e460d
|
Explicitly install CUDA version 10.2 in win-{vcpkg,intlibs}-cuda actions (#5958)
Signed-off-by: Juuso Alasuutari <juuso.alasuutari@gmail.com>
|
2020-06-14 23:30:20 +02:00 |
AlexeyAB
|
09991d0488
|
Added Contrastive loss
|
2020-06-14 05:11:22 +03:00 |
Alexey
|
cd98d8da43
|
Update issue templates
|
2020-06-13 18:15:33 +03:00 |
Alexey
|
0916c412f6
|
Update Readme.md
|
2020-06-12 20:30:29 +03:00 |
Juuso Alasuutari
|
5691b812b4
|
Don't free resized image if it's a reference
Fixes: a95bc3f5b6
Signed-off-by: Juuso Alasuutari <juuso.alasuutari@gmail.com>
|
2020-06-12 00:59:36 +03:00 |
Juuso Alasuutari
|
1f6a6cd71c
|
Give temporary image variable a more descriptive name
Signed-off-by: Juuso Alasuutari <juuso.alasuutari@gmail.com>
|
2020-06-12 00:59:36 +03:00 |
Juuso Alasuutari
|
0bf989c2cf
|
crop_image() always returns a deep copy, it's safe to call free_image() on it
Signed-off-by: Juuso Alasuutari <juuso.alasuutari@gmail.com>
|
2020-06-12 00:59:36 +03:00 |
Juuso Alasuutari
|
70f6231d3d
|
Remove some commented-out lines
Signed-off-by: Juuso Alasuutari <juuso.alasuutari@gmail.com>
|
2020-06-12 00:59:36 +03:00 |
Alexey
|
0a42f8d614
|
Update Readme.md
|
2020-06-10 17:16:25 +03:00 |
Alexey
|
6a6c8319b2
|
Update Readme.md
|
2020-06-10 17:14:29 +03:00 |
tomheaven
|
7324fb7b33
|
fix an openmp related error on macOS
|
2020-06-10 09:05:11 +08:00 |
tomheaven
|
f04b6ad538
|
fix an openmp related error on macOS
|
2020-06-10 09:00:46 +08:00 |