openxrlab / xrmocap

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

API for Panoptic dataset #121

Closed 3huo closed 1 year ago

3huo commented 1 year ago

Hi, I want to test xrmocap on CMU Panoptic format data. Is there any api for that? Or can u give me some advice for that?

github-actions[bot] commented 1 year ago

Hi @3huo, welcome to commit your first issue! 你好 @3huo,非常欢迎首次提交你的问题!

LazyBusyYang commented 1 year ago

Hello!

  1. During the data preparation stage, if you want to convert Panoptic data to a format that can be used by XRLab, please refer to the dataset preparation document.
  2. In the data_converter, you need to select a configuration file. If you are using a TopDown method like MVPose, you can refer to this configuration file.
  3. Regarding the specific functions and parameters of the data_converter, you can refer to the docstring.