AS-GCN icon indicating copy to clipboard operation
AS-GCN copied to clipboard

The problem about self.rel_rec and self.rel_send

Open 1zgh opened this issue 5 years ago • 2 comments

            rel_rec = self.rel_rec.cuda(gpu_id)
	rel_send = self.rel_send.cuda(gpu_id)

	self.logits = self.encoder(x, rel_rec, rel_send) 

The dim of rel_rec and rel_send is 【600,25】,but I can not understand what they mean about human skeleton. AIM network is a little hard to understand. I would appreciate it if you could elaborate on your ideas. Thanks!!

1zgh avatar Oct 25 '19 08:10 1zgh

I have read the code too, it's difficult to understanding the encoder-decoder as well.

czhaneva avatar Oct 30 '19 09:10 czhaneva

Hello,Are you understand the network of AIM?

Liu0114 avatar Nov 04 '19 07:11 Liu0114