wenjuan7275's Stars
All-Hands-AI/OpenHands
🙌 OpenHands: Code Less, Make More
graphdeco-inria/gaussian-splatting
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
wenjuan7275/UnityGaussianSplatting
Toy Gaussian Splatting visualization in Unity
aras-p/ToyPathTracer
Toy path tracer for my own learning purposes (CPU/GPU, C++/C#, Win/Mac/Wasm, DX11/Metal, also Unity)
aras-p/UnityGaussianSplatting
Toy Gaussian Splatting visualization in Unity
snap-research/MyVLM
Official Implementation for "MyVLM: Personalizing VLMs for User-Specific Queries" (ECCV 2024)
wenjuan7275/CVPR-2023-Papers
Pythagora-io/gpt-pilot
The first real AI developer
state-spaces/mamba
Mamba SSM architecture
cmhungsteve/Awesome-Transformer-Attention
An ultimately comprehensive paper list of Vision Transformer/Attention, including papers, codes, and related websites
OpenDriveLab/UniAD
[CVPR 2023 Best Paper Award] Planning-oriented Autonomous Driving
bighuang624/AI-research-tools
:hammer:AI 方向好用的科研工具
victorca25/traiNNer
traiNNer: Deep learning framework for image and video super-resolution, restoration and image-to-image translation, for training and testing.
wyhuai/DDNM
[ICLR 2023 Oral] Zero-Shot Image Restoration Using Denoising Diffusion Null-Space Model
open-mmlab/mmagic
OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic 🪄: Generative-AI (AIGC), easy-to-use APIs, awsome model zoo, diffusion models, for text-to-image generation, image/video restoration/enhancement, etc.
yinboc/liif
Learning Continuous Image Representation with Local Implicit Image Function, in CVPR 2021 (Oral)
ofsoundof/GRL-Image-Restoration
gladzhang/ART
PyTorch code for our ICLR 2023 paper "Accurate Image Restoration with Attention Retractable Transformer".
shehzaidi/pre-training-via-denoising
Official implementation of pre-training via denoising for TorchMD-NET
megvii-model/HINet
swz30/Restormer
[CVPR 2022--Oral] Restormer: Efficient Transformer for High-Resolution Image Restoration. SOTA for motion deblurring, image deraining, denoising (Gaussian/real data), and defocus deblurring.
facebookarchive/fb.resnet.torch
Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
visionml/pytracking
Visual tracking library based on PyTorch.
axa-group/Parsr
Transforms PDF, Documents and Images into Enriched Structured Data
microsoft/VideoX
VideoX: a collection of video cross-modal models
xinntao/HandyView
Handy image viewer based on PyQt5. Convenient for viewing and comparing :-)
cszn/SCUNet
Practical Blind Denoising via Swin-Conv-UNet and Data Synthesis (Machine Intelligence Research 2023)
JingyunLiang/VRT
VRT: A Video Restoration Transformer (official repository)
microsoft/Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch