-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于ICL-NUIM数据集使用的问题 #4
Comments
did you solve it? |
i found that the timestamp in groundtruth file is in the format below, so i made a rgb.txt in this format.
But I'm not sure if it is correct, because when i testing this system, it just breakdown after importing maybe 10 pictures~ I will reopen this issue, maybe others can give more advice~ |
It looks like the LoadImages() function is very similar to the mono_tum.cc of ORBSLAM2. tested with fr1/xyz dataset and it works fine. an example of rgb.txt from fr1/xyz:
And the timestamps should be in seconds with the interval matching the fps. 30fps for TUM and ICL-NUIM. |
您好,我和你有一样的问题,运行TUM数据集效果很好,然而运行ILC-NUIM数据集时,并没有能够正确读取数据集的图片,我也很想知道怎么使用ICL数据集,请问您有办法了吗? |
For the ICL dataset, their association.txt files may need to be modified. Make sure to provide rgb and depth images for the correct entries in the file Structure-SLAM.cc. |
it looks like this in association.txt Do you mean to convert it to the same format as TUM? |
Hello, may I ask if this system can run with only RGB images as input without depth information? |
请问以下,TUM数据集我跑几秒中,就读取了几十帧图像程序就终止了,请问如何解决 |
這個是按照orbslam2的mono_tum.cc改的,所以如果你想跑kitti數據集或者euroc數據集,直接從orbslam2的歷程中仿照這來就行。我也是跑着跑着就斷了,不知道爲什麼 |
您好,感谢您的工作!
我在使用中发现,
Structure-SLAM.cc
文件中用string strFile = string(argv[3]) + "/rgb.txt";
方法读取数据集图片,但是在ICL-NUIM数据集中并没有看见rgb.txt文件请问我应该怎样正确读取ICL数据集的图片,感谢您!
The text was updated successfully, but these errors were encountered: