Datasets:

Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
frgfm commited on
Commit
ae7fae6
1 Parent(s): c1e58c5

fix: Fixed builder script

Browse files
Files changed (1) hide show
  1. 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 = r"""\
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
- howpublished = {\url{https://github.com/pyronear/pyro-vision}},
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