alibaba-mmai-research / HyRSM

Code for our CVPR 2022 Paper "Hybrid Relation Guided Set Matching for Few-shot Action Recognition".
Apache License 2.0
26 stars 5 forks source link

Set matching metric #6

Open Liu-arch opened 1 year ago

Liu-arch commented 1 year ago

Hello authors, I would like to ask where the code block about Set matching metric is located?

wangxiang1230 commented 1 year ago

Hello authors, I would like to ask where the code block about Set matching metric is located?

Hi, set matching metric is here.

Liu-arch commented 1 year ago

Why the Hausdorff distance is not shown in Set matching metric?

cum_dists = dists.min(3)[0].sum(2) + dists.min(2)[0].sum(2)