pull/1/head
Zhen Liu 2023-03-12 00:06:35 +08:00
rodzic 2cf9fa9a26
commit 7358005166
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -92,9 +92,11 @@ Then run the following
```
cd nvdiffrec
python fit_dmtets.py --config $DMTET_CONFIG --out-dir $DMTET_DATA_PATH
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.
Create a meta file of all dmtet grid file locations for diffusion model training:
```