language2pose
language2pose copied to clipboard
Language2Pose: Natural Language Grounded Pose Forecasting
Hi, thank you for sharing the code. I would like to ask what is the difference between sample_wordConditioned.py and sample_wordConditioned_newSentence.py? If I want to generate a pose using the sentence.txt...
Hi, Thanks for your great work and the public code! After I met early stopping and restart training, an error occurred: > File "train_wordConditioned.py", line 285, in > argparseNloop(train) >...
multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/hanSolo/anaconda3/envs/test-torch/lib/python3.7/multiprocessing/pool.py", line 121, in worker result = (True, func(*args, **kwds)) File "/home/hanSolo/anaconda3/envs/test-torch/lib/python3.7/multiprocessing/pool.py", line 44, in mapstar return list(map(*args)) File "/mnt/D4567C46567C2AFE/Work HDD/Research/test/language2pose/src/renderUtils.py", line...
Traceback (most recent call last): File "render.py", line 4, in from dataUtils import * File "/mnt/D4567C46567C2AFE/Work HDD/Research/test/language2pose/src/dataUtils.py", line 5, in from data.data import * File "/mnt/D4567C46567C2AFE/Work HDD/Research/test/language2pose/src/data/data.py", line 18, in...