mvsplat icon indicating copy to clipboard operation
mvsplat copied to clipboard

Reference for `prepare_feat_proj_data_lists` and `warp_with_pose_depth_candidates` functions

Open emedinac opened this issue 1 year ago • 1 comments

Hi,

Great work. I wanted to understand some details from the repo. I didn't find a description/document for these 2 functions:

prepare_feat_proj_data_lists and warp_with_pose_depth_candidates in the encoder code (costvolume).

Please, do you have a reference for where I can inspect it?

I appreciate any help you can provide.

emedinac avatar Oct 30 '24 16:10 emedinac

Hi @emedinac, these two functions are designed to construct the cost volume. They are mainly based on and modified from UniMatch. You can find a more formal description from the UniMatch paper(mainly around Eq.(9)). Cheers.

donydchen avatar Oct 31 '24 00:10 donydchen