You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you authors for creating useful python wrapper for STag.
I found stag.Detector keep past detection results.
I tried to use this class to process videos (multiple frames), but the dec.getContours() function seems to return all past results even after new frame is processed.
I solved this issue by adding markers.clear() in detectMarkers function and rebuild, but if there are some better solution please teach me.
Thank you authors for creating useful python wrapper for STag.
I found stag.Detector keep past detection results.
I tried to use this class to process videos (multiple frames), but the dec.getContours() function seems to return all past results even after new frame is processed.
I solved this issue by adding markers.clear() in detectMarkers function and rebuild, but if there are some better solution please teach me.
The text was updated successfully, but these errors were encountered: