MPI
[RSS 2024] Learning Manipulation by Predicting Interaction
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- example_franka_kitchen.jpg
- mpi_teaser.png
- pretrain_pipeline.png
- tokens_mpi.jpg
- __init__.py
- accelerators.py
- datasets.py
- models.py
- tracking.py
- __init__.py
- ego4d_hoi_dataset.py
- __init__.py
- vcond.py
- vdual.py
- vdual_ori.py
- vgen.py
- vmvp.py
- vr3m.py
- vrn3m.py
- __init__.py
- attention.py
- extraction.py
- loss_utils.py
- ms_deform_attn.py
- optimization.py
- transformer.py
- __init__.py
- instantiate.py
- materialize.py
- mpi_model.py
- __init__.py
- checkpointing.py
- metrics.py
- overwatch.py
- utilities.py
- __init__.py
- local.yaml
- local.yaml
- BC_config.yaml
- hydra_launcher.py
- train_loop.py
- __init__.py
- behavior_cloning.py
- fc_network.py
- gym_env.py
- logger.py
- obs_wrappers.py
- policy.py
- sampling.py
- tensor_utils.py
- __init__.py
- eval_mpi-small_knob1-on.sh
- .gitignore
- README.MD
- setup.py
- __init__.py
- overwatch.py
- random.py
- adapter.py
- eval_refer.sh
- evaluate_refer.py
- harness.py
- preprocessing.py
- .gitignore
- get_representation.py
- LICENSE
- prepare_dataset.py
- pretrain.py
- pyproject.toml
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/OpenDriveLab/MPI
Downloads the entire project code from GitHub to your computer.
cd MPI
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install ego4d
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
pip install ego4d
Installs the package published on PyPI directly โ no need to clone the source.
python -m ego4d.cli.cli --output_directory=<path-to-save-dir> --datasets clips annotations --metadata --version v2 --benchmarks FHO
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
