Halohalohz's Stars
CleanDiffuserTeam/CleanDiffuser
CleanDiffuser: An Easy-to-use Modularized Library for Diffusion Models in Decision Making
yunlongdong/Awesome-Embodied-AI
YanjieZe/Paper-List
A paper list of my history reading. Robotics, Learning, Vision.
pyutils/line_profiler
Line-by-line profiling for Python
BerkeleyAutomation/yumiplanning
Repo for planning/IK code for the YuMi robot
tcapelle/Diffusion-Models-pytorch
Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)
lucidrains/diffusion-policy
Implementation of Diffusion Policy, Toyota Research's supposed breakthrough in leveraging DDPMs for learning policies for real-world Robotics
dengyh16code/language_deformable
nicob15/Trajectory-Generation-Control-and-Safety-with-Denoising-Diffusion-Probabilistic-Models
JeffreyYH/Awesome-Generalist-Robots-via-Foundation-Models
Paper list in the survey paper: Toward General-Purpose Robots via Foundation Models: A Survey and Meta-Analysis
jrin771/Everything-LLMs-And-Robotics
The world's largest GitHub Repository for LLMs + Robotics
paulknysh/blackbox
A Python module for parallel optimization of expensive black-box functions
PKU-DAIR/open-box
Generalized and Efficient Blackbox Optimization System
shengyin-git/ac_softagent
action reduction based deformable object manipulation based on softagent & softgym
xiaoxiaoxh/UniFolding
[CoRL 2023] UniFolding: Towards Sample-efficient, Scalable, and Generalizable Robotic Garment Folding.
kvablack/susie
Code for subgoal synthesis via image editing
NVlabs/EmerNeRF
PyTorch Implementation of EmerNeRF: Emergent Spatial-Temporal Scene Decomposition via Self-Supervision
CroitoruAlin/Diffusion-Models-in-Vision-A-Survey
This repository categorizes the papers about diffusion models applied in computer vision according to their target task. The classifcation is based on our survey: https://arxiv.org/abs/2209.04747v1
AlignmentResearch/vlmrm
dengyh16code/deformable-gnn
kpandey008/DiffuseVAE
Official implementation of "DiffuseVAE: Efficient, Controllable and High-Fidelity Generation from Low-Dimensional Latents"
aleflabo/MoCoDAD
The official PyTorch implementation of the IEEE/CVF International Conference on Computer Vision (ICCV) '23 paper Multimodal Motion Conditioned Diffusion Model for Skeleton-based Video Anomaly Detection.
huangwl18/VoxPoser
VoxPoser: Composable 3D Value Maps for Robotic Manipulation with Language Models
flow-diffusion/AVDC
Official repository of Learning to Act from Actionless Videos through Dense Correspondences.
zotero-chinese/styles
中文 CSL 样式
Skylark0924/awesome-bimanual-manipulation
Robot bimanual manipulation / dual-arm manipulation
ripl/diffusion-for-shared-autonomy
Codebase for the paper "To the Noise and Back: Diffusion for Shared Autonomy"
lucidrains/denoising-diffusion-pytorch
Implementation of Denoising Diffusion Probabilistic Model in Pytorch
openai/guided-diffusion
zoubohao/DenoisingDiffusionProbabilityModel-ddpm-
This may be the simplest implement of DDPM. You can directly run Main.py to train the UNet on CIFAR-10 dataset and see the amazing process of denoising.