From 061be74d2b640ba420a9c9f7ac69bc7528fd072a Mon Sep 17 00:00:00 2001 From: Zhen Liu Date: Sun, 12 Mar 2023 00:19:57 +0800 Subject: [PATCH] first commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64e7e10..698b64e 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ python main_diffusion.py --mode=train --config=$DIFFUSION_CONFIG \ where `$TRAIN_SPLIT_FILE` is a json list of indices to be included in the training set. Examples in `metadata/train_split/`. -## Texture Completion +## Texture Generation Follow the instructions in https://github.com/TEXTurePaper/TEXTurePaper and create text-conditioned textures for the generated meshes.