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 |
AlexeyAB
|
462980d2d9
|
Compile fix
|
2020-06-08 16:35:24 +03:00 |
AlexeyAB
|
7054d0b27e
|
Minor fix
|
2020-06-08 16:24:50 +03:00 |
AlexeyAB
|
6f4d7a6d1c
|
Added contrastive loss
|
2020-06-07 19:10:21 +03:00 |
AlexeyAB
|
6c6f04a9b3
|
[net] mosaic_bound=1 fixed bboxes going out of bounds. Count rewritten bboxes. Changed self-adversarial-training.
|
2020-06-07 04:41:01 +03:00 |
AlexeyAB
|
cde72f8e0b
|
Fixed [yolo] objectness_smooth=1 and lowest w/h of objectes when mosaic=1
|
2020-06-06 01:47:21 +03:00 |
Alexey
|
3708b2e47d
|
Update Readme.md
|
2020-06-03 16:00:31 +03:00 |
Alexey
|
7f1021695a
|
Update Readme.md
|
2020-06-02 14:38:11 +03:00 |
AlexeyAB
|
c625cc6503
|
Added [conv_lstm] time_normalizer=0.5
|
2020-06-01 17:51:29 +03:00 |
AlexeyAB
|
c5942167d2
|
Merge branch 'master' of github.com:AlexeyAB/darknet
|
2020-06-01 16:47:08 +03:00 |
AlexeyAB
|
8aace65afb
|
Fixed mosaic=1 letter_box=1
|
2020-06-01 05:16:45 +03:00 |
AlexeyAB
|
e455cdef78
|
Added [conv_lstm] lstm_activation=tanh shortcut=1
|
2020-06-01 05:13:21 +03:00 |
Alexey
|
e59646002a
|
Update issue templates
|
2020-05-31 17:26:28 +03:00 |
Alexey
|
16a9b02e64
|
Merge pull request #5794 from kay0u/patch-1
Remove omp in mean_arrays
|
2020-05-29 21:35:01 +03:00 |
Kayou
|
b19d883700
|
Remove omp in mean_arrays
|
2020-05-29 19:08:02 +02:00 |
Stefano Sinigardi
|
7e5c3ec24b
|
fix vcpkg freeze
|
2020-05-29 18:03:26 +02:00 |