Pbatch / ClashRoyaleBuildABot

A platform for creating bots to play Clash Royale
MIT License
200 stars 35 forks source link

Add ignore regions to object detector #244

Open Pbatch opened 1 day ago

Pbatch commented 1 day ago

Problem statement

Various regions of the image are getting unit detections when they shouldn't be

image

Simple Solution

Crop the image to remove the decoration at the sides.

Advanced Solution

Create an ignore region that includes:

Throw away unit bboxes which have 50% of their area inside an ignore region.