Code
Installation, dataset access tooling, and evaluation harness.
Repository
Quick install
Replace these commands to match your actual repo. Keep them minimal and tested.
# Recommended: uv or conda. Example with venv:
python -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install egoverse # or: pip install -e .
Dataset sync (example)
# Example: sync a filtered subset defined by a config file
egoverse sync --config configs/fold_clothes_small.yaml --out data/egoverse