DMGNN
DMGNN copied to clipboard
The implementation of DMGNN
I'm confused on hyper-parameter selection. It seems author select hyper-parameter on test dataset and I also wonder which checkpoint should be chosen in the test phase
Hello: I want to run the code.First, I prepare environment according to " cd torchlight, python setup.py install, cd .." while I want to train model, the error "cannot deom...
I have this problem when I run it ```processors['prediction'] = import_class('processor.recognition.REC_Processor')``` and ```ImportError: cannot import name 'Processor' from 'processor'```, how to solve it?
Traceback (most recent call last): File "main.py", line 23, in p.start() File "/media/ubuntu/data2/DMGNN-master/h36m-short/processor/processor.py", line 126, in start self.test() File "/media/ubuntu/data2/DMGNN-master/h36m-short/processor/recognition.py", line 252, in test self.mean_MAE_select[iter_time] = np.mean((self.MAE_tensor[iter_time, :, 1]+ AttributeError:...
您好,在您的paper中,讲到human3.6有32个关节点,但是您代码中的数据并不是表示关节点的三维坐标,而是表示旋转向量;其次,您的代码中,您训练后的模型并没有完整的提供99个数据,训练模型仅仅输出了30个数据,请问您是如何可视化最后的预测结果的?得到您paper中的图的呢?
Can you help me how can I call REC_Processor class in jupyter notebook? I got this error: usage: ipykernel_launcher.py [-w WORK_DIR] [-c CONFIG] [--phase PHASE] [--save_result SAVE_RESULT] [--iter_num ITER_NUM] [--use_gpu...
Thanks for your perfect work. Could you please provide more setting details (e.g., how many batches you used) about the average time cost comparison. Thanks again.
Could you please provide a visualization code which is missing in the repository? I tried to convert the expmap output to euler and then to a skeleton by using the...