Skip to content
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

Python binding installation and Inference #33

Open
VladimirYugay opened this issue May 24, 2023 · 0 comments
Open

Python binding installation and Inference #33

VladimirYugay opened this issue May 24, 2023 · 0 comments

Comments

@VladimirYugay
Copy link

VladimirYugay commented May 24, 2023

I can install the library and run it. However, I'm facing problems when trying to setup the binding for python.

I use the anaconda environment. When I follow the installation instructions in readme, I get ModuleNotFoundError: No module named 'PySESync'.

I also tried manually set the python site lib:
set(Python3_USER_SITE_LIB "/home/vy/anaconda3/envs/habitat/lib/python3.9/site-packages/")

but this doesn't solve my problem.

Am I missing something?

Also, the library doesn't recognize FIX token in g2o file which usually stands for the nodes which are not optimized.

Finally, when running the cpp library on the g2o file, where are the results stored?

@VladimirYugay VladimirYugay changed the title Python binding installation problem Python binding installation and Inference May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant