luoyetx / Joint-Face-Detection-and-Alignment

Caffe and Python implementation of Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
BSD 3-Clause "New" or "Revised" License
102 stars 50 forks source link

图像flip问题 #9

Closed oftenliu closed 6 years ago

oftenliu commented 6 years ago

minibatch.py的_make_transform成员在做flip时,bbox坐标的变换是否有问题,应该为bbox[0], bbox[2] =1 -bbox[2], 1-bbox[0]

luoyetx commented 6 years ago

没有问题,这个 delta_bbox 的 offse 自己在纸上画一下就知道了

oftenliu commented 6 years ago

恩  是的  你的bbox_target右下角坐标处理的和我的不一样