Skip to content

Latest commit

 

History

History
153 lines (131 loc) · 15.8 KB

README.md

File metadata and controls

153 lines (131 loc) · 15.8 KB

Awesome CLIP

This repo collects the research resources based on CLIP (Contrastive Language-Image Pre-Training) proposed by OpenAI. If you would like to contribute, please open an issue.

CLIP

Training

  • OpenCLIP (3rd-party, PyTorch) [code]
  • Train-CLIP (3rd-party, PyTorch) [code]
  • Paddle-CLIP (3rd-party, PaddlePaddle) [code]

Applications

GAN

Object Detection

Information Retrieval

Representation Learning

Text-to-3D Generation

Text-to-Image Generation

Prompt Learning

Video Understanding

Image Captioning

Image Editing

Image Segmentation

3D Recognition

Audio

Language Tasks

Object Navigation

Localization

Others

Acknowledgment

Inspired by Awesome Visual-Transformer.