Skip to content

Commit 9a0d0c5

Browse files
authored
Changed for ActEV inferencing
1 parent 157aaea commit 9a0d0c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/dataset/JointsDataset.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ def __getitem__(self, idx):
192192
'center': c,
193193
'scale': s,
194194
'rotation': r,
195-
'score': score
195+
'score': score,
196+
'pid': db_rec['pid'] # added by Junwei. Pass the personid so we could output the kp results
196197
}
197198

198199
return input, target, target_weight, meta

0 commit comments

Comments
 (0)