openxrlab / xrmocap

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

import utils requires torch #131

Closed LazyBusyYang closed 1 year ago

LazyBusyYang commented 1 year ago

https://github.com/openxrlab/xrmocap/blame/8b4931d071f3484d77842f4265cc2b000f9916ff/xrmocap/utils/__init__.py#L2 When I call from xrmocap.utils.xxx_utils import xxx, I get ModuleNotFoundError: No module named 'torch'.

jiaqiAA commented 1 year ago

We have solved this problem.