-
Notifications
You must be signed in to change notification settings - Fork 32
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
wrong output #7
Comments
The mesh visualization you are using seems different from what the demo uses. Do the examples in readme work?
|
no, the output is from the example in the readme. It also does not work for the running scene. The output looks similar. Is there a specific python version? I used 3.8. Or are there additional installation requirements for the visualisation to work correctly? HybrIK works without problems. |
could you try these commands and try rendering again?
|
If this doesn't solve it, it might due to problems with the visualization package pyvista. |
Hi Yeyuan, thanks for your fast reply! I tried mesa but it did not help. I used pyvista 3.3 since not fixed in requirements, but also no difference. The strange thing is that the demo in HybrIK works and in GLAMR the HybrIK output already is shifted. Could it be that there were breaking changes in the official HybrIK repo? It was updated recently |
That's strange. Could you try my fork of HybrIK https://github.com/Khrylx/HybrIK? |
@haofanwang Could you try my fork of HybrIK? https://github.com/Khrylx/HybrIK |
Hi, @Khrylx It seems not to be the problem of update in HybrIK, but If I comment out line 169-171, the visualization works fine. These lines are not existed in HybrIK. I'm not sure whether it is necessary in your method. GLAMR/pose_est/hybrik_demo/demo.py Line 169 in 45ce7ce
Besides, the following line should be GLAMR/pose_est/hybrik_demo/demo.py Line 85 in 45ce7ce
|
These lines are needed to move the camera coordinate from the bounding box center to the image center. I will also look into it. |
@haofanwang if you don't make the change, does the demo work for basketball.mp4? |
I have pushed a fix. At least on my end, both
|
so you mean the GLAMR's (green) pose remains the same for all the frames? It would be also helpful if you can append your log.txt |
For static video, yes. I have uploaded the visualization results and logs to Google Drive. |
The 2d keypoints look correct, so this is probably just a visualization issue. Could you try pyvista==0.31.3?
|
It works! Thanks for your patient help! @Khrylx |
@JonathanLehner could you please try the above fix and let me know whether I can close this issue? thanks! |
yes, sorry for delay. My PC has some issues right now.. |
Hello, currently I'm having the same issue shared by @JonathanLehner , rendering of glamr is totally black. I've tried with mesa upgrading and pyvista upgrading. |
I think pyvista only works on a specific version, this is sucks, since pyvista is just a visualization lib. Can we just please move render to pytorch3d? |
can attest to the same issue - totally blank GLAMR output! |
I also found I needed to install torchmetrics-0.6.0 for it to run |
and downgrade to scipy==1.1.0 |
I had to upgrade pip to install it |
I cloned the repository and followed the installation instructions but the output is wrong
The text was updated successfully, but these errors were encountered: