sydsim / personlab-tf

implementation of PersonLab(https://arxiv.org/abs/1803.08225) using TF-slim
103 stars 19 forks source link

CocoDataGenerator misses some images #11

Open LigZhong opened 5 years ago

LigZhong commented 5 years ago

The coco dataset person_keypoint_val_2017.json contains 5000 images but only 2693 are returned fro the CocoDataGenerator. Anyone has the same issue or am I wrong about this?