| Page | Title | Published @ | source |
|---|---|---|---|
| 3DMOM | Optimizing 4D Gaussians for Dynamic Scene Video from Single Landscape Images | ICLR2025 |
directory |
- run below commands to make your working branch
MY_PROJECT_NAME="example-project-name"
git clone https://github.com/cvsp-lab/cvsp-lab.github.io.git
git checkout -b $MY_PROJECT_NAME- build your project page at working directory
mkdir "my-project-name"
cd "my-project-name"- push to
masterto deploy your project page
git add .
git commit -m "Completed My Beautiful Project Page"
git push origin $MY_PROJECT_NAME