Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.06 KB

File metadata and controls

25 lines (23 loc) · 1.06 KB

Integrated Repository for Project Pages

Page Lists

Page Title Published @ source
3DMOM Optimizing 4D Gaussians for Dynamic Scene Video from Single Landscape Images ICLR2025 directory

Quick Guide for page uploads

  1. 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
  1. build your project page at working directory
mkdir "my-project-name"
cd "my-project-name"
  1. push to master to deploy your project page
git add .
git commit -m "Completed My Beautiful Project Page"
git push origin $MY_PROJECT_NAME