Thinklab-SJTU / pygmtools

A Python Graph Matching Toolkit.
https://pygmtools.readthedocs.io/
Other
294 stars 19 forks source link

What specific attributes are included in the benchmark? #102

Open LingXyy opened 3 months ago

LingXyy commented 3 months ago

I want to know the maximum number of keypoints corresponding to each image category in the dataset. Does the benchmark include this attribute?我想知道数据集的对应图片类别的最大关键点数目,benchmark里边有这个属性吗

ziao-guo commented 3 months ago

The benchmark does not include this specific feature. However, you can consider using pygmtools to read through the dataset and then calculate the maximum number of keypoints for each image category. I hope this helps!