Closed HuangJunJie2017 closed 5 years ago
Oh thank you for finding out bug. I think that should be changed to yours. But I think that might effect overall performance marginally because this is only used to synthesize input pose when
Anyway, great thanks!
in lib/tfflat/base.py iou algorithm will it has impact on the training process? ymax = np.minimum(dst_roi[:,1]+dst_roi[:,3], src_roi[:,0]+src_roi[:,3]) -> ymax = np.minimum(dst_roi[:,1]+dst_roi[:,3], src_roi[:,1]+src_roi[:,3])
def compute_iou(self, src_roi, dst_roi):