Tracking code with given weights give very high RMSE
stillbreeze opened this issue · 3 comments
Hi,
I tried running the tracking code (deeptam/tracking/examples/example_advanced_sequence.py
) but the translational RMSE printed at the end is 679702 m/s. The visualization shows no current image. The weights are loading fine. Any idea what might be going wrong? Here's the output for one of the intermediate frames. Also, every time I run it, there is a slight variation in the RMSE values. Shouldn't it remain the same since we are loading the pre trained weights. Thanks for the help in advance!
@stillbreeze I have met the same problem and I just fixed it. A possible solution is to change the skimage version to 0.14.2 if your skimage version is higher than 0.15.0. Hope that can help you a little bit.
Thanks @JingyuChan ! It works fine now.
I fixed the problems in the latest commit. Now it should also work with scikit-image 0.15.x. Thanks for pointing this out.