First, thank you for the excellent work and for sharing this codebase — it has been very insightful for studying DiffCap: Diffusion-based Real-time Human Motion Capture using Sparse IMUs and a Monocular Camera.
While running the evaluation script:
python sample/eval5.py
the following error occurs:
from diffusion.respace_live import SpacedLiveDiffusion
ModuleNotFoundError: No module named 'diffusion.respace_live'
🔍 Observation
It appears that the file diffusion/respace_live.py (which should contain the class SpacedLiveDiffusion) is not included in the current repository.
This module is referenced in utils/model_util.py and seems to be required for initializing the diffusion model during evaluation.
🙏 Request
Would you be able to confirm whether respace_live.py (and the SpacedLiveDiffusion implementation) has been moved, renamed, or removed in recent updates?
If it exists elsewhere, a reference or upload of the missing file would be greatly appreciated for reproducibility and further research replication.
First, thank you for the excellent work and for sharing this codebase — it has been very insightful for studying DiffCap: Diffusion-based Real-time Human Motion Capture using Sparse IMUs and a Monocular Camera.
While running the evaluation script:
python sample/eval5.pythe following error occurs:
🔍 Observation
It appears that the file diffusion/respace_live.py (which should contain the class SpacedLiveDiffusion) is not included in the current repository.
This module is referenced in utils/model_util.py and seems to be required for initializing the diffusion model during evaluation.
🙏 Request
Would you be able to confirm whether respace_live.py (and the SpacedLiveDiffusion implementation) has been moved, renamed, or removed in recent updates?
If it exists elsewhere, a reference or upload of the missing file would be greatly appreciated for reproducibility and further research replication.