-
Notifications
You must be signed in to change notification settings - Fork 95
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
Quick Demo Problem about opendr #35
Comments
Here are the configs about my environment:
pip list:
|
How about installing this one?
|
Thanks for your reply. I tried it. The same error still occurs. : ( |
Maybe you can try my personal docker image with the dependencies installed (although it has several extra packages that not used in this project). You can pull the docker image by
|
Finally I solved the problem~ The reason is that you misses ctx_mesa.pyx and ctx_mesa.c in your conda env. So the solution is that: Fisrt, clone the gitlab repo running : Second, copy the two files above in the cloned repo to your conda env, these two files are in /your_cloned_place/opendr/contexts/. So you should run : With the two steps above, you can solve the problem~ |
No ctx_mesa.c in the repo |
Hi all @yinkangning0124 File "contexts/ctx_base.pyx", line 18, in init contexts.ctx_mesa so the line in ctx_base.pyx is " from _constants import * ", I do have the _constants.py in the same folder "context". Any idea on solving this module import error? Or Hi @kevinlin311tw , seems like this repo have some issue with dependencies with opendr. Any idea on run the demo/train/inference without install opendr? |
I cloned this repo on 2 different machines. One has these 2 files, and the other one does not. That's weird. I upload these 2 files here just in case. |
@ZhihuaLiuEd have u solved the issue yet? |
Hi duyddwcs: |
@ZhihuaLiuEd Acctually i have solved this issue:
|
Thanks for your reply! ========================== |
This works for me! Except the opendr version is v0.77, but it works. Thank you! |
mattloper/opendr#55 (comment) |
That's amazing! Thanks! |
The following message showed after run the human body reconstruction script of Quick Demo.
And I have no clue how to fix it.
If anyone could come up with a solution. I really appreciate it.
The text was updated successfully, but these errors were encountered: