CookMaker

Results 33 comments of CookMaker
trafficstars

> > instant-ngp 在我的工作中只是一个加速工具,我没有破坏框架,一切都很好(在我看来......) > > How to use instant-ngp to speed up, I also want to train quickly. 先安装好tiny-cuda-nn:https://github.com/NVlabs/tiny-cuda-nn 这是instant-ngp的底层实施框架,提供了一些pytorch的接口,你可以去读一下项目的文档,也有一个demo可以参考 接下来你需要通读instant-NGP文章的appendix,了解用instant-ngp来实现nerf的结构和参数是怎么样的,最后先搭建一个你自己的nerf demo,最后就可以尝试去修改neuman的网络结构了。 我最后实现的效果并不是很好,我想可能存在一些原理层面的冲突(也可能有bug)。

@litchisea actually there are still some bugs,and i will share it after I get a good result. For some reasons I stoped this work,and I would work on it later....