Pinned Repositories
AirSim
Open source simulator based on Unreal Engine for autonomous vehicles from Microsoft AI & Research
AR-Dressing
an application to allow user to do visual dressing, which means that a user can select whatever clothes he/she likes and see how it looks like after dressing without actually trying it. The reason I want to do this project is that thinking about what the visual effect of a product is becomes a more and more important feature in online shopping. I am motivated by this and have a strong interest in coming up with a satisfactory solution.
ardrone-webflight
Pilot the AR.Drone 2.0 directly from your browser. Extend the application with plugins to add features such as video recording, autonomous flight, face recognition, and more.
basic-multi-robot-patrol
A basic simulator for multi-robot patrol based on time-step simulation. Easy to set new Robot, Env, patrol Algorithms.
Bookstore
Soft Engineering
consistency_models
Official repo for consistency models.
ControlVideo
[ICLR 2024] Official pytorch implementation of "ControlVideo: Training-free Controllable Text-to-Video Generation"
ddpm-torch
Unofficial PyTorch Implementation of Denoising Diffusion Probabilistic Models (DDPM)
denoising-diffusion-pytorch
Implementation of Denoising Diffusion Probabilistic Model in Pytorch
dlib
A toolkit for making real world machine learning and data analysis applications in C++
Jinwei1's Repositories
Jinwei1/AirSim
Open source simulator based on Unreal Engine for autonomous vehicles from Microsoft AI & Research
Jinwei1/basic-multi-robot-patrol
A basic simulator for multi-robot patrol based on time-step simulation. Easy to set new Robot, Env, patrol Algorithms.
Jinwei1/consistency_models
Official repo for consistency models.
Jinwei1/ControlVideo
[ICLR 2024] Official pytorch implementation of "ControlVideo: Training-free Controllable Text-to-Video Generation"
Jinwei1/ddpm-torch
Unofficial PyTorch Implementation of Denoising Diffusion Probabilistic Models (DDPM)
Jinwei1/denoising-diffusion-pytorch
Implementation of Denoising Diffusion Probabilistic Model in Pytorch
Jinwei1/edm
Elucidating the Design Space of Diffusion-Based Generative Models (EDM)
Jinwei1/efficient-kan
An efficient pure-PyTorch implementation of Kolmogorov-Arnold Network (KAN).
Jinwei1/ESRGAN
ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
Jinwei1/Following-Drone
Jinwei1/GDSS
Official Code Repository for the paper "Score-based Generative Modeling of Graphs via the System of Stochastic Differential Equations" (ICML 2022)
Jinwei1/generative-modeling-explained
Ying Nian Wu's UCLA Statistical Machine Learning Tutorial on generative modeling.
Jinwei1/Image-Super-Resolution-via-Iterative-Refinement
Unofficial implementation of Image Super-Resolution via Iterative Refinement by Pytorch
Jinwei1/Image-Synthesis
Image Synthesis
Jinwei1/jinwei1.github.io
Jinwei1/L3BNet_DeepLearning_Vision
Design a Convolution Neural Network (CNN) model named L3BNet, train and validate on the Tiny ImageNet ( 100,000 images, 200 classes), achieve top1 accuracy at 0.47, top5 accuracy at 0.72 (50 epochs) and also come out with a report including more details and comparison with 2 state of art models.
Jinwei1/manim
Animation engine for explanatory math videos
Jinwei1/MCL
Official implementation for masked contrastive learning for anomaly detection.(IJCAI-21)
Jinwei1/nightimaging23
Jinwei1/Palette-Image-to-Image-Diffusion-Models
Unofficial implementation of Palette: Image-to-Image Diffusion Models by Pytorch
Jinwei1/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
Jinwei1/PyTorch-VAE
A Collection of Variational Autoencoders (VAE) in PyTorch.
Jinwei1/Retinexformer
"Retinexformer: One-stage Retinex-based Transformer for Low-light Image Enhancement" (ICCV 2023)
Jinwei1/robot-multi-floor-navigation
Jinwei1/score_sde_pytorch
PyTorch implementation for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
Jinwei1/SimpleWeatherPrediction
Jinwei1/vid2densepose
Convert your videos to densepose and use it on MagicAnimate
Jinwei1/videos
Code for the manim-generated scenes used in 3blue1brown videos
Jinwei1/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
Jinwei1/VQ-Diffusion