Bounding boxes for Cartoons and Images missing

#9
by hassanhajj910 - opened

Hey,
I am going through this data, and realized that many pages which feature images, ads, cartoons, or tables, do not contain bboxes for those categories?
Is this missing from the files, or am I missing something.
The bboxes that I find by downloading the dataset are mostly for articles, headlines, and authors.

Here is an example of the bboxes contained in the dataset which I am donwloading this way

dataset = load_dataset(
    "dell-research-harvard/AmericanStories",
    "subset_years_content_regions",
    year_list=[YEAR]
)

example_bbox.png

Sign up or log in to comment