nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Multi-camera support

Open donjiaking opened this issue 2 years ago • 6 comments

Hi, in nuscenes_dataparser.py there is:

assert (
     len(cameras) == 1
 ), "waiting on multiple camera support"  # TODO: remove once multiple cameras are supported

I wonder how to add multiple camera support ? Is this related to the dataparser or the model ?

Thanks.

donjiaking avatar Mar 31 '23 07:03 donjiaking

Looping in @zmurez. Multiple camera support is enabled on the nerfstudio side (https://github.com/nerfstudio-project/nerfstudio/pull/1651)

tancik avatar Apr 02 '23 21:04 tancik

Thanks for the reply! May I ask why is it not supported? @zmurez . In the code it indeed can generate pose and intrinsic for each camera. I wonder what is missing, so that I may be able to add the multi-camera support by my own.

donjiaking avatar Apr 12 '23 04:04 donjiaking

@donjiaking Hi, I also want to add multiple camera support. Do you solve it?

AIBUWAN avatar Jun 21 '23 02:06 AIBUWAN

@AIBUWAN No

donjiaking avatar Jun 27 '23 08:06 donjiaking

@AIBUWAN @donjiaking HI, did you solve the problem with multiple cameras? @tancik Hi, does the nerfstudio support multiple cameras per frame? I really appreciate any help you can provide.

szhang963 avatar Jan 03 '24 03:01 szhang963

Is there any update for multiple camera support?

mzlchou avatar Jul 01 '24 23:07 mzlchou