frgfm
commited on
Commit
·
ae7fae6
1
Parent(s):
c1e58c5
fix: Fixed builder script
Browse files- openfire.py +2 -2
openfire.py
CHANGED
|
@@ -15,14 +15,14 @@ _HOMEPAGE = "https://pyronear.org/pyro-vision/datasets.html#openfire"
|
|
| 15 |
|
| 16 |
_LICENSE = "Apache License 2.0"
|
| 17 |
|
| 18 |
-
_CITATION =
|
| 19 |
@software{Pyronear_PyroVision_2019,
|
| 20 |
title={Pyrovision: wildfire early detection},
|
| 21 |
author={Pyronear contributors},
|
| 22 |
year={2019},
|
| 23 |
month={October},
|
| 24 |
publisher = {GitHub},
|
| 25 |
-
|
| 26 |
}
|
| 27 |
"""
|
| 28 |
|
|
|
|
| 15 |
|
| 16 |
_LICENSE = "Apache License 2.0"
|
| 17 |
|
| 18 |
+
_CITATION = """\
|
| 19 |
@software{Pyronear_PyroVision_2019,
|
| 20 |
title={Pyrovision: wildfire early detection},
|
| 21 |
author={Pyronear contributors},
|
| 22 |
year={2019},
|
| 23 |
month={October},
|
| 24 |
publisher = {GitHub},
|
| 25 |
+
url = {https://github.com/pyronear/pyro-vision}
|
| 26 |
}
|
| 27 |
"""
|
| 28 |
|