From 5078d066f80f3632402db8b936218fc6f8806e88 Mon Sep 17 00:00:00 2001 From: galfiebelman <93480715+galfiebelman@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:05:46 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ac337a..d65e01b 100644 --- a/README.md +++ b/README.md @@ -86,14 +86,14 @@ All the trained models used in the paper can be downloaded from [here](https://d We show an example script for creating a latent dataset for the 3D Stylization task.
To create a latent dataset for the 3D Stylization task with refined annotations, download the finetuned blip model dir from [here](https://drive.google.com/drive/folders/1MnFKZMChZrx3BWxNWvXjjfB7rMWoqMr3?usp=sharing) and run: - python3 get_stylization_latents.py -o --use_blip_refinement --blip_model_path + python3 get_stylization_latents.py -o --use_blip_refinement --blip_model_path --make_gray
For the text-conditional abstraction-to-3D dataset we used code from the [CuboidAbstractionViaSeg](https://github.com/SilenKZYoung/CuboidAbstractionViaSeg) repo and for the semantic shape editing dataset we used code from the [changeit3d](https://github.com/optas/changeit3d) repo.
## Training a Spice-E model We show an example script for training a Spice-E model for the 3D Stylization task. To train a Spice-E model for the 3D Stylization task, run: - python3 train_spice_e.py -d -o + python3 train_spice.py -d -o ## Inference To infer from a trained Spice-E model using latents that were encoded using the Shap-E encoder, run: