I want to train a simple classifier for object detection in images. I have around 500 images picked up from the internet which has the object that I want to detect. However, creating bounding boxes (i.e. knowing the start and end points and the size of the box) or segregating the images in to positive areas and negative areas seems like a lot of manual labour to me.
Is there some app/software which makes the process easier (there will obviously be some amount of labour to be done)?