Skip to content

Large Images #66

Answered by esimov
fcuenca4 asked this question in Q&A
May 31, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

The reason why you are getting false positive detections is because you need to tweak a little bit on the cascade params, specifically on MinSize and MaxSize. These parameters defines the minimum and maximum detection window. In your case, because you are running the detector over high resolution images, you have to increase them, otherwise you are getting these false positives. Try with -min=400 and -max=2000. These were giving me correct results.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fcuenca4
Comment options

@esimov
Comment options

Answer selected by fcuenca4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants