-
Notifications
You must be signed in to change notification settings - Fork 57
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
When use the VOLDOR on a new dataset,i have a question #28
Comments
I assume the dataset is monocular. Some ideas you may try:
If you see the depth map gradually truns from a reasonable one to all white/black, it is the scale drift. In this case, you may want to try COLMAP, which is very good at monocular, although not real-time. |
Hi, Thanks for your advice, we found that the PWCNet we used have some problem leading to the poor performance of the results. So for the better and easier understanding of your excellent work, we just use the mono pattern using the demo data you provided. considering the advice you provided, we got the results below: We elaborately to adjust the "basefocal", but the results is disappointing. Any another two questions: 2.according to the first advice, the "sufficient baseline" if is the parameter "basefocal" or it is another? |
Thank you for reporting the results! The results you shown are reasonable w/o loop closure. The monocular setup has scale drift, which needs loop closure to enforce the global consistency. While changing the basefocal could also affect the drift pattern. In our CVPR submission, we enforce the scale consistency with ground plane estimation. (detailed in first section in appendix) I kept the function "estimate_kitti_ground_plane" in geometry.cpp, but not using it anymore. Running our system under stereo mode and providing disparity estimations can also eliminate the drift. Please let me know if you have more questions. |
So, with respect to the the iusse#23 "Cannot load pyDBoW3 module. this problem: I have put pyDBoW3 in my workspace, but pyDBoW3 cannot be loaded" is there any solution ? |
Maybe try 1) put it under different paths (e.g. current path / path of demo.py / path of voldor_slam.py) or 2) use "pip install" to install it into python libs. |
hi, it doesn't work, and i infer that it the libboost is not compatible. I install the ubuntu 18.04 from scratch. When i use the command"python setup_win_vo.py build_ext -i", it has the error"gcc: error:/wd4819: No such file or directory", if the gcc version is not suitable? i use the gcc5.5 and gcc7.0 ,both have the problem. |
when use the VOLDOR on a drone dataset,i could work, but when mapping, there are some frames track lost,and the mapping
result is below.
Could you please help me analyse the question or just give some advice to solve the question?
The text was updated successfully, but these errors were encountered: