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
I am utilizing your code to segment and track multiple fish in a video. However, I am encountering an issue where the algorithm detects 96 fish instead of the 32 selected after frame 99, including numerous false positives in the background. Could there be any hardcoded parameters causing this error from frame 100 onwards? Additionally, are there any adjustments I can make to reduce these false positives?
The text was updated successfully, but these errors were encountered:
The reason for this is that SAM is involving by default after the 99th frame and automatically detects the other objects. To avoid this, you can simply increase the SAM gap which is 100 by default in the web app to a number higher than your current frame numbers.
I am utilizing your code to segment and track multiple fish in a video. However, I am encountering an issue where the algorithm detects 96 fish instead of the 32 selected after frame 99, including numerous false positives in the background. Could there be any hardcoded parameters causing this error from frame 100 onwards? Additionally, are there any adjustments I can make to reduce these false positives?
The text was updated successfully, but these errors were encountered: