Alexey
|
d65909fbea
|
Update README.md
|
2020-10-11 15:54:55 +03:00 |
Alexey
|
91b5dd2da7
|
Update README.md
|
2020-10-07 01:14:00 +03:00 |
Alexey
|
f8afd1b016
|
Merge pull request #6719 from cenit/dev/cenit/llvm12
fix compatibility with newer clang
|
2020-10-05 06:46:27 +03:00 |
Alexey
|
9db0ed9662
|
Merge pull request #6642 from zk2ly/zk2ly-patch-1
Update darknet_images.py
|
2020-09-25 07:10:57 +03:00 |
Alexey
|
622b175860
|
Merge pull request #6668 from Shaing/master
Fix: Python example API that caused Memory leak.
|
2020-09-25 07:03:16 +03:00 |
Stefano Sinigardi
|
860d5291d4
|
fix compatibility with newer clang
|
2020-09-23 11:03:47 +02:00 |
AlexeyAB
|
fdb1841eb1
|
Ignore behavior of [history] layer for training on non-sequential images
|
2020-09-21 06:11:20 +03:00 |
AlexeyAB
|
8993a24747
|
Added: [net] contrastive_color=0 and [contrastive] contrastive_neg_max
|
2020-09-21 05:48:15 +03:00 |
AllenH
|
5aa9fddce6
|
fix: python API that caused Memory leak
|
2020-09-15 15:47:05 +08:00 |
zk2ly
|
05a88b2614
|
Update darknet_images.py
|
2020-09-10 15:28:21 +08:00 |
AlexeyAB
|
eb0272f27a
|
Fixed cuDNN 8.x usage
|
2020-09-06 04:54:20 +03:00 |
AlexeyAB
|
ecad770071
|
Added [yolo] l.cls_normalizer
|
2020-08-30 02:34:29 +03:00 |
AlexeyAB
|
acd8f31969
|
Added [yolo] obj_normalizer=1.0 delta_normalizer=1.0
|
2020-08-30 01:55:49 +03:00 |
Alexey
|
ae27c1652b
|
Merge pull request #6564 from bouncyphoton/master
Improve model loading performance for detect
|
2020-08-29 17:52:06 +03:00 |
JaledMC
|
d7deb35f27
|
Merge pull request #7 from AlexeyAB/master
Update our fork with alexeyab advances
|
2020-08-25 08:50:50 +02:00 |
sandy
|
519fc8b11b
|
Remove expensive unnecessary memset
|
2020-08-18 16:57:02 -07:00 |
sandy
|
6a2d50f243
|
Precompute part of expensive multiplication
|
2020-08-18 16:56:45 -07:00 |
AlexeyAB
|
05dee78fa3
|
Added [convolutional] coordconv=1 for GPU-only
|
2020-08-17 02:13:46 +03:00 |
AlexeyAB
|
0d8718a434
|
Added layer: [history] history_size=4
|
2020-08-16 17:55:10 +03:00 |
Alexey
|
38a164bcb9
|
Update README.md
|
2020-08-11 21:01:40 +03:00 |
Alexey
|
a2ccbd47ff
|
Update Readme.md
|
2020-08-10 16:15:25 +03:00 |
Alexey
|
9dc897d2c7
|
Merge pull request #6440 from guitarmind/master
Add free_network_ptr Support for Darknet in Python
|
2020-08-09 15:32:12 +03:00 |
Alexey
|
af08480df4
|
Merge pull request #6441 from dontcare/master
Update darknet.py to run outside the darknet folder
|
2020-08-09 15:31:54 +03:00 |
Alexey
|
f4c373e9fe
|
Merge pull request #5717 from cenit/dev/cenit/cuda-cmake
small fixes and improvements
|
2020-08-09 15:31:05 +03:00 |
Stefano Sinigardi
|
86b1bf7497
|
restore missing infos in README.md after merging with master
|
2020-08-08 16:25:53 +02:00 |
Stefano Sinigardi
|
8cddef3466
|
upgrade vcpkg commit ref
|
2020-08-08 15:35:57 +02:00 |
Stefano Sinigardi
|
c00dbbb9fa
|
bump minimum compute capability to 5.0
|
2020-08-08 15:35:46 +02:00 |
Stefano Sinigardi
|
78293335df
|
unify lib naming with makefile
|
2020-08-08 13:15:03 +02:00 |
Stefano Sinigardi
|
20968ef98b
|
Merge branch 'dev/alexey/master' into dev/cenit/cuda-cmake
|
2020-08-08 13:10:27 +02:00 |
Dontcare
|
9ecc4f7d6b
|
Update darknet.py
# Example code
import os
import sys
os.environ['DARKNET_PATH'] = '/usr/local/darknet'
sys.path.append(os.environ['DARKNET_PATH'])
import darknet
def main():
network, class_names, class_colors = darknet.load_network(
'../nscan-train/data/cfg/yolov4-tiny-3l-numbers-12.cfg',
'../nscan-train/data/numbers.data',
'./data/weights/numbers/yolov4-tiny-3l-numbers-12_last.weights',
batch_size=1
)
if __name__ == '__main__':
main()
|
2020-08-08 12:46:20 +03:00 |
Mark Peng
|
59bb012876
|
Merge remote-tracking branch 'upstream/master'
|
2020-08-08 12:59:34 +08:00 |
Mark Peng
|
725d9092e4
|
Added free_network_ptr() support for darknet.py.
|
2020-08-08 12:57:52 +08:00 |
AlexeyAB
|
2b0b412eec
|
Final fix
|
2020-08-05 04:04:59 +03:00 |
AlexeyAB
|
14b44a846b
|
Another compile fix
|
2020-08-05 03:48:11 +03:00 |
AlexeyAB
|
737c355357
|
Compile fix for CPP
|
2020-08-05 03:36:39 +03:00 |
AlexeyAB
|
cfcb37a303
|
Compile fix for CPP
|
2020-08-05 03:27:39 +03:00 |
AlexeyAB
|
10fdf9a852
|
P_constrastive_f_det_gpu()
|
2020-08-05 03:18:33 +03:00 |
lineofbestgit
|
b4341cc2b7
|
Merge pull request #1 from lineofbestgit/lineofbestgit-readme-fixes
Update README.md
|
2020-08-03 19:23:43 +02:00 |
lineofbestgit
|
a1ea4d5df3
|
Update README.md
Fixed repeating sentence
|
2020-08-03 19:23:22 +02:00 |
AlexeyAB
|
666e26196e
|
Minor fix
|
2020-08-02 18:22:03 +03:00 |
Alexey
|
47ab3a9735
|
Merge pull request #5445 from Sialitech/pythonWrapper
Giving python wrapper almost same functionalities and interface as C code
|
2020-08-02 18:13:34 +03:00 |
AlexeyAB
|
0b36b29b6a
|
Minor fix
|
2020-08-02 17:56:17 +03:00 |
AlexeyAB
|
f2eb30b52c
|
Contrastive loss minor fix
|
2020-08-02 17:37:03 +03:00 |
JaledMC
|
d0b6bae731
|
Update darknet.py
|
2020-07-29 17:35:39 +02:00 |
JaledMC
|
1bb2d70bf9
|
Update darknet.py
|
2020-07-29 17:34:03 +02:00 |
JaledMC
|
1360070bf5
|
Update darknet.py
|
2020-07-29 17:17:40 +02:00 |
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 |