openxrlab / xrmocap

OpenXRLab Multi-view Motion Capture Toolbox and Benchmark
https://xrmocap.readthedocs.io/
Other
348 stars 42 forks source link

[Feature] Estimate mview sperson dataset in filesystem #123

Closed LazyBusyYang closed 1 year ago

LazyBusyYang commented 1 year ago
  1. Add HummanSMCDataCovnerter, converting SMCs to dataset in filesystem.
  2. Add a tool run_mview_sperson_estimator, running estimation on the files above. Also this tool addresses the requirements mentioned in the issue-118.
  3. Add datautils for better logger.
codecov-commenter commented 1 year ago

Codecov Report

Merging #123 (5ea07ea) into main (32e7ddc) will decrease coverage by 0.66%. The diff coverage is 14.55%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #123      +/-   ##
==========================================
- Coverage   61.19%   60.54%   -0.66%     
==========================================
  Files         178      180       +2     
  Lines       11097    11255     +158     
==========================================
+ Hits         6791     6814      +23     
- Misses       4306     4441     +135     
Flag Coverage Δ
unittests 60.54% <14.55%> (-0.66%) :arrow_down:

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

Impacted Files Coverage Δ
...cap/data/data_converter/panoptic_data_converter.py 77.23% <ø> (ø)
xrmocap/utils/date_utils.py 0.00% <0.00%> (ø)
...p/data/data_converter/humman_smc_data_converter.py 14.28% <14.28%> (ø)
xrmocap/data/data_converter/builder.py 100.00% <100.00%> (ø)