1 | initial version |
To clarify - Negatives must not contain the object you want to detect. I can contain other objects (lets call this background). Thats actually good.
So just take the false positives - and use them as negatives. Just make sure the negatives does NOT contain the object you want to detect.
2 | No.2 Revision |
To clarify - Negatives must not contain the object you want to detect. I can contain other objects (lets call this background). Thats actually good.
So just take the false positives - and use them as negatives. Just make sure the negatives does NOT contain the object you want to detect.
In the case it does - just cut (crop) your object out.
3 | No.3 Revision |
To clarify - Negatives must not contain the object you want to detect. I can contain other objects (lets call this background). Thats actually good.
So just take the false positives - and use them as negatives. Just make sure the negatives does NOT contain the object you want to detect.
In the case it does - just cut (crop) your object object(aka the postive) out.