niais

Results 2 comments of niais

> Would you please tell me A_25 = np.array([[... means ? > If I use 17 key points, how to modify this variable ? > thanks `A_25` here is an...

> # depth-wise conv > x = torch.einsum('nctv,cvw->nctw', (x, dw_gcn_weight)) > > # point-wise conv > x = torch.einsum('nctw,cd->ndtw', (x, self.pw_gcn_weight)) > > these can be replaced by conv with...