Skip to content

Commit 9197987

Browse files
committed
removed embeddings module
1 parent 0b12b41 commit 9197987

21 files changed

+3
-4597
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
This library includes a collection of helper functions and utilities for the Luxonis MLOps stack. This includes the following submodules:
1616

1717
- **Dataset Management**: Creating computer vision datasets focused around Luxonis hardware and to be used with our [LuxonisTrain](https://pypi.org/project/luxonis-train/) framework. Additional documentation can be found [here](https://github.com/luxonis/luxonis-ml/blob/main/luxonis_ml/data/README.md).
18-
- **Embeddings**: Methods to compute image embeddings.
1918
- **Tracking**: Our implementation of a logger for use with PyTorch Lightning or in [LuxonisTrain](https://pypi.org/project/luxonis-train/)
2019
- **Utils**: Miscellaneous utils for developers.
2120

@@ -36,7 +35,6 @@ We offer several versions of the package:
3635

3736
- `luxonis-ml[data]`: installs necessary dependencies for using `luxonis_ml.data` module
3837
- `luxonis-ml[utils]`: installs necessary dependencies for using `luxonis_ml.utils` module
39-
- `luxonis-ml[embedd]`: installs necessary dependencies for using `luxonis_ml.embeddings` module
4038
- `luxonis-ml[tracker]`: installs necessary dependencies for using `luxonis_ml.tracker` module
4139
- `luxonis-ml[all]`: installs all dependencies
4240
- `luxonis-ml[dev]`: installs all dependencies, including development dependencies

0 commit comments

Comments
 (0)