ml-gsn
ml-gsn copied to clipboard
I just wondering if a scene that is in training set can be in testing set as well.
Just in case you were thinking of uploading an update on arxiv. Feel free to close once you saw this. Great paper btw!
Why the code use torch.bmm or minus for Rt and Rt[:, origin_frame : origin_frame + 1]. To make the value smaller?
Hi, Many thanks for releasing the awesome work! I would like to try GSN on some real world scenes, e.g. RealEstate10K, to see whether GSN can at lease produce some...
Shouldn't the inverse of rotation-translation matrix be this? However, in your code, the inverse is computed as Rt.inverse().
Very nice work and thanks for releasing the dataset. So far I have one question regarding the source of the dataset. Which scenes of the Replica correspond to the 101...
I was wondering how you extracted the dataset for GSN since I'm trying to do the same with another dataset. However, I don't manage to do it. I see that...
Dear people from ML-GSN, This paper results are really impressive ! Congrats ! I am part of the PyTorch Lightning Team. I wondered if you would be willing to contribute...
Dear authors, Very interesting work! I am a bit confused with the use of the radiance field. To my understanding, the use of radiance field aims to model the view-dependent...