From 0c22c1dae51ab553e20cb417a478843cbacfb011 Mon Sep 17 00:00:00 2001
From: guis98 <guis98@mi.fu-berlin.de>
Date: Mon, 12 Aug 2024 10:13:09 +0000
Subject: [PATCH] upload annotate.py

---
 annotate.py | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 annotate.py

diff --git a/annotate.py b/annotate.py
new file mode 100644
index 0000000..94a5788
--- /dev/null
+++ b/annotate.py
@@ -0,0 +1,3 @@
+from ultralytics.data.annotator import auto_annotate
+
+auto_annotate(data="./data/frames", det_model="yolov10x.pt", sam_model="sam_l.pt")
\ No newline at end of file
-- 
GitLab