LetianHuang / op43dgs

[ECCV'24] On the Error Analysis of 3D Gaussian Splatting and an Optimal Projection Strategy
https://letianhuang.github.io/op43dgs
Other
121 stars 7 forks source link

Awesome work! #2

Open yuancaimaiyi opened 3 months ago

yuancaimaiyi commented 3 months ago

Great work, a few days ago I post-processed the panorama and panorama pose to train gs, I didn't expect that I can now feed the panorama directly, learn it well!

LetianHuang commented 3 months ago

I’m glad to hear your praise and interest in this work! And I hope our work can provide inspiration or assistance for your work.

xuexutao commented 2 months ago

This is a great job, and I would like to ask if there is any pre-processing for the input panorama picture. Colmap does not support panorama and 3DGS also determines the form of input. It only recognizes pinhole and simple_pinhole. If there is any good way to deal with it, I hope you can tell me.

yuancaimaiyi commented 1 month ago

@LetianHuang Excuse me, I looked at the code and didn't find the panorama data and panorama pose load part of the code. I would like to ask how to input the panorama and corresponding pose in train.py . In addition, you mentioned your panorama image and pose come from Matterport3D, can you provide test data? Thank you so much!