-
Notifications
You must be signed in to change notification settings - Fork 80
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
Can u tell me how to address the issue of spatialsearch #3
Comments
I have the same problem. There is just a "spatialsearch...... .so" file in lib folder! |
Sorry for the inconvenience, the "spatialsearch" comes from the "Perceiving Systems Mesh Package" (https://github.com/MPI-IS/mesh) mentioned in the readme file. |
Thanks for your reply, I have tried to install the package followed by the steps mentioned on the Github. When I tried to 'make tests', its successes. But 'spatialsearch' still not work. |
Thank you for your quick reply. I'm actually working on Python3.5 and Linux. So I don't need to install "Perceiving Systems Mesh Package" again? But how can I import spatialsearch? because its not .py, its .so. |
Hey, if you install the "Perceiving Systems Mesh Package" successfully, then "import spatialsearch" is not needed. Most of the mesh sampling code is borrowed from CoMA (https://github.com/anuragranj/coma/blob/master/lib/mesh_sampling.py), we copy the two .so files to lib folder just for convenience. |
Got it, thanks for your reply. Can u plz tell me the link of input data such as bfm09_face_template.obj and CelebA? |
Hi. Sorry I still have problems in importing .so files. The OS and Python version are matched. So how can I import those .so files? |
@FuxiCV Hi, thanks for your great project. In your reply, you said there is no need to "import spatialsearch" when install the "Perceiving Systems Mesh Package". However, in Line 650 in a12d8ba
So how to solve this problem? Thank you! |
I solved it by |
Cool! Could you train the model as well? |
@HOMGH No, still facing some problems. please refer to #10 (comment) |
I think this (#7) would help. |
Hi, not these files. |
|
Hi,could you share the input data processing code with me?Txs o lot |
Hi,Coule you solve the problem for CelebA preprocessing dataset? |
Please explain the procedure, I have installed the "Perceiving Systems Mesh Package" still unable to solve the import error is it the ".so" file or ".py" file and how to import after installation of "Perceiving Systems Mesh Package". |
It shows that ImportError: cannot import name 'spatialsearch' from 'lib'
The text was updated successfully, but these errors were encountered: