Can I train BCNN on a dataset without boundingbox annotation?

Issue #23 closed
clover978 created an issue

CUB dataset provides bounding_boxes.txt. In cub_get_dataset.m. (line 31), you load it into imdb. If I have a new dataset, which only provides a label for each image, can I train BCNN on it?

Comments (2)

  1. tsungyu repo owner

    Bounding boxes information is not used. On other datasets, you have to write your own data loader to return the imdb structure.

  2. Log in to comment