Open anapple-hub opened 2 months ago
anchor_infos = pickle.load(open(anchor_info_path, 'rb')) self.kmeans_anchors = torch.stack( [torch.from_numpy(a) for a in anchor_infos["anchors_all"]]) # Nc, Pc, steps, 2
What does "num_groups" mean in the shape (num_groups, num_anchor, 12, 2) of motion_anchor_infos_mode6.pkl?
What does "num_groups" mean in the shape (num_groups, num_anchor, 12, 2) of motion_anchor_infos_mode6.pkl?