Felix Wimbauer

Results 11 comments of Felix Wimbauer

I also ran into the same issue. I first got segmentation faults when installing neural_renderer_pytorch from pip, so I installed it manually. On the machine I compiled it, it worked...

Hi bpwl0121, thank you for looking into the code so thoroughly, I appreciate it a lot! I double checked and the code I used for the paper corresponds to the...

Hi, thank you for your interest in our work! Could you share exactly which script you are using and maybe append a screenshot of the stacktrace? This sounds like a...

Hi, thank you for your interest! This sounds like the model is trying to import the wrong module (it should try to import derender3d). Could you maybe try this trick:...

The derender3d module was previously named unsup3d. So I guess this is some relict of refactoring the code for the github release. I am trying to check it right now.

Put this code snippet in the file where you want to load the CO3D checkpoint. This should fix the issue of it not knowing unsup3d. I think the celebahq model...

@Ir1d I don't have a script where you can just load up an image and then inference on it. However, the scripts/images_decomposition_co3d.py file almost does what you want. It shows...

Hi Jason, I mainly programmed this library for mobile devices, that means for Google Cardboard etc.. The [Youtube video](https://www.youtube.com/watch?v=yGx5q6M0_fM) shows the [VRDemo application](https://github.com/Brummi/VRDemo) on my phone (Nexus 4) which is...

Hi! I am glad that you like our method! Yes, the Crop is quite narrow, but this way it has exactly the same camera intrinsics as the other cameras. In...