Skip to content

VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.

License

Notifications You must be signed in to change notification settings

yangsenwxy/vissl

 
 

Repository files navigation

CircleCIPRs Welcome

Introduction

VISSL is a computer VIsion library for state-of-the-art Self-Supervised Learning research with PyTorch. VISSL aims to accelerate research cycle in self-supervised learning: from designing a new self-supervised task to evaluating the learned representations.

Within Facebook AI, VISSL has been used to power research projects such as SwAV.

Installation

Please find installation instructions in INSTALL.md.

Getting Started

After installation, please see GETTING_STARTED.md for how to run various ssl tasks.

License

VISSL is released under CC-NC 4.0 International license.

Tutorials

Get started with VISSL by trying one of the [tutorial notebooks][tutorials/].

Documentation

Learn more about the API by reading the VISSL [documentation](TODO: prigoyal).

Model Zoo and Baselines

We provide a large set of baseline results and trained models available for download in the VISSL Model Zoo.

Development

We welcome new contributions to VISSL and we will be actively maintaining this library! Please refer to CONTRIBUTING.md for full instructions on how to run the code, tests and linter, and submit your pull requests.

Contributors

VISSL is written and maintained by the Facebook AI Research Computer Vision Team.

Citation

If you find VISSL useful in your research, please cite:

@misc{goyal2020vissl,
  author =       {Priya Goyal and ... and Armand Joulin},
  title =        {VISSL},
  howpublished = {\url{https://github.com/facebookresearch/vissl}},
  year =         {2020}
}

About

VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 92.4%
  • Python 7.1%
  • Other 0.5%