Dear Sir:
I have setup the project following by your guild, however, i typed the code below, it showed an error
python scripts/synthesize.py from_db_clip output/train_multimodal_context/multimodal_context_checkpoint_best.bin 10
The error is:
Traceback (most recent call last):
File "scripts/synthesize.py", line 20, in
from data_loader.lmdb_data_loader import SpeechMotionDataset, default_collate_fn, word_seq_collate_fn
File "/home/zf223669/Resources/GGFTC/Gesture-Generation-from-Trimodal-Context/scripts/data_loader/lmdb_data_loader.py", line 15, in
import utils.train_utils
File "/home/zf223669/Resources/GGFTC/Gesture-Generation-from-Trimodal-Context/scripts/utils/train_utils.py", line 25, in
import train
File "/home/zf223669/Resources/GGFTC/Gesture-Generation-from-Trimodal-Context/scripts/train.py", line 26, in
from model.embedding_space_evaluator import EmbeddingSpaceEvaluator
File "/home/zf223669/Resources/GGFTC/Gesture-Generation-from-Trimodal-Context/scripts/model/embedding_space_evaluator.py", line 6, in
import umap
ModuleNotFoundError: No module named 'umap'
I would like to ask that you know how to fixed the error. thank you!
Dear Sir: I have setup the project following by your guild, however, i typed the code below, it showed an error python scripts/synthesize.py from_db_clip output/train_multimodal_context/multimodal_context_checkpoint_best.bin 10
The error is: Traceback (most recent call last): File "scripts/synthesize.py", line 20, in
from data_loader.lmdb_data_loader import SpeechMotionDataset, default_collate_fn, word_seq_collate_fn
File "/home/zf223669/Resources/GGFTC/Gesture-Generation-from-Trimodal-Context/scripts/data_loader/lmdb_data_loader.py", line 15, in
import utils.train_utils
File "/home/zf223669/Resources/GGFTC/Gesture-Generation-from-Trimodal-Context/scripts/utils/train_utils.py", line 25, in
import train
File "/home/zf223669/Resources/GGFTC/Gesture-Generation-from-Trimodal-Context/scripts/train.py", line 26, in
from model.embedding_space_evaluator import EmbeddingSpaceEvaluator
File "/home/zf223669/Resources/GGFTC/Gesture-Generation-from-Trimodal-Context/scripts/model/embedding_space_evaluator.py", line 6, in
import umap
ModuleNotFoundError: No module named 'umap'
I would like to ask that you know how to fixed the error. thank you!