yzslab / gaussian-splatting-lightning

A 3D Gaussian Splatting framework with various derived algorithms and an interactive web viewer
Other
457 stars 38 forks source link

Is there any plan to support the fisheye camera model? #40

Closed Sugar55888 closed 2 months ago

yzslab commented 2 months ago

No. But you can use the command 'colmap image_undistorter ...' convert to PINHOLE model.

On Mon, Jul 22, 2024 at 11:22 Sugar55888 @.***> wrote:

— Reply to this email directly, view it on GitHub https://github.com/yzslab/gaussian-splatting-lightning/issues/40, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEJZCK2MVP3WADM35TF4ETZNR3GPAVCNFSM6AAAAABLHOUIJ6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZDCOBSGM4TMMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Sugar55888 commented 2 months ago

@yzslab Thank you very much for you reply! Do you mean that after using colmap image_undistorter or cv2.undistort to convert fisheye images into undistorted images, we can use the perspective camera model to train them for 3D Gaussian splatting?

yzslab commented 2 months ago

Right!

On Mon, Jul 22, 2024 at 11:46 Sugar55888 @.***> wrote:

@yzslab https://github.com/yzslab Thank you very much for you reply! Do you mean that after using colmap image_undistorter or cv2.undistort to convert fisheye images into undistorted images, we can use the perspective camera model to train them for 3D Gaussian splatting?

— Reply to this email directly, view it on GitHub https://github.com/yzslab/gaussian-splatting-lightning/issues/40#issuecomment-2241986146, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEJZCMLDU365Z6JAFUBMQ3ZNR6CVAVCNFSM6AAAAABLHOUIJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRHE4DMMJUGY . You are receiving this because you were mentioned.Message ID: @.***>

Sugar55888 commented 2 months ago

Thank you! I will try it!