xrenaa / Human-Motion-Analysis-with-Deep-Metric-Learning

pytorch implement of this paper: https://arxiv.org/abs/1807.11176
50 stars 8 forks source link

How to use this model to measure sequence similarity #8

Open cxydaizihao520 opened 3 years ago

cxydaizihao520 commented 3 years ago

Hello,please I have some questions: 1、you said that each key contains:( _ , 50, 2, 17) pose.what is the 50 mean?I understand it is the length of each piece of data, which is related to the sampling rate. According to your other paper, it is about 5 seconds. 2、How can I use this model to measure sequence similarity? Is it a direct input of two sequences X and Y. And is the value of L2 norm directly returned and then mapped to a score? Thank you for advance!

Mrliuluyao commented 2 years ago

Hellow, may I ask whether these two problems have been solved, I have the same confusion,. Looking forward to your reply, thank you for advance!