cvg / depthsplat

DepthSplat: Connecting Gaussian Splatting and Depth
https://haofeixu.github.io/depthsplat/
MIT License
533 stars 22 forks source link

How to test on custom image inputs #22

Closed hbai98 closed 2 days ago

hbai98 commented 1 week ago

Thanks for your great work. I see the inference script to test on the dl3dv dataset, and I wonder how to test on few image inputs to test its performance, especially the rendered video.

Golbstein commented 1 week ago

you can simply change the batch to have your data

batch['context']['image'] = your input batch['context']['extrinsics'] = your extrinsics batch['context']['intrinsics'] = your intrinsics

batch['target']['extrinsics'] = your desired novel views