Scene-Graph-Benchmark.pytorch
Scene-Graph-Benchmark.pytorch copied to clipboard
AssertionError assert rois.size(0) > 0
❓ Questions and Help

Hi Kaihua, thanks for your great work.
When I am using this codebase with batch_size=1 and SGCLS setting, the following assertion error would occur occasionally.
I have checked the dataset while it seems that all image would have at least 1 bounding box, so I couldn't figure out the problem. Any idea? Thanks.