ZHANG YUKUAN

Results 5 comments of ZHANG YUKUAN

I just change the makefile in ~/DifferentiableCloth/arcsim/dependencies/ like the picture 1. It can make success in the dependencies but when I make it in the whole project it comes with...

> Sorry, the images did not go through. Can you resend? Sorry for that. I just change the makefile in ~/DifferentiableCloth/arcsim/dependencies/ ![1](https://user-images.githubusercontent.com/41697605/84349607-9d6fb300-abf2-11ea-830e-d4362a9507b8.png) It can make success in the dependencies but...

> It seems that TAUCS is still compiled without -fPIC. Try to change the following line in taucs/config/linux.mk (the last line that defines CFLAGS): > CFLAGS = -O3 -Wall -std=c99...

> Try adding: > "stretching_mult":1e-3, > "bending_mult":1e4, > in the 'materials' part of the json file (see demo_throw.json for example). This experiment is done before the material estimation, so the...

> I used PyTorch c++ extension for this project. It has nothing to do with CUDA versions. Try installing the c++ distribution of PyTorch: > https://pytorch.org/cppdocs/installing.html Thank you for your...