-
Notifications
You must be signed in to change notification settings - Fork 593
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
Realsense Dataset #164
Comments
Thank you very much for your replying. I have tried the PR version#161, which compiled successfully, but when I plunge in the Realsense D435, and run: ./Elasticfusion. it failed, the result as follows: what's the problem? Thanks again for your help |
If you want to use Realsense, you need to turn on realsense option in GUI cmake. Running build.sh will not open this option default.
|
Thank you very much for your generous help. I have a doubt that if I just want to run Elasticfusion with the klg format dataset(converted by png_to_klg), whose rgbd pictures comes from Realsense D435, Do I need to turn on realsense option in GUI ? Do I need to modify the GUI files just as #161 said? which steps do I need to do ? |
I think you can just run ElasticFusion like following command.
|
yeh, I just run like the above command "./Elasticfusion -l dataset1.klg" the dataset1.klg was converted by "png_to_klg", its rgb and depth pictures are all from realsense D435, but it failed ,the outcome is: but when I run the dyson_lab.klg, it succeeded |
Sir, how did you make through in running klg demo? I just run the command |
I found out demo runs successful after I installed the graphiz before openni2 installing |
|
hi man, |
|
Hi, are you success in real-time construction with realsenseSDK2 and ElasticFusion??? |
@SunshineDou Hi. Are you success in real-time running with realsenseSDK2 and ElasticFusion??? |
I run with realsense 435 . I got this error. i dont know why. ./ElasticFusion Creating live capture... failed! And GPUTest don't work. GeForce GTX 1660 Ti What should i do ? |
Hi!I meet the same problem. |
IntelRealSense/librealsense#4586 may be related. In my environment, I downgraded linux kernel version from 5.0 to 4.18, and this problem was solved. |
Hi everyone: |
是不是文件路径不对呢 |
I have the same problem with you. I can run the dataset Dyson_ Lab, but I try to convert the data produced by other cameras into KLG format, and the operation is like this: segment error, the core has been dumped |
谢谢
|
Hello
Recently, I am doing some research on this project, our lab has the Realsense D435, I make a klg format dataset with it, But when I run it in ElasticFusion, It failed. What's the problem? Does "ElasticFusion" support Realsense?
Thank you very much!
The text was updated successfully, but these errors were encountered: