Guo-Wei Yang
Guo-Wei Yang
您是问相机参数估计吗?您可以考虑使用colmap进行相机参数估计
Thank you for your reminder!
You can refer to [Extracting geometry from a NeRF](https://github.com/bmild/nerf/blob/master/extract_mesh.ipynb) method in the original nerf repository. And we will integrate the extraction of meshmethod into jnerf later.
Thank you for your suggestions. We will consider supporting Block-NeRF later.
Thanks for your suggestion, we are working on supporting Mobile-NeRF.
> > Thanks for your suggestion, we are working on supporting Mobile-NeRF. > > Is there any progress on this? I also want to make some contribution for the feature....
jnerf在windows上暂不支持,您可以尝试用WSL。
Hi, I don't understand where `Runner` uses treading. You can check [runner.py](https://github.com/Jittor/JNeRF/blob/master/python/jnerf/runner/runner.py), `Runner` is a trivial python class that does not use threading.
This function is designed to read the pre-trained model and render video with a specified camera path. This function is not yet developed, if you are interested, contributing is welcome!
> > This function is designed to read the pre-trained model and render video with a specified camera path. This function is not yet developed, if you are interested, contributing...