ShiqiYu / OpenGait

A flexible and extensible framework for gait recognition. You can focus on designing your own models and comparing with state-of-the-arts easily with the help of OpenGait.
664 stars 154 forks source link

about the sils.shape when sample_type=unfixed/all #207

Closed YingQQ666 closed 1 month ago

YingQQ666 commented 2 months ago

when sample_type=unfixed/all , the sils.shape is torch.Size([1,1948, 64, 44]) torch.Size([1,1, 1006, 64, 44]) torch.Size([1, 1,975, 64, 44]) the dimension 2 is equal to batchsize*frams_num ? What is the reason for this?