fredzzhang / pvic

[ICCV'23] Official PyTorch implementation for paper "Exploring Predicate Visual Context in Detecting Human-Object Interactions"
BSD 3-Clause "New" or "Revised" License
64 stars 8 forks source link

some question about hyperparameters of PViC with resnet50 #45

Closed jasminethurder closed 6 months ago

jasminethurder commented 6 months ago

Thank you for your excellent work!! When using your code on hico-det, the mAP with the swin-large backbone is normal, but with the resnet50 backbone, the mAP is only 33.6. I'm wondering if this could be due to the hyperparameters? I cloned your repository quite early; have you made any updates since then? Thank you again for your great work.

fredzzhang commented 6 months ago

Hi @jasminethurder,

Thanks for taking an interest in our work. I don't think I changed anything, but it's probably worth it to just do a git pull anyways. If you still don't get the reported performance, maybe try some different seeds.

Fred.

jasminethurder commented 6 months ago

I will try this way, thank you very much!