MarekKowalski / DeepAlignmentNetwork

A deep neural network for face alignment
MIT License
510 stars 136 forks source link

cannot get challengingSet.npz successfully #53

Closed stone226 closed 5 years ago

stone226 commented 5 years ago

when i run the TestSetPreparation.py, I can get commonSet.npz and w300Set.npz successfully,but there is error when produce challengingSet.npz. The error informations as below: /TestSetPreparation.py", line 25, in challengingSet.PrepareData(challengingSetImageDirs, challengingSetBoundingBoxFiles, meanShape, 0, 1000, False) /ImageServer.py", line 69, in PrepareData boundingBoxes.append(boundingBoxDict[basename]) KeyError: 'image_092_01.jpg' I find that the ibugs contains the img named 'image_092_01.jpg',but the file boxesIBUG.pkl you provided not contains the information about this img.

stone226 commented 5 years ago

I have solved the problem.