-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathCITATION.bib
More file actions
68 lines (61 loc) · 2.4 KB
/
CITATION.bib
File metadata and controls
68 lines (61 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
% BibTeX citation for Tello Vision
% Copy and paste into your .bib file
@software{tello_vision_2025,
author = {Saksena, Saumya},
title = {Tello Vision: Modern Instance Segmentation for DJI Tello Drones},
year = {2025},
version = {2.0.0},
url = {https://github.com/dronefreak/dji-tello-object-detection-segmentation},
license = {MIT},
note = {Modern, modular computer vision system for DJI Tello drones with real-time instance segmentation}
}
% Alternative format for articles/papers
@misc{tello_vision_2025_misc,
author = {Saksena, Saumya},
title = {Tello Vision: A Modern Instance Segmentation System for DJI Tello Drones},
year = {2025},
howpublished = {\url{https://github.com/dronefreak/dji-tello-object-detection-segmentation}},
note = {Version 2.0.0, Software, MIT License}
}
% With DOI (if you create a Zenodo release)
@software{tello_vision_2025_doi,
author = {Saksena, Saumya},
title = {Tello Vision: Modern Instance Segmentation for DJI Tello Drones},
year = {2025},
version = {2.0.0},
doi = {10.5281/zenodo.XXXXXXX},
url = {https://doi.org/10.5281/zenodo.XXXXXXX},
license = {MIT}
}
% Citation for original project
@software{dronefreak_tello_2019,
author = {dronefreak},
title = {DJI Tello Object Detection and Segmentation},
year = {2019},
url = {https://github.com/dronefreak/dji-tello-object-detection-segmentation},
note = {Original implementation with Mask R-CNN}
}
% YOLOv8 reference
@software{ultralytics_yolov8_2023,
author = {Ultralytics},
title = {YOLOv8: State-of-the-Art YOLO Object Detection},
year = {2023},
url = {https://github.com/ultralytics/ultralytics},
license = {AGPL-3.0}
}
% Detectron2 reference
@software{wu2019detectron2,
author = {Wu, Yuxin and Kirillov, Alexander and Massa, Francisco and Lo, Wan-Yen and Girshick, Ross},
title = {Detectron2},
year = {2019},
url = {https://github.com/facebookresearch/detectron2},
note = {Facebook AI Research}
}
% djitellopy reference
@software{djitellopy_2020,
author = {Fuentes, Damià},
title = {djitellopy: DJI Tello Drone Python Interface},
year = {2020},
url = {https://github.com/damiafuentes/DJITelloPy},
license = {MIT}
}