athn-nik / teach

Official PyTorch implementation of the paper "TEACH: Temporal Action Compositions for 3D Humans"
https://teach.is.tue.mpg.de
Other
383 stars 40 forks source link

Error occured when try to load checkpoint provided in "independent-bsl" #5

Closed Xiyan-Xu closed 1 year ago

Xiyan-Xu commented 1 year ago

When I try to run command: python interact_teach.py folder=TrainedModels/independent-bsl output=RenderResults/dance texts='[dance, standing, turns left]' durs='[3.7, 3, 2]' Error occurs, stating that "no module named teach.model.teach.TEMOS" After I change the config target to "teach.model.temos.TEMOS" mannually, there is still an error: ImportError: Error loading module 'temos.model.motiondecoder.ActorAgnosticDecoder' I think there is something wrong in the ckpt file, maybe independent-bsl is recorded in a different file system

athn-nik commented 1 year ago

You are right, I will check the checkpoints, re-upload it and fix this soon. I will leave this issue open and update here.

Stomachache007 commented 1 year ago

You are right, I will check the checkpoints, re-upload it and fix this soon. I will leave this issue open and update here.

Wait for your fix, thanks.

athn-nik commented 1 year ago

@Stomachache007 , @Ajatar213455 does the teach checkpoint and config work for you?

athn-nik commented 1 year ago

I have reuploaded the files in website with the needed fixes. Please @Stomachache007 , @Ajatar213455 re-download them and run it again. They run smoothly on my side for all 3 models.

Stomachache007 commented 1 year ago

I have reuploaded the files in website with the needed fixes. Please @Stomachache007 , @Ajatar213455 re-download them and run it again. They run smoothly on my side for all 3 models.

It works for me now !