# dydeblur **Repository Path**: yejun668/dydeblur ## Basic Information - **Project Name**: dydeblur - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-27 - **Last Updated**: 2025-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dynamic Gaussian Splatting from Defocused and Motion-blurred Monocular Videos (NeurIPS 2025) Xuankai Zhang, Junjin Xiao, and Qing Zhang [Project Page](https://dydeblur.github.io/)   [Paper](https://arxiv.org/abs/2510.10691) Flag Counter ![curve](asset/dydeblurteaser.svg) Our method allows to synthesize high-quality sharp novel views for videos with defocus blur (top) and motion blur (bottom). ## Method Overview ![workflow](asset/dydeblur.svg) ## Todo - [x] ~~Release Paper, Example Code~~ - [ ] Clean Code ## Setup ### 1. Installation ``` git clone https://github.com/hhhddddddd/dydeblur.git --recursive cd dydeblur conda create -n dydeblur python=3.10 conda activate dydeblur # install pytorch conda install pytorch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 pytorch-cuda=12.4 -c pytorch -c nvidia -y # install dependencies pip install -r requirements.txt ``` ### 2. Training ``` python train.py -s -m -o -c 0.01 --eval --iterations 40000 ``` ### 3. Evaluation ``` python render.py -m -o -c 0.01 -t