KaihuaTang / Scene-Graph-Benchmark.pytorch

A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
MIT License
1.03k stars 228 forks source link

question about protocols: predcls, sgcls #159

Closed rafa-cxg closed 2 years ago

rafa-cxg commented 2 years ago

Hello, appreciating your works. However, I believe that predcls is given bbox and label, sgcls is not given label but box. If like you said, these two protocol's input is same, what is difference?? image