TextDeformer icon indicating copy to clipboard operation
TextDeformer copied to clipboard

Results 4 TextDeformer issues
Sort by recently updated
recently updated
newest added

Hello, I'm wondering have you seen this error and know what's possibly wrong? ``` File "/home/**/Documents/projects/3d-detailization/TextDeformer/NeuralJacobianFields/PoissonSystem.py", line 476, in backward assert not torch.isnan(grad).any(), "Nan in the backward pass of the...

I print the Jacobian regularization and its not eye matrix at first. Does the regualrization work?

Hello! I'm trying to get the code from this paper running, and am getting the following error: ``` Traceback (most recent call last): File "/content/TextDeformer/NeuralJacobianFields/MeshProcessor.py", line 153, in get_centroids self.load_centroids()...

Thanks for the cool work! I'm having trouble reproducing the chair examples in Fig. 9 and Fig. 11 of the paper. I'm running the following commands: ``` python main.py --config...