From 4fdd88fc8b84d10d76755c0e4c476b48d1bed372 Mon Sep 17 00:00:00 2001 From: Zhen Liu Date: Sat, 11 Mar 2023 23:27:23 +0800 Subject: [PATCH] first commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceadda7..ce41dbd 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Later run ``` cd nvdiffrec -python eval.py --config $DMTET_CONFIG --sample-path $SAMPLE_PATH [--deform-scale $DEFORM_SCALE] +python eval.py --config $DMTET_CONFIG --sample-path $SAMPLE_PATH --deform-scale $DEFORM_SCALE ``` where `$SAMPLE_PATH` is the generated sample `.npy` file in `$OUTPUT_PATH`, and `$DEFORM_SCALE` is the scale of deformation of tet vertices set for the DMTet dataset (we use 3.0 for resolution 64 as default; change the value for your own datasets).