Kevin Chen
Kevin Chen
I just got this issue again as well. Is it a cooncidence we have it at the same time? 👀
No problem! None of this is urgent. Thanks for responding. Oops! my bad--I will edit now. I meant to set the size of the collated batch to 300, and the...
Oh, is the aim of this PR to create the mesh from the input data? Not from the NeRF density field itself, as done here https://github.com/ashawkey/torch-ngp/blob/4ae16168f69b005bf4c375ff424ef9d81bc397d7/nerf/utils.py#L571?
I see. I am very interested in mesh from NeRF model. I think mesh from density field is kinda hard, and doesn't look that great most of the time. I've...
I think you will need to install CUDA toolkit >= 11.8 https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/
``` running build_ext error: [WinError 2] The system cannot find the file specified ``` Hmmm.... interesting. Not sure what is going on. Maybe you can try to clone the repo...
This sounds interesting. I don't mind helping out with this. I even have a Insta360 camera to test as well.
@antoinemacia I am not working on this at the moment--I hear this script is going through / has gone through a refactor? Either way, this PR will likely be superseded...
@kerrj Can I have some help cleaning up the process data script to pass linting? Since you're the original author.
OK, I have reverted all changes to `scripts/process_data.py` and kept just the equirect image contributions. The old code is put into the branch https://github.com/nerfstudio-project/nerfstudio/tree/wip/opensfm. I will actually just finish off...