GitXplorerGitXplorer
f

mmf

public
5523 stars
939 forks
150 issues

Commits

List of commits on branch main.
Unverified
a66c9526609333d79a301ece522f71a5e442f696

[codemod][pyfmt][ruff] Convert directory fbcode/faim to use the Ruff Formatter

committed 2 months ago
Unverified
753edc736c638465ae4aa74d949b9b93bc6d046f

[staticdocs][mmf] automatic update for docusaurus-plugin-internaldocs-fb@1.18.5

aantonk52 committed 3 months ago
Unverified
ebe5b319e7132f2cbdc6dd9e7f9bf544c9c36662

Make torchaudio loading optional when compiling for AMD

committed 8 months ago
Unverified
f704bc5b2e71d0ca3e602d9baa6252c5188aa7d0

[codemod][pyfmt] apply Black 2024 style in fbcode (9/16)

aamyreese committed a year ago
Unverified
f0f08456606a41c3bae49d8c3c625061fee12e54

[Codemod][Convert importlib.import_module to Python import] [batch:3/52] fbcode

committed a year ago
Unverified
6074484b9b9e148836fc3b83cbe5df8d0bec9afb

[AutoAccept][Codemod][Replace deprecated unittest asserts] fbcode//faim/mmf

committed a year ago

README

The README file for this repository.


MMF is a modular framework for vision and language multimodal research from Facebook AI Research. MMF contains reference implementations of state-of-the-art vision and language models and has powered multiple research projects at Facebook AI Research. See full list of project inside or built on MMF here.

MMF is powered by PyTorch, allows distributed training and is un-opinionated, scalable and fast. Use MMF to bootstrap for your next vision and language multimodal research project by following the installation instructions. Take a look at list of MMF features here.

MMF also acts as starter codebase for challenges around vision and language datasets (The Hateful Memes, TextVQA, TextCaps and VQA challenges). MMF was formerly known as Pythia. The next video shows an overview of how datasets and models work inside MMF. Checkout MMF's video overview.

Installation

Follow installation instructions in the documentation.

Documentation

Learn more about MMF here.

Citation

If you use MMF in your work or use any models published in MMF, please cite:

@misc{singh2020mmf,
  author =       {Singh, Amanpreet and Goswami, Vedanuj and Natarajan, Vivek and Jiang, Yu and Chen, Xinlei and Shah, Meet and
                 Rohrbach, Marcus and Batra, Dhruv and Parikh, Devi},
  title =        {MMF: A multimodal framework for vision and language research},
  howpublished = {\url{https://github.com/facebookresearch/mmf}},
  year =         {2020}
}

License

MMF is licensed under BSD license available in LICENSE file