Closed isamabdullah88 closed 7 years ago
The parameters in the master branch are chosen in order to fit the euroc dataset - so you do not have to change anything. The corresponding ImgUpdate.UpdateNoise.int parameter is often difficult to derive from the camera specifications and often requires some extra tuning.
Thanks for your answer. So I am actually trying to solve the problem with MSCKF and there I needed the camera/image noise variance parameter. Can you tell me what the exact value is/or where it is mentioned? thanks a lot.
MSCKF uses a fundamentally different measurement model. it is not that easy to translate rovio's image intensity error model to MSCKF's reprojection error based metrics. i guess assuming a couple of pixel reprojection error is reasonable.
Thanks alot.
Hi, thanks for your answer. Can you comment on which models have obtained most accurate results? Are there similar works which do not involve kalman filters? In general how much accuracy has been achieved up till?
It is not that easy to rank the different models. Rovio uses intensity measurements directly and thereby avoid some issues related to standard feature tracking and matching. However, this induces some extra complexity to the system and reduces modularity. If there is no special motivation to got for direct approaches I would therefore recommend to stick with the classical reprojection error.
Most approaches use some information fusion techniques. This is typically either some form of Kalman filter or batch optimization (maximum likelihood estimation).
I do not feel that accuracy should be the primary focus of a SLAM front-end. But Rovio is able to compete with other state-of-the-art odometry approaches (the actual results are often very dataset and tuning dependent). If you want higher long-term accuracy you will not be able to avoid integrating some back-end mapping framework.
Hi bloesch, I have successfully implemented MSCKF, but I have not got the accuracy they report. I think there are some fundamental theoretical inconsistencies in their measurement model. But before digging deep into them, I need to confirm them. So if you could provide an email, Can I send some details of the inconsistencies/flaws to confirm?
I doubt that there are fundamental inconsistencies in their model and I know several people having applied MSCKF successfully.
Well not fundamental, but there are some inconsistencies. I have myself implemented MSCKF successfully in my Final Year Project. But I think, removing those inconsistencies, would further increase the accuracy. I just need to confirm if they are really inconsistencies. If you give me your email, I would send some of the details of that.
Feel free to write your thoughts here. Otherwise you can use bloeschm@ethz.ch.
Hi, thanks for that.
Hi, could anyone tell me what is the image noise variance parameter of the camera in the MH_01_easy dataset (ASL Dataset, Machine Hall 1)? http://projects.asl.ethz.ch/datasets/doku.php?id=kmavvisualinertialdatasets Thanks