get_meanface error
Hi, when I run meanface_indices, _, _, _ = get_meanface(os.path.join('../data', 'data_300W', 'meanface.txt'), 68) it reported indexError:
File "/work/landmark/PIPNet/lib/data_utils.py", line 170, in
Hi, the argument after 'meanface.txt' indicates the number of neighbors for Neighbor Regression Module (NRM). Since 300W has 68 points in total, it thus has at most 67 neighbors. Please refer to the paper if you don't know NRM.