Datasets:
Sayali9141
commited on
Update traffic_signal_images.py
Browse files- traffic_signal_images.py +2 -2
traffic_signal_images.py
CHANGED
@@ -11,10 +11,10 @@ import requests
|
|
11 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
12 |
_CITATION = """\
|
13 |
@InProceedings{huggingface:dataset,
|
14 |
-
title = {
|
15 |
author={huggingface, Inc.
|
16 |
},
|
17 |
-
year={
|
18 |
}
|
19 |
"""
|
20 |
|
|
|
11 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
12 |
_CITATION = """\
|
13 |
@InProceedings{huggingface:dataset,
|
14 |
+
title = {Singapore Traffic Image Dataset},
|
15 |
author={huggingface, Inc.
|
16 |
},
|
17 |
+
year={2023}
|
18 |
}
|
19 |
"""
|
20 |
|