Composer代码问题记录
        
        
            
                问题记录
代码实现有误
tnt_four_scales_with_ball
1  | left_group_people_repre = person_feats_thisbatch_proj.flatten(0,1)[left_group_people_idx.flatten(0,1)].view(B, self.num_person_per_group, -1) # (B, N/2, d)  | 
原代码中的方法不能正确提取数据。
正解如下图所示:
        - Post title:Composer代码问题记录
 - Post author:sixwalter
 - Create time:2023-03-02 00:00:00
 - Post link:https://coelien.github.io/2023/03/02/projects/kinetics project/composer/
 - Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.
 
         Comments