siriusdemon / Build-Your-Own-Face-Model

Build your own ArcFace, CenterFace/Centernet
332 stars 69 forks source link

How to run the demo #22

Open luotianhang opened 3 years ago

luotianhang commented 3 years ago

this is really a good work ,but i find the demo is not working, i use the imgs in this project

siriusdemon commented 3 years ago

More detail ?

ChengSongyang commented 3 years ago

More detail ?

我也发现不能运行,用project自带的abc图片会报如下的错: Traceback (most recent call last): File "C:/Users/Administrator/Desktop/人脸检测及关键点检测/Build-Your-Own-Face-Model-master/package/detection/demo.py", line 26, in res = centerface.detect(img) File "C:\Users\Administrator\Desktop\人脸检测及关键点检测\Build-Your-Own-Face-Model-master\package\detection\centerface\api.py", line 98, in detect_pipeline box_land_list = decode_many(preds) File "C:\Users\Administrator\Desktop\人脸检测及关键点检测\Build-Your-Own-Face-Model-master\package\detection\centerface\api.py", line 53, in decodemany xs, ys = np.nonzero(hm) ValueError: not enough values to unpack (expected 2, got 1)

猜测根本没有检测到人脸,所以np.nonzero中的hm_值全为0