jwyang / graph-rcnn.pytorch

[ECCV 2018] Official code for "Graph R-CNN for Scene Graph Generation"
727 stars 158 forks source link

Evaluation error! #93

Open jgyy4775 opened 4 years ago

jgyy4775 commented 4 years ago

When evaluation 'sgcls' and 'predcls', I encounter this error. What's the problem? image

bashirulazam commented 4 years ago

I am having the same problem. I can evaluate 'sgdet', but not 'sgcls' and 'predcls'. I am having the same AssertionError shown above.

reiyak commented 3 years ago

I have the same problem. I can't use 'sgcls' and 'predcls'. Did you solve them?

jgyy4775 commented 3 years ago

@reiyak
Sorry, I can't...