You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>Find detailed info on MOT utilities (ground truth dataset creation, exporting tracker metrics in mot challenge format) at [MOT.md](docs/MOT.md).</b>
424
426
427
+
## <divalign="center">Citation</div>
428
+
429
+
If you use this package in your work, please cite it as:
430
+
431
+
```
432
+
@software{akyon2021sahi,
433
+
author = {Akyon, Fatih Cagatay and
434
+
Cengiz, Cemil and
435
+
Altinuc, Sinan Onur and
436
+
Cavusoglu, Devrim and
437
+
Sahin, Kadir and
438
+
Eryuksel, Ogulcan},
439
+
title = {{SAHI: A lightweight vision library for performing
440
+
large scale object detection and instance
441
+
segmentation}},
442
+
month = nov,
443
+
year = 2021,
444
+
publisher = {Zenodo},
445
+
doi = {10.5281/zenodo.5718950},
446
+
url = {https://doi.org/10.5281/zenodo.5718950}
447
+
}
448
+
```
449
+
425
450
## <divalign="center">Contributing</div>
426
451
427
452
`sahi` library currently supports all [YOLOv5 models](https://github.com/ultralytics/yolov5/releases) and [MMDetection models](https://github.com/open-mmlab/mmdetection/blob/master/docs/model_zoo.md). Moreover, it is easy to add new frameworks.
0 commit comments