Snow

Results 22 comments of Snow

@zj-dong Hi, Is any plan to release the code?

在visual studio:属性页面->链接器->输入->忽略特定默认库中添加libboost_date_time-vc140-mt-1_57.lib libboost_filesystem-vc140-mt-1_57.lib libboost_system-vc140-mt-1_57.lib libboost_thread-vc140-mt-1_57.lib libboost_chrono-vc140-mt-1_57.lib 望能帮助到你

same issue with RTX 3090Ti pytorch==1.12.0

@leventt I have tested using Optix 6.5 instead of mater version(https://github.com/BachiLi/redner) ubuntu==20.04 LTS pytorch==1.11.0+cu113 RTX3090Ti and a new error occurred `scene = redner.Scene(camera, RuntimeError: Function "RTPresult _rtpModelUpdate(RTPmodel, unsigned int)" caught...

@leventt using your version (https://github.com/leventt/redner) in ubuntu==20.04 LTS pytorch==1.11.0+cu113 RTX3090Ti `File "/home/ubuntu/anaconda3/lib/python3.8/site-packages/pyredner/render_pytorch.py", line 609, in unpack_args scene = redner.Scene(camera, RuntimeError: Function "RTPresult _rtpModelUpdate(RTPmodel, unsigned int)" caught exception: Encountered a CUDA...

@TimoBolkart same question

waiting for the release code

Hope for the codes

@Kai-46 yeah I met same problem,When trainning superman dataset. I found in models/export_mesh.py `grid_points = torch.tensor(np.vstack([xx.ravel(), yy.ravel(), zz.ravel()]).T, dtype=torch.float).cuda()` xx, yy, zz size are huge How to change the default...

@ZJH2233 可以参考一下 https://github.com/zhipeng-fan/3D-face