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

Change PyMAF-X path coding #328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Change PyMAF-X path coding #328

wants to merge 1 commit into from

Conversation

Wei-Chen-hub
Copy link
Collaborator

Removes the hard-coding of path, and allows for different working directory.

other than 'some_path/mmhuman3d'

Just modify the variable in config file:

mmhuman3d_data_path = 'data'
mmhuman3d_config_path = 'configs'
_base_ = [f'../../{mmhuman3d_config_path}/_base_/default_runtime.py']

For demo purpose, the original command works as well

@codecov
Copy link

codecov bot commented Mar 23, 2023

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 85.48%. Comparing base (0e0c2ce) to head (99ab70d).
Report is 8 commits behind head on main.

Files Patch % Lines
mmhuman3d/models/body_models/smplx.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #328   +/-   ##
=======================================
  Coverage   85.48%   85.48%           
=======================================
  Files         208      208           
  Lines       19642    19645    +3     
=======================================
+ Hits        16791    16794    +3     
  Misses       2851     2851           
Flag Coverage Δ
unittests 85.48% <87.50%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

1 participant