microsoft / scene_graph_benchmark

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

Results are all zeros #72

Open DavidHuji opened 2 years ago

DavidHuji commented 2 years ago

Hi, I run the evaluation of RelDN+VG and got hte following results: {"danfei_metric": {"sgdet20": 0.0, "sgdet50": 0.0, "sgdet100": 0.0}, "rowan_metric": {"sgdet20": 0.0, "sgdet50": 0.0, "sgdet100": 0.0}}. I tried to debug it to figure out why I get all metrics zeros, so I visualized the input images (at infernce.py:34) and I was surprised to see that the pixels range is [-128:128] - I assume it should be normalized.. Could it be that this is why my metrics are zeros?! I'll much appreciate any help in that issue.