hzhao1997 / HF-Avatar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何选择isupsample=True

wusidong opened this issue · comments

你好,作者,我想让生成的三维模型精度更高一些,所以想选择上采样,但是当我在代码中修改isupsample=True时,就会报错,该如何修改呢?
image

这部分只是优化姿态,

runner = DiffOptimRunner(device=device, root_dir=args.root_dir,

trainer = GeoTrainer(device=device, root_dir=args.root_dir, name=args.name,
是重建几何,默认就是isupsample=True

好的,感谢回答!