Skip to content
Snippets Groups Projects
Commit 67edebe4 authored by liuxingyu's avatar liuxingyu
Browse files

minor

parent cded0546
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class GDRN_Evaluator(DatasetEvaluator):
model_paths=self.data_ref.model_paths,
scale_to_meter=0.001,
cache_dir=".cache",
texture_paths=self.data_ref.texture_paths,
texture_paths=self.data_ref.texture_paths if cfg.DEBUG else None,
center=False,
use_cache=True,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment