question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi authors. Thanks for your great work.

When I try to train the model, I encountered the following error. It would be helpful to provide the installation instructions to fix this bug.

Traceback (most recent call last):
  File "main_train_avatarposer.py", line 16, in <module>
    from utils import utils_visualize as vis
  File "/AvatarPoser/utils/utils_visualize.py", line 8, in <module>
    from body_visualizer.tools.vis_tools import colors
ModuleNotFoundError: No module named 'body_visualizer'

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

1reaction
jiaxi-jiangcommented, Aug 2, 2022

Hi, thanks for your interest in our work.

The two packages are: https://github.com/nghorbani/body_visualizer and https://github.com/nghorbani/human_body_prior

Sorry I forget to upload the code for generating splitting - I will update and add more instructions later

0reactions
jiaxi-jiangcommented, Sep 11, 2022

Hi seems there some error lies in body-visualizer package: image

Hi, we observed the same problem before - you can just remove the if condition and make the code run this line https://github.com/mmatl/pyrender/blob/master/pyrender/mesh.py#L274

Hi, thanks for the quick reply! I wonder, will there be any harm if change the source code in pyrender directly? I found that by remove the face_color param in checker_mesh (

https://github.com/eth-siplab/AvatarPoser/blob/71abcc6e60b599c3dc0148df26c4c8e0a951e937/utils/utils_visualize.py#L186

) like this: checker_mesh = trimesh.Trimesh(checker.v,checker.f,process=False), the code can be executed as well. Just not sure if removing face_color will be any difference to the visualization result.

thanks for your suggestion. We will double check that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resolving missing dependencies - Zendesk help
Understanding missing dependencies. A dependency is any reference in a business rule such as a trigger. It could be a group, an individual,...
Read more >
Missing dependencies - Bottles
Missing dependencies. Propose new dependencies to the Bottles community. This page is only a first reference. Please refer to the dedicated documentation.
Read more >
Missing dependencies - Gearset Help Center
This problem analyzer helps deploy missing dependencies between components. ... will also suggest to include that dependency in your deployment package.
Read more >
How to fix missing dependencies ? - Power Platform Community
Hello guys,. When import my solution I have Missing dependencies like this : MissingDependencies> -<MissingDependency> <Required ...
Read more >
How do I install missing dependencies on my system?
Other than the installation and/or apt-get -f install suggestions mentioned in comments, you can tell aptitude to find a different ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found