ashawkey / torch-ngp

A pytorch CUDA extension implementation of instant-ngp (sdf and nerf), with a GUI.
MIT License
2.08k stars 273 forks source link

How about multiple cameras? #134

Open chl2 opened 1 year ago

chl2 commented 1 year ago

Thank you very much for your code. May I ask how to modify the code for multiple cameras with multiple k?

ashawkey commented 1 year ago

@chl2 Hi, you could modify the provider.py and load different camera intrinsics for each image.

chl2 commented 1 year ago

Thank you very much, I have added multiple cameras. But it's a little fuzzy with 178 images. What parameters should I adjust? Have you ever tried using depth as priori information?