From 93c2712426936eb0e1be2bd38e1d4183c4b33196 Mon Sep 17 00:00:00 2001 From: Zhen Liu Date: Sun, 12 Mar 2023 00:07:13 +0800 Subject: [PATCH] first commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d509c..64e7e10 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ cd nvdiffrec python fit_dmtets.py --config $DMTET_CONFIG --out-dir $DMTET_DATA_PATH --index 0 --split-size 100000 ``` -In case of batch fitting with multiple jobs, change `split_size` to a suitable number and assign a different `index` for different jobs. +where `split_size` is set to any large number greater than the dataset size. In case of batch fitting with multiple jobs, change `split_size` to a suitable number and assign a different `index` for different jobs. Create a meta file of all dmtet grid file locations for diffusion model training: