yoyomimi / AS-Net

Code for one-stage adaptive set-based HOI detector AS-Net.
MIT License
48 stars 1 forks source link

Question about the evaluation code. #15

Closed JacobYuan7 closed 3 years ago

JacobYuan7 commented 3 years ago

Thanks for your great work. There is a question haunting me about the evaluation process. The line 139 in _hicoeval.py only ensures the human and the object are rightly localized. Why does the TP not consider the object class for a TP?

YueLiao commented 3 years ago

Line 90 in hico_eval.py ensures it.

JacobYuan7 commented 3 years ago

@YueLiao Do you mean these two lines of codes? I don't quite get it. _if resnum == 0: continue

But it does not seem to ensure that the object class is right.

YueLiao commented 3 years ago

Sorry, it's Line 190.

JacobYuan7 commented 3 years ago

@YueLiao Thank u, it solved my concern.