Metadata-Version: 2.4
Name: humex-converter-waymo
Version: 0.2.0
Summary: Waymo Open Dataset converter plugin for humex
Author-email: humex contributors <humex@zerothlaw.io>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/zerothlaw-ai/humex
Project-URL: Source, https://github.com/zerothlaw-ai/humex/tree/main/converters/waymo
Project-URL: Issues, https://github.com/zerothlaw-ai/humex/issues
Keywords: humex,waymo,autonomous-vehicles,converter
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: humex<0.3,>=0.2
Dynamic: license-file

# humex-converter-waymo

Waymo Open Dataset converter plugin for [humex](https://github.com/zerothlaw-ai/humex).

```bash
pip install humex humex-converter-waymo
```

Recognizes `*.tfrecord` files (including sharded `*.tfrecord-NNNNN-of-NNNNN`).
Discovered automatically by humex via the `humex.converters` entry point — no
extra registration step. Run:

```bash
humex convert path/to/scenario.tfrecord -o ./converted/
```

## Why a separate package?

The `waymo-open-dataset-tf-2-12-0` dependency pulls in TensorFlow, which
conflicts with humex's numpy pin and would block clean installs for users who
just want to run metrics over already-converted scenarios. Keeping the Waymo
toolchain in its own wheel means a bare `pip install humex` stays small.
