Hello, I'm trying to reproduce your MVSNeRF on my own dataset. I've noticed that sometimes the data dimension requirements are [B, V, C, H, W], such as in the preprocess function and the forward function in MvsNet, and sometimes they are [B, V, H, W, C], like in the DTU dataset and the gen_pts_feats function. I'm quite confused by some bugs. Do you have any advice to help me?
Hello, I'm trying to reproduce your MVSNeRF on my own dataset. I've noticed that sometimes the data dimension requirements are [B, V, C, H, W], such as in the preprocess function and the forward function in MvsNet, and sometimes they are [B, V, H, W, C], like in the DTU dataset and the gen_pts_feats function. I'm quite confused by some bugs. Do you have any advice to help me?