A language-driven 3D stylization method combined with ARF and GroundedSAM.
This work mainly builds upon GroundedSAM and ARF. Please refer to their original repositories for more details.
Install the GroundedSAM environment by following the instructions in GroundedSAM. You could also refer to my test script to test the GroundedSAM.
cd ARF_svox2_groundedsam
Then install the ARF environment by following this script or the original ARF repo, and prepare the data.
Run the following command to generate the stylized 3D scene:
cd ARF_svox2_groundedsam/opt
bash try_llff_groundedsam.sh
You could directly change the text prompt, style image, and scene name in the script.
Given a text prompt tv
, a style image (Starry Night), and views by pre-trained radiance field, our method generates a stylized 3D scene. See some of our results in /results
. You could also find more results in our Gdrive.