-
Notifications
You must be signed in to change notification settings - Fork 97
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
elastic fusion issues with lcmlog #48
Comments
Hi Sunit, Are you using the software via docker? If so we use a custom branch of ElasticFusion that has an LCM reader. It is built as part of the docker image, see here. The branch is this. It should read |
No not the docker inage. On using the docker image I get the following error. on doing docker build I get the following error. CMake Error at cmake/externals.cmake:334 (message): -- Configuring incomplete, errors occurred! |
Ok so our software is really only designed to work inside the docker image. That being said if you want to get it working without docker looking at the dockerfile is a good place to start. I will look into the |
Actually I had installed nvidia-docker 2 in my system and I am using nvidia 1080Ti. |
@sunit1409 I think it will work if you downgrade to nvidia-docker 1. |
This version of labelfusion have been upgraded to nvidia-docker2 The docker image is provided here, you might want to check it out: |
@ianre657 Hi, ian! Thanks a lot for your contributions to the upgraded labelfusion. I used your version of labelfusion, but encountered one problem when running the command "run_prep", shown as follows: roor@3ca7af96544d:~/labelfusion/data/logs/sampleTest# run_prep Then, no any GUI. Could you give me some advice about how to solve above problem, please? |
These might be the things you're looking for |
@ianre657 |
l also had the same problem.could you tell me how you solved it?thank you so much |
I am trying to install the software from scratch but when I pass the lcmlog to the elastic fusion as required in run_prep it throws a seg fault. elastic fusion by defaults looks for .klg files. Is it because of that, is there any modification in the elastic fusion that you are using.
The text was updated successfully, but these errors were encountered: