Scenebox¶
SceneBox
is a data operations platform for machine perception.
Scenebox simplifies machine learning data operations management for perception-heavy
applications such as automated driving, robotics, remote sensing, and surveillance.
For more information about how SceneBox can disrupt your MLOps pipeline, click here
Installation¶
SceneBox is published on PyPi and distributed as a pip
installable package.
pip install scenebox
Python SDK¶
We’ve built a handy Python SDK around SceneBox in the form of three clients. The clients can be used for various tasks ranging from uploading a dataset to creating a UMAP visualization of a neural network’s embeddings.
For some example workflows using methods from these clients refer Examples