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.
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.