microsoft / scene_graph_benchmark

image scene graph generation benchmark
MIT License
380 stars 86 forks source link

Can I test with VinVL features under SGG? #81

Open Pter61 opened 2 years ago

Pter61 commented 2 years ago

When I use the evaluate code to test VinVL features under SGG, there are some errors: Traceback (most recent call last): ... return self.extra_fields[field] KeyError: 'box_features'

So, Could I test with VinVL features under SGG?