CV(Computer Vision)
- CS231n: Stanford 的 CV 入门课程 [Main Page] [bilibili] [Assignments]
- Awesome-Vision-Attentions: Summary of related papers on visual attention. Related code will be released based on Jittor gradually.
- Transformer-in-Computer-Vision: A paper list of some recent Transformer-based CV works.
- rese1f/Awesome-VQVAE: A collection of resources and papers on Vector Quantized Variational Autoencoder (VQ-VAE) and its application
object detection
- open-mmlab/mmdetection: OpenMMLab Detection Toolbox and Benchmark
- facebookresearch/detectron2: Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
- facebookresearch/detr: End-to-End Object Detection with Transformers
- IDEA-Research/detrex: detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks
segmentation
Vision-Language Model
- VLM_survey: Vision-Language Models for Vision Tasks: A Survey
- LLM-in-Vision: Recent LLM-based CV and related works. Welcome to comment/contribute!