radekd91 / inferno

πŸ”₯πŸ”₯πŸ”₯ Set the world of 3D faces on fire with INFERNO πŸ”₯πŸ”₯πŸ”₯
Other
152 stars 15 forks source link

Error when running demo #22

Open HiouKaoru opened 2 months ago

HiouKaoru commented 2 months ago

Followed all the instructions to get the environment running, I've also ran the submodules (optional) script at the start of the instructions. Whenever I try to run the demo, I get the following: Could not import SPECTRE. Make sure you pull the repository with submodules to enable SPECTRE. Traceback (most recent call last): File "/home/hioukaoru/inferno/inferno/models/temporal/external/SpectrePreprocessor.py", line 16, in from spectre.src.spectre import SPECTRE ModuleNotFoundError: No module named 'spectre' Could not import EmoSwinModule. SWIN models will not be available. Make sure you pull the repository with submodules to enable SWIN. Could not import EmoSwinModule. SWIN models will not be available. Make sure you pull the repository with submodules to enable SWIN. SWIN not found, will not be able to use SWIN models Looking for checkpoint in '/home/hioukaoru/inferno/assets/TalkingHead/models/EMOTE_v2/checkpoints' Found 1 checkpoints

Since SPECTRE is not supposed to be necessary to run the model, the error can be ignored, so I don't whats wrong.

radekd91 commented 1 month ago

Spectre is not necessary and the error you see is just a print out. Not the nicest and I see how it's confusing. But I don't think, it's crashing your program?