eye-cv 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
eye/annotators/line.py CHANGED
@@ -1,4 +1,4 @@
1
- """Line zone counting and annotator (supervision-like LineZone).
1
+ """Line zone counting and annotator.
2
2
 
3
3
  Minimal implementation: track per-tracker last side of the line and detect crossings.
4
4
  """
@@ -1,4 +1,4 @@
1
- """Universal auto-conversion for ALL model formats - Works with supervision!"""
1
+ """Universal auto-conversion for ALL model formats."""
2
2
 
3
3
  import numpy as np
4
4
  from typing import Any, Optional, Union
eye/draw/color.py CHANGED
@@ -29,7 +29,7 @@ class Color:
29
29
  int(hex_color[4:6], 16)
30
30
  )
31
31
 
32
- # Predefined colors for supervision compatibility
32
+ # Predefined color constants
33
33
  Color.ROBOFLOW = Color(255, 107, 0)
34
34
  Color.WHITE = Color(255, 255, 255)
35
35
  Color.BLACK = Color(0, 0, 0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eye-cv
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Eye - Simple & Powerful Computer Vision. Auto-convert, smart tracking, jitter reduction.
5
5
  Author: Dakar Project
6
6
  Classifier: Development Status :: 4 - Beta
@@ -63,7 +63,7 @@ Dynamic: summary
63
63
 
64
64
  **Professional Computer Vision Toolkit for Commercial Projects**
65
65
 
66
- A comprehensive, production-ready library for object detection, tracking, and annotation - built as a reusable alternative to Supervision with enhanced features and innovations.
66
+ A comprehensive, production-ready library for object detection, tracking, and annotation with enhanced features and innovations.
67
67
 
68
68
  ## 🚀 Features
69
69
 
@@ -182,7 +182,7 @@ def process_frame(frame, frame_idx):
182
182
  video.process(process_frame)
183
183
  ```
184
184
 
185
- ## 🎯 Innovations Over Supervision
185
+ ## 🎯 Key Innovations
186
186
 
187
187
  1. **Immutable Operations**: Thread-safe, prevents bugs
188
188
  2. **Automatic Caching**: Faster repeated computations
@@ -8,7 +8,7 @@ eye/web.py,sha256=cuMOdHYAQ0edO54OOgMqbSZaWGLSanYzsnrli7oIbWU,8303
8
8
  eye/annotators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  eye/annotators/base.py,sha256=b-Ydrs4P0bX9Xz3BfqmxTO3jSRJjjlNIxjTG72969sc,623
10
10
  eye/annotators/core.py,sha256=GpnR87N4zeYy4GGx9ydU3e-ciNIZyUkcPltQNZgLeIo,101865
11
- eye/annotators/line.py,sha256=YpqHOR3hTg-JW4O58mYj6AKAZEsSe4003BM5xmXEvAg,4276
11
+ eye/annotators/line.py,sha256=A6c7T-WiEOhf_azZl20uG5q1iR54Ke7HeSms1EsExWM,4248
12
12
  eye/annotators/modern.py,sha256=o99upeal7ia1UluPvyv0Ru6JLvZNNrYSocNYrmzlfnY,19720
13
13
  eye/annotators/trace.py,sha256=KRas50W-rq5Res46E71qZOgW2-iJGbFx9F9nnZvyBWc,5312
14
14
  eye/annotators/utils.py,sha256=S-CC2lHNxul25ZtimI1CXv2uLcQIgUq7e_llilZNySk,6192
@@ -31,7 +31,7 @@ eye/dataset/formats/coco.py,sha256=9bIOsCPHI1OZKfHlFXRcpPAxOxekSA7_JCFIuCKu1aQ,8
31
31
  eye/dataset/formats/pascal_voc.py,sha256=bBl04B3AXM6n71pVODnPGFfO8qWOfR7IOnjahSoZTOQ,9529
32
32
  eye/dataset/formats/yolo.py,sha256=A_sMSmX0yauQeIhsZs-u80_2yWe6SISBuSyx6XN8juY,9826
33
33
  eye/detection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
- eye/detection/auto_convert.py,sha256=WBpsVfc_N4I07V3zQf0JRIvoPdsTBxiPMYgvuYHxPJA,6155
34
+ eye/detection/auto_convert.py,sha256=XzonfdE8ldzdillQJbXrCof--RyQ1WhW-a5BUeGn7go,6130
35
35
  eye/detection/core.py,sha256=iaZkbj00K5oDQg_BhkluTIgLifN43OvnlRlV53R-TwU,55768
36
36
  eye/detection/detections_enhanced.py,sha256=rRMwwk5ewevw53yQ0U26vCx8QYnwo31GBGMLScjOiM8,14790
37
37
  eye/detection/line_zone.py,sha256=3KFPG2onEWRNpmEoTQrDll8erbM6zx_jYgzwOl4YGjk,32038
@@ -48,7 +48,7 @@ eye/detection/tools/smoothing.py,sha256=yZnUmtsMbFFEqE4VEKQFiNCgV8-NWXqjXRRX-8dD
48
48
  eye/detection/tools/smoothing_config.py,sha256=GYHrqeO-NDoTfj_9VsbzHVvsoUYgxCZkMLududnWuT8,6940
49
49
  eye/detection/tools/transformers.py,sha256=mWapDZAea6sihAViAot3uCMmwtiZCy2zEDTRIM64oSs,9798
50
50
  eye/draw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
- eye/draw/color.py,sha256=lwl96IzMxnnHiEHeVk-QDfby4mvwAh8T7Sw7YK1QXDE,4525
51
+ eye/draw/color.py,sha256=qMEYbjw3Fu8IdDjyDFPM-kcLQEKhZMAtsO-EQfqCdA8,4504
52
52
  eye/draw/utils.py,sha256=sUOgEldFwdcH7DWTyfioWrGaA-GCcaOiooHt3119Mlc,11618
53
53
  eye/geometry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
54
  eye/geometry/core.py,sha256=OaPvaPLZdWK3AC2FXNXZf2Drzw2mTLqE0rcfjgVBbBU,3528
@@ -87,8 +87,8 @@ eye/utils_eye/__init__.py,sha256=AH6armLb9QDMiDcjLuJYYFZRpnRFhz78pwN5w-jdrVM,14
87
87
  eye/utils_eye/geometry.py,sha256=sh5rqFi7wK4qVWyrARFU2pI3WY7e-KBZVcF_ZcmJMQs,1920
88
88
  eye/utils_eye/nms.py,sha256=cyCqPZHQQgxo9BUhJf0fcve7bUTM0QOu7dFidIpJw1E,1391
89
89
  eye/validators/__init__.py,sha256=2H8tINSWt5XPasJzwsqxuCUkjykNjD4o4_uJomIBM1Q,4661
90
- eye_cv-1.0.0.dist-info/licenses/LICENSE,sha256=3f4ZF0KXgBJLAS65F_DTbqVxRBPKaGnF7vSxL6oz1iQ,1091
91
- eye_cv-1.0.0.dist-info/METADATA,sha256=u5RDPZNwFE2TVfyjq_FJFmRBqHlI40tjHSpHWaBD5CI,9502
92
- eye_cv-1.0.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
93
- eye_cv-1.0.0.dist-info/top_level.txt,sha256=O14nPS6w4bLr1liyqPTYbRjLH3UYz7FTAcLRrq03XGM,4
94
- eye_cv-1.0.0.dist-info/RECORD,,
90
+ eye_cv-1.0.1.dist-info/licenses/LICENSE,sha256=3f4ZF0KXgBJLAS65F_DTbqVxRBPKaGnF7vSxL6oz1iQ,1091
91
+ eye_cv-1.0.1.dist-info/METADATA,sha256=16P64TO9bxIIGmhWXXzqHQbDMYa8ZkYY3NZJgjrN54E,9440
92
+ eye_cv-1.0.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
93
+ eye_cv-1.0.1.dist-info/top_level.txt,sha256=O14nPS6w4bLr1liyqPTYbRjLH3UYz7FTAcLRrq03XGM,4
94
+ eye_cv-1.0.1.dist-info/RECORD,,
File without changes