EricBooob's Stars
lllyasviel/ControlNet
Let us control diffusion models!
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
svc-develop-team/so-vits-svc
SoftVC VITS Singing Voice Conversion
karpathy/llm.c
LLM training in simple, raw C/CUDA
xianhu/LearnPython
以撸代码的形式学习Python
timothybrooks/instruct-pix2pix
openai/improved-diffusion
Release for Improved Denoising Diffusion Probabilistic Models
luhuisicnu/The-Flask-Mega-Tutorial-zh
翻译自Miguel Grinberg的blog https://blog.miguelgrinberg.com 的2017年新版The Flask Mega-Tutorial教程
sthalles/SimCLR
PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
KaiyangZhou/CoOp
Prompt Learning for Vision-Language Models (IJCV'22, CVPR'22)
jiaweizzhao/GaLore
GaLore: Memory-Efficient LLM Training by Gradient Low-Rank Projection
rmokady/CLIP_prefix_caption
Simple image captioning model
timojl/clipseg
This repository contains the code of the CVPR 2022 paper "Image Segmentation Using Text and Image Prompts".
baofff/U-ViT
A PyTorch implementation of the paper "All are Worth Words: A ViT Backbone for Diffusion Models".
Tongzhenguo/ebooks
我的大数据学习书单
LiheYoung/UniMatch
[CVPR 2023] Revisiting Weak-to-Strong Consistency in Semi-Supervised Semantic Segmentation
Haochen-Wang409/U2PL
[CVPR'22 & IJCV'24] Semi-Supervised Semantic Segmentation Using Unreliable Pseudo-Labels & Using Unreliable Pseudo-Labels for Label-Efficient Semantic Segmentation
j-min/CLIP-Caption-Reward
PyTorch code for "Fine-grained Image Captioning with CLIP Reward" (Findings of NAACL 2022)
weijiawu/DiffuMask
[ICCV2023] DiffuMask: Synthesizing Images with Pixel-level Annotations for Semantic Segmentation Using Diffusion Models
dhg-wei/DeCap
ICLR 2023 DeCap: Decoding CLIP Latents for Zero-shot Captioning
mlpc-ucsd/MaskCLIP
Code Release for MaskCLIP (ICML 2023)
zhixuanli/segmentation-paper-reading-notes
segmentation paper reading notes
LiheYoung/ShrinkMatch
[ICCV 2023] Shrinking Class Space for Enhanced Certainty in Semi-Supervised Learning
Jianf-Wang/NP-SemiSeg
A Pytorch implementation of ICML 2023 paper "NP-SemiSeg: When Neural Processes meet Semi-Supervised Semantic Segmentation"
yangbang18/MultiCapCLIP
(ACL'2023) MultiCapCLIP: Auto-Encoding Prompts for Zero-Shot Multilingual Visual Captioning
jssprz/visual_syntactic_embedding_video_captioning
Source code of the paper titled *Improving Video Captioning with Temporal Composition of a Visual-Syntactic Embedding*
xN1ckuz/Crosswalks-Detection-using-YOLO
Crosswalks Detection using YOLO, project for Computer Vision and Machine Perception course at University of Basilicata, Computer Science and Engineering.
Jumponthemoon/WeatherDG
Official implementation of "WeatherDG: LLM-assisted Procedural Weather Generation for Domain-Generalized Semantic Segmentation"
liupeng0606/clip4caption
The first unofficial implementation of CLIP4Caption: CLIP for Video Caption (ACMMM 2021)
nickliqian/simple_number_recognition
使用PIL和几种分类算法对标准数字图片进行识别。