bbenligiray / stag

STag: A Stable Fiducial Marker System
MIT License
188 stars 52 forks source link

How to get the best result from multiple estimated results (cornerGroups/marker)? #13

Closed BobbleLaw closed 3 years ago

BobbleLaw commented 4 years ago

Hi, Thank you for your work.

When I tried to use stag in my project, I found that each candidate marker would give multiple estimated results (most of the time four) which are almost identical. e.g. two markers in the sight, eight poses return. From your paper, I guess that is to ensure the detection stability when occlusion happens. My questions would be, how can I get only one result for each candidate marker. Should I use average, or there're some other evaluation metrics you suggested to get the best estimation.

bbenligiray commented 3 years ago

Hey @BobbleLaw , please refer to https://github.com/bbenligiray/stag/issues/8

For a quick fix, I would pick a random one among the four.