Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
datasets:
|
4 |
- detection-datasets/coco
|
5 |
---
|
@@ -21,9 +21,10 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
|
|
21 |
|
22 |
# Repository or links references
|
23 |
|
24 |
-
- https://github.com/
|
25 |
-
- config: https://
|
26 |
-
- weights: https://
|
|
|
27 |
|
28 |
BibTeX entry and citation info
|
29 |
```
|
@@ -34,3 +35,21 @@ BibTeX entry and citation info
|
|
34 |
year={ 2018 }
|
35 |
}
|
36 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: agpl-3.0
|
3 |
datasets:
|
4 |
- detection-datasets/coco
|
5 |
---
|
|
|
21 |
|
22 |
# Repository or links references
|
23 |
|
24 |
+
- source code : https://github.com/ultralytics/yolov3/
|
25 |
+
- config: https://github.com/ultralytics/yolov3/blob/master/models/yolov3-tiny.yaml
|
26 |
+
- weights: from [yolov3.pt](https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov3-tiny.pt) then re-trained with ReLU activation
|
27 |
+
|
28 |
|
29 |
BibTeX entry and citation info
|
30 |
```
|
|
|
35 |
year={ 2018 }
|
36 |
}
|
37 |
```
|
38 |
+
|
39 |
+
from source code CITATION.cff:
|
40 |
+
```
|
41 |
+
cff-version: 1.2.0
|
42 |
+
preferred-citation:
|
43 |
+
type: software
|
44 |
+
message: If you use YOLOv3, please cite it as below.
|
45 |
+
authors:
|
46 |
+
- family-names: Jocher
|
47 |
+
given-names: Glenn
|
48 |
+
orcid: "https://orcid.org/0000-0001-5950-6979"
|
49 |
+
title: "YOLOv3 by Ultralytics"
|
50 |
+
version: 7.0
|
51 |
+
doi: 10.5281/zenodo.3908559
|
52 |
+
date-released: 2020-5-29
|
53 |
+
license: AGPL-3.0
|
54 |
+
url: "https://github.com/ultralytics/yolov3"
|
55 |
+
```
|