DarleisonRodrigues commited on
Commit
0d8ace2
·
verified ·
1 Parent(s): 07519ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -87,6 +87,17 @@ print(f"Original URL: {first_example['original_url']}")
87
  # image = first_example['image'] # This will be a PIL Image object
88
  # image.show()
89
  ```
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  ## License
92
 
 
87
  # image = first_example['image'] # This will be a PIL Image object
88
  # image.show()
89
  ```
90
+ ## Citation Information
91
+ If you are using this dataset, please cite
92
+
93
+ @misc{mosaïque_2025,
94
+ author = { mosaïque and Darleison Rodrigues and Rayane Nascimento },
95
+ title = { quebec-traffic-signs (Revision 07519ff) },
96
+ year = 2025,
97
+ url = { https://huggingface.co/datasets/RDLTechworks/quebec-traffic-signs },
98
+ doi = { 10.57967/hf/6044 },
99
+ publisher = { Hugging Face }
100
+ }
101
 
102
  ## License
103