OTVision 0.6.9__py3-none-any.whl → 0.6.10__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.
- OTVision/version.py +1 -1
- {otvision-0.6.9.dist-info → otvision-0.6.10.dist-info}/METADATA +9 -2
- {otvision-0.6.9.dist-info → otvision-0.6.10.dist-info}/RECORD +5 -5
- {otvision-0.6.9.dist-info → otvision-0.6.10.dist-info}/WHEEL +0 -0
- {otvision-0.6.9.dist-info → otvision-0.6.10.dist-info}/licenses/LICENSE +0 -0
OTVision/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: OTVision
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.10
|
|
4
4
|
Summary: OTVision is a core module of the OpenTrafficCam framework to perform object detection and tracking.
|
|
5
5
|
Project-URL: Homepage, https://opentrafficcam.org/
|
|
6
6
|
Project-URL: Documentation, https://opentrafficcam.org/overview/
|
|
@@ -15,8 +15,9 @@ Classifier: Development Status :: 4 - Beta
|
|
|
15
15
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
17
|
Classifier: Programming Language :: Python :: 3
|
|
18
|
-
Requires-Python:
|
|
18
|
+
Requires-Python: ==3.12.*
|
|
19
19
|
Requires-Dist: av==13.0.0
|
|
20
|
+
Requires-Dist: coremltools==8.2; sys_platform == 'darwin'
|
|
20
21
|
Requires-Dist: ffmpeg-python==0.2.0
|
|
21
22
|
Requires-Dist: fire==0.7.0
|
|
22
23
|
Requires-Dist: geopandas==1.0.1
|
|
@@ -33,6 +34,12 @@ Requires-Dist: torchvision==0.22.1
|
|
|
33
34
|
Requires-Dist: tqdm==4.67.1
|
|
34
35
|
Requires-Dist: ujson==5.10.0
|
|
35
36
|
Requires-Dist: ultralytics==8.3.159
|
|
37
|
+
Provides-Extra: cuda
|
|
38
|
+
Requires-Dist: tensorrt-cu12-bindings==10.12.0.36; (sys_platform != 'darwin') and extra == 'cuda'
|
|
39
|
+
Requires-Dist: tensorrt-cu12-libs==10.12.0.36; (sys_platform != 'darwin') and extra == 'cuda'
|
|
40
|
+
Requires-Dist: tensorrt==10.12.0.36; (sys_platform != 'darwin') and extra == 'cuda'
|
|
41
|
+
Requires-Dist: torch; extra == 'cuda'
|
|
42
|
+
Requires-Dist: torchvision; extra == 'cuda'
|
|
36
43
|
Description-Content-Type: text/markdown
|
|
37
44
|
|
|
38
45
|
# OTVision
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
OTVision/__init__.py,sha256=CLnfgTlVHM4_nzDacvy06Z_Crc3hU6usd0mUyEvBf24,781
|
|
2
2
|
OTVision/config.py,sha256=D4NIio27JG9hZk7yHI6kNKiMxKeKa_MGfrKNDdEH370,5389
|
|
3
3
|
OTVision/dataformat.py,sha256=BHF7qHzyNb80hI1EKfwcdJ9bgG_X4bp_hCXzdg7_MSA,1941
|
|
4
|
-
OTVision/version.py,sha256=
|
|
4
|
+
OTVision/version.py,sha256=XaaPKbuQgkGzf1GEqCUct10nfK5hpZO1gljpBLG5_eE,176
|
|
5
5
|
OTVision/abstraction/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
OTVision/abstraction/defaults.py,sha256=ftETDe25gmr563RPSbG6flcEiNiHnRb0iXK1Zj_zdNg,442
|
|
7
7
|
OTVision/abstraction/observer.py,sha256=ZFGxUUjI3wUpf5ogXg2yDe-QjCcXre6SxH5zOogOx2U,1350
|
|
@@ -110,7 +110,7 @@ OTVision/view/view_helpers.py,sha256=a5yV_6ZxO5bxsSymOmxdHqzOEv0VFq4wFBopVRGuVRo
|
|
|
110
110
|
OTVision/view/view_track.py,sha256=vmfMqpbUfnzg_EsWiL-IIKNOApVF09dzSojHpUfYY6M,5393
|
|
111
111
|
OTVision/view/view_transform.py,sha256=HvRd8g8geKRy0OoiZUDn_oC3SJC5nuXhZf3uZelfGKg,5473
|
|
112
112
|
OTVision/view/helpers/OTC.ico,sha256=G9kwlDtgBXmXO3yxW6Z-xVFV2q4nUGuz9E1VPHSu_I8,21662
|
|
113
|
-
otvision-0.6.
|
|
114
|
-
otvision-0.6.
|
|
115
|
-
otvision-0.6.
|
|
116
|
-
otvision-0.6.
|
|
113
|
+
otvision-0.6.10.dist-info/METADATA,sha256=vrn1hgrGpvSChGBJT1n-af-fj4JjKuYJC8v91q_W3Yo,6705
|
|
114
|
+
otvision-0.6.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
115
|
+
otvision-0.6.10.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
116
|
+
otvision-0.6.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|