Donny Chen

Results 80 comments of Donny Chen

Hi @danperazzo, It looks like the error is caused by `diff_gaussian_rasterization`. You might refer to https://github.com/donydchen/mvsplat/issues/15 for discussions about the CUDA version and how to ensure the correct installation of...

Hi @Miaosheng1, sorry for the late reply. I have been busy for the past few weeks. Glad to see that you're trying to apply MVSplat to other datasets. It looks...

Hi @wendy0527, I do not yet have experience working with nuScenes. But you are welcome to try our MVSplat on any related new datasets, and we are more than happy...

Hi @lingbo-yu, I think it should be OK, you can try to set a larger value for `dataset.max_fov`, although I am not sure how good the performance will be. Are...

Hi @Shahid1Malik, can you share the error log here? It will be easier for us to see what the problem is. Typically, when compiling and installing diff-gaussian-raterization-modified, you will need...

Hi @Shahid1Malik, I have not encountered similar error logs, so I am unsure what the problem is. The CUDA version looks correct, it may be because the g++ version is...

Hi @Shubhendu-Jena, it is just an implementation hack to support testing DTU (see [here](https://github.com/donydchen/mvsplat/blob/main/src/dataset/dataset_re10k.py#L123)) with the RE10K data loader. It aims to test the same scene several times with different...

Hi @fankeyu123, For details on using your own dataset, kindly refer to https://github.com/donydchen/mvsplat/issues/1. Feel free to let me know if you encounter any other problems, and I will be more...

Hi @Miaosheng1, typically, when applying center-cropping, one should update `cx` and `cy` in the _unnormalized_ camera intrinsics. However, the difference in our implementation is caused by the fact that our...

Hi, @fankeyu123, thanks for your interest in our work. Our work mainly focuses on multi-view input, and two critical components of the encoder, i.e., multi-view transformer and cost volume, are...