williamljb

Results 31 comments of williamljb

Hi wine3603, These lines output the object mesh only for debugging purposes. You can simply comment out Line 84-89, and 157-165.

Hi Naveennavik, Thanks for your interest! If you are trying to generate some of your own data, rendering using the male model should be straightforward - simply replace the model...

Did you crop your input? Can you send me your images to [email protected]?

Hi Chioseonghwa, Yes. I edited the obstacle part in the original Arcsim code so that it supports the non-rigid movement of the obstacles. To simulate cloth with a moving body,...

I think you can add -fPIC inside the Makefile and redo the make

It seems it is due to the python setup configurations. Here is a related post: https://github.com/facebookresearch/habitat-sim/issues/205

You can first try `CMAKE_CXX_FLAGS="-fpic" python setup.py install --force` in Line 65 of Makefile

It seems your compiler is not supporting empty struct constructors ('{}' as input). My guess is that your GCC is not new enough. I used GCC 8.1 with c++11 standards....

Can you show me the error message after you added -fPIC? I searched for Google and it seems -fPIC does the work.

Sorry, the images did not go through. Can you resend?