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
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This file provides context-aware guidance for GitHub Copilot when working in the
8
8
9
9
**Supervision** is a Python library providing reusable computer vision utilities for working with object detection models (YOLO, SAM, etc.). It offers tools for detections processing, tracking, annotation, and dataset management.
10
10
11
-
-**Languages**: Python 3.8+
11
+
-**Languages**: Python 3.9+
12
12
-**Key Dependencies**: NumPy, OpenCV, SciPy
13
13
-**License**: MIT
14
14
@@ -18,13 +18,14 @@ This file provides context-aware guidance for GitHub Copilot when working in the
18
18
19
19
```
20
20
supervision/
21
-
βββ supervision/ # Main library code
22
-
β βββ detection/ # Detection utilities
23
-
β βββ draw/ # Annotation and visualization
24
-
β βββ tracker/ # Object tracking
25
-
β βββ dataset/ # Dataset management
26
-
β βββ utils/ # Shared utilities
27
-
βββ test/ # Test suite (mirrors supervision/)
21
+
βββ src/
22
+
β βββ supervision/ # Main library code
23
+
β βββ detection/ # Detection utilities
24
+
β βββ draw/ # Annotation and visualization
25
+
β βββ tracker/ # Object tracking
26
+
β βββ dataset/ # Dataset management
27
+
β βββ utils/ # Shared utilities
28
+
βββ tests/ # Test suite (mirrors src/supervision/)
0 commit comments