-
Notifications
You must be signed in to change notification settings - Fork 306
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
Error by running Demos > FileNotFoundError:liblietorch.so #36
Comments
any updates on this ? |
you can use |
ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /home/itadmin/anaconda3/envs/DRD_POC/lib/python3.9/site-packages/../../libopencv_gapi.so.405) facing with this issue ...kindly help me out |
(DRD_POC) admin:~/DROID-SLAM$ python demo.py --imagedir=data/sfm_bench/rgb --calib=calib/eth.txt Getting this error...plz help me out |
To save the reconstruction with full resolution depth maps use the --reconstruction_path flag. where and how to use this |
Traceback (most recent call last): Getting this error if we open3d is installed |
FileNotFoundError: [Errno 2] No such file or directory: 'data/Barn' above things are done using environment_novis.yaml by executing one demo file getting above thing.....
|
parser.add_argument("--reconstruction_path", help="path to saved reconstruction") |
I guess you should consult at lietorch oringin repo and follow their instructions on installation. However, I cannot successfully install it since it seems to need CUDA 10.2 to compile, but it is not supported by my system (Ubuntu 20.04) |
really good suggestion |
I was able to solve this by building |
Thanks for your great work. I have downloaded the model and I have faced an issue in running demos. when I run the first command "python demo.py --imagedir=data/abandonedfactory --calib=calib/tartan.txt --stride=2" I get an error "FileNotFoundError: Error: Could not find /home/cdh-h91/anaconda3/lib/python3.9/site-packages/lietorch/lib/liblietorch.so" I could not find liblietorch.so anywhere, I have installed lietorch... Any help would be appreciated!
The text was updated successfully, but these errors were encountered: