JK-Ying-Long commited on
Commit
623eb45
·
verified ·
1 Parent(s): 4949184

Update README.md

Browse files

Modified readme.md correctly

Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -30,4 +30,23 @@ configs:
30
  - split: train
31
  path: data/train-*
32
  pretty_name: Unzipped FRED No Splits
33
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  - split: train
31
  path: data/train-*
32
  pretty_name: Unzipped FRED No Splits
33
+ ---
34
+
35
+ # uFRED: Unzipped Florence RGB-Event Drone Dataset
36
+
37
+ This is a processed version of the FRED (Florence RGB-Event Drone Dataset) formatted for ease of use, with no data splits.
38
+
39
+ ## License
40
+
41
+ This dataset is licensed under Apache 2.0, matching the original FRED dataset license. This is a processed/reformatted version of the original FRED dataset. All credit for data collection goes to the original FRED authors. See citation below.
42
+
43
+ If you use this dataset, please cite the original FRED dataset:
44
+
45
+ ```bibtex
46
+ @inproceedings{magrini2025fred,
47
+ title={FRED: The Florence RGB-Event Drone Dataset},
48
+ author={Magrini, Gabriele and Marini, Niccolò and Becattini, Federico and Berlincioni, Lorenzo and Biondi, Niccolò and Pala, Pietro and Del Bimbo,
49
+ Alberto},
50
+ booktitle={Proceedings of the 33rd ACM International conference on multimedia},
51
+ year={2025}
52
+ }