I want to detect if there are objects within a boundary.
The boundary is white rectangle, and easily identifiable (for a human).
However, the position of the boundary is not fixed.
The objects are small, and usually only 1 or 2 present in the boundary - but are visible.
The sample images are only labelled with 1 if any object is in the boundary, 0 if not. In particular, I don't have the boundary as a label.
What is a good architecture for classifier of such images? Are layers of CNN + MaxPooling my best bet?