Cargo Features
[dependencies]
similari-trackers-rs = { version = "0.26.11", default-features = false, features = ["python"] }
- default = python
-
The
python
feature is set by default wheneversimilari-trackers-rs
is added without
somewhere in the dependency tree.default-features = false - python default
-
Enables pyo3 ^0.20, pyo3-build-config ^0.18, and pyo3-log ^0.8
Affects
batch::python
,batch_api::python
,simple_api::python
,sort::python
,spatio_temporal_constraints::python
,batch_api::python
,clipping::clipping_py
,nms::nms_py
…