Satoshi YAMAZAKI
Results
1
comments of
Satoshi YAMAZAKI
@ZhangHedongTimes Thank you for your information! I already have found a bug on https://github.com/mkocabas/VIBE/blob/master/lib/dataset/dataset_2d.py#L68. We can fix the repeated normalization by adding np.copy(). kp_2d = np.copy(self.db['joints2D'][start_index:end_index+1]) Do you find another...