Donny Chen
Donny Chen
Hi, @YeZhang0621, thanks for your appreciation. Sorry for the confusion caused. The reason why we inverse it is because we assumed that `w2c` is stored in the torch file in...
Hi @songofjoy, would you mind sharing some of your results here? MVSplat360 is, of course, not a perfect solution for every scene, but the released model should be able to...
Hi @songofjoy, I just rerun the test on my machine using the latest released codes. Below are the outputs I obtained regarding the two images you shared. . In this case, the testing data loader will only fetch those scenes that are recorded in [dl3dv_ctx_5v_tgt_56v.json](https://github.com/donydchen/mvsplat360/blob/main/assets/dl3dv_evaluation/dl3dv_ctx_5v_tgt_56v.json),...
Hi @zyqz97, when testing the PSNR and SSIM, we find it better to run all 56 frames through the SVD (modify the eval command by appending `model.refiner.svd_num_frames=56 model.refiner.test_time_attn_num_splits=4`), after that,...
Hi @emedinac, these two functions are designed to construct the cost volume. They are mainly based on and modified from [UniMatch](https://github.com/autonomousvision/unimatch). You can find a more formal description from the...
Hi @dev-moshpit, thanks for your interest in our work. For using custom data, you typically need to ensure that the camera intrinsic is normalized (detailed in https://github.com/donydchen/mvsplat/issues/28) and the camera...
Hi, @haowang020110, thanks for your interest in our work. This is similar to MVSplat, and you can find the same offset prediction in the MVSplat's [implementation](https://github.com/donydchen/mvsplat/blob/ef976a166da31e8392f2e5bee49bf66785e381e8/src/model/encoder/encoder_costvolume.py#L198). It is not something...
Hi @ChengLiDuoJi, this issue might be caused by the installation of `diff-gaussian-rasterization-modified`; try to install it manually by recursively cloning from the original GitHub project and then install it. More...