silent-chen / DGE

[ECCV 2024] DGE: Direct Gaussian 3D Editing by Consistent Multi-view Editing
72 stars 3 forks source link

Can u provide the sample data and pretrained 3dGS for testing? thanks. #7

Closed lvZic closed 1 month ago

silent-chen commented 1 month ago

Sure. I uploaded an example of the input to the google cloud: https://drive.google.com/drive/folders/1w5apQMBAfC3iciGexQ-dmpBtj4Y8ibwD?usp=sharing

You can unzip the file in the link and run command like following to get result of turning the man into a Vincent Van Gogh:

python launch.py --config configs/dge.yaml --train --gpu 0 trainer.max_steps=1500 system.prompt_processor.prompt="Make him look like Vincent Van Gogh" data.source="./face/" system.guidance.guidance_scale=10.0 system.gs_source="./face/scene_point_cloud.ply"

lvZic commented 1 month ago

Sure. I uploaded an example of the input to the google cloud: https://drive.google.com/drive/folders/1w5apQMBAfC3iciGexQ-dmpBtj4Y8ibwD?usp=sharing

You can unzip the file in the link and run command like following to get result of turning the man into a Vincent Van Gogh:

python launch.py --config configs/dge.yaml --train --gpu 0 trainer.max_steps=1500 system.prompt_processor.prompt="Make him look like Vincent Van Gogh" data.source="./face/" system.guidance.guidance_scale=10.0 system.gs_source="./face/scene_point_cloud.ply"

thanks