zqh0253 / 3DitScene

3DitScene: Editing Any Scene via Language-guided Disentangled Gaussian Splatting
https://zqh0253.github.io/3DitScene/
180 stars 8 forks source link

How can I do some other operations? #12

Closed Nora202 closed 2 months ago

Nora202 commented 3 months ago

Hi, just want to ask, when I try to rotate the teddy or replace the teddy, it doesn't work. Is there something wrong with my command line and how should I change it?

Here is my command line for rotate the teddy: python -u launch.py --config custom/threestudio-3dgs/configs/scene_lang.yaml --train --gpu 0 tag=3DitScene system.geometry.geometry_convert_from=depth:assets/teddy.png system.geometry.ooi_bbox=[122,119,387,495] system.prompt_processor.prompt="a teddy bear in Times Square" system.empty_prompt="Times Square, out of focus" system.side_prompt="Teddy bear, rotate"

and for replace teddy: python -u launch.py --config custom/threestudio-3dgs/configs/scene_lang.yaml --train --gpu 0 tag=3DitScene system.geometry.geometry_convert_from=depth:assets/teddy.png system.geometry.ooi_bbox=[122,119,387,495] system. prompt_processor.prompt="a teddy bear in Times Square" system.empty_prompt="Times Square, out of focus" system.side_prompt="Replace the teddy bear with cat"

zqh0253 commented 2 months ago

fyi: https://github.com/zqh0253/3DitScene/issues/11