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

大概是发现了一个bug,生成的part和pos数量一致的时候会报错 #10

Open ChunyanZhao opened 5 years ago

ChunyanZhao commented 5 years ago

https://github.com/luoyetx/Joint-Face-Detection-and-Alignment/blob/f4f843bb0e968eb8e44006a9c767f86d6e15da9f/jfda/prepare.py#L389

这边的 idx_pos 改成 idx_part

luoyetx commented 5 years ago

这个代码确实写错了,应该是 idx_part 😂