open-mmlab / mmhuman3d

OpenMMLab 3D Human Parametric Model Toolbox and Benchmark
https://mmhuman3d.readthedocs.io/
Apache License 2.0
1.24k stars 137 forks source link

TypeError: convert_by_mode() got an unexpected keyword argument 'enable_multi_human_data' #320

Closed github1838 closed 1 year ago

github1838 commented 1 year ago

When I use the command to convert pw3d for HMR,this error is thrown:

[pw3d] Converting ... Traceback (most recent call last): File "tools/convert_datasets.py", line 117, in main() File "tools/convert_datasets.py", line 109, in main data_converter.convert( File "/home/wz/mmcv/mmhuman3d/mmhuman3d/data/data_converters/base_converter.py", line 97, in convert self.convert_by_mode(dataset_path, out_path, mode, *args, **kwargs) TypeError: convert_by_mode() got an unexpected keyword argument 'enable_multi_human_data'

The same thing happens on all datasets except coco, such as pw3d, mpii, mpi_inf_3dhp, lsp_original.I ' m confused. I can 't find the mistake.

github1838 commented 1 year ago

I annotated that parameter.