GuyTevet / motion-diffusion-model

The official PyTorch implementation of the paper "Human Motion Diffusion Model"
MIT License
3.04k stars 327 forks source link

no eval file #214

Open keke19961117 opened 1 month ago

keke19961117 commented 1 month ago

when evalute ,there is a mistake: Error while finding module specification for 'eval.eval_h3d_offline' (ModuleNotFoundError: No module named 'eval'), where is the eval file or how to fix this

GuyTevet commented 1 month ago

what's eval_h3d_offline? What was the command you run?

keke19961117 commented 1 month ago

It's another evaluation but use the code of MDM,and when I was running the evaluate file of MDM,the error appeared too. But sometimes it's ok,I don't know what is going wrong.

---Original--- From: "Guy @.> Date: Mon, Jul 15, 2024 22:29 PM To: @.>; Cc: @.**@.>; Subject: Re: [GuyTevet/motion-diffusion-model] no eval file (Issue #214)

what's eval_h3d_offline? What was the command you run?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

GuyTevet commented 1 month ago

please share the cmd line. maybe you sometimes didn't run it from the project's root?