Ziteng Lu
Ziteng Lu
hello, I have set the redo and the AssertionError about sfm_model disappeared. But the "Error executing job with overrides" still exists  could you help me? thanks
> I actually encountered the same problem. Is there any update? My approach is to reconfigure the environment. After conda creates the environment, all packages are installed using pip. This...
> 你好, > > 十分抱歉由于DDL的原因回复有一些晚。 我们的操作是直接替换了continuous remeshing原始位置的拉普拉斯平滑,可以参考下面的代码进行实现。 > > ``` > relative_pos = self._vertices[edges] - self._initial_pos[edges] > relative_neightbor_smooth = torch.zeros_like(self._vertices) > torch_scatter.scatter_mean(src=relative_pos.flip(dims=[1]).reshape(E*2,-1), index=edges.reshape(E*2), dim=0, out=relative_neightbor_smooth) > laplace = self._vertices -...