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

minor fix of evaluator

parent 81e99d20
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ class GDRN_Evaluator(DatasetEvaluator): ...@@ -78,7 +78,7 @@ class GDRN_Evaluator(DatasetEvaluator):
model_paths=self.data_ref.model_paths, model_paths=self.data_ref.model_paths,
scale_to_meter=0.001, scale_to_meter=0.001,
cache_dir=".cache", cache_dir=".cache",
texture_paths=self.data_ref.texture_paths if cfg.TEST.DEBUG else None, texture_paths=self.data_ref.texture_paths,
center=False, center=False,
use_cache=True, 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