google / sg2im

Code for "Image Generation from Scene Graphs", Johnson et al, CVPR 2018
Apache License 2.0
1.29k stars 230 forks source link

Dataloader on COCO Validation dataset #27

Open wang-zm18 opened 2 years ago

wang-zm18 commented 2 years ago

Hello, Johnson, I found a mistake about the dataloader on COCO Validation dataset like the following pictures. There are totally 172 classes on COCO dataset, however, the returned tensor "objs" in code includes No.177 objects. Maybe there exist some mistakes, I'm looking forward for your reply, thank you! image