SpectacularAI / sdk-examples

Spectacular AI SDK examples
Apache License 2.0
202 stars 35 forks source link

Question regarding Mapping API #137

Closed ch-ho00 closed 1 month ago

ch-ho00 commented 1 month ago

Hello I am a researcher from Hong Kong. First of all, I would like to appreciate the great work! I had one question while making use of Spectacular Rec and the SDK.

So I was wondering if dynamic objects during the captures will affect the accuracy of the generated transforms.json after sai-cli process. I mean dynamic objects as in moving objects is in the scene during the capture.

I guess, in other words, how much does the RGB contribute to the process of estimating camera transformation matrix? I do see attributes such as visualMarkers in the spectacularAI.mapping.Frame object. I believe that ideally the transformation matrix should be based on the IMU sensor but I can see how visualMarkers can play a role in the estimation as well.

oseiskar commented 1 month ago
ch-ho00 commented 1 month ago

I see. Well noted. Thank you for the detailed reply!