Jasmine-tjy / GST-mvs

GST-mvs is a 3D reconstruction framework based on multi-view stereo methd.
1 stars 0 forks source link

Multi camera? #1

Open antithing opened 1 week ago

antithing commented 1 week ago

Hi, and thanks for making this code available.

I have a dataset from three cameras, and need to calculate camera poses between all 3.

2 of these are a stereo pair, and I have intrinsic data for those 2, as well as stereo extrinsic matrix.

Would this code solve in this case?

Jasmine-tjy commented 1 week ago

Hello, thank you for acknowledging the GST project. GST primarily focuses on reconstructing datasets that have already been processed using camera intrinsic and extrinsic value and images, and does not offer preprocessing capabilities. For the issue you mentioned, you could try preprocessing the dataset with Colmap before using our project for 3D reconstruction testing.