This is a modification of the classic MNIST dataset, transforming it into a dataset tailored for object detection tasks.
This modified dataset includes images of hand-written digits, similar to the original MNIST dataset.
However, unlike traditional digit classification, each image is now equipped with bounding boxes, precisely defining the area where a given digit is located. This has allowed me to create a dataset that is well-suited for solving object detection problems.
Key information… See the full description on the dataset page:
https://huggingface.co/datasets/marcin119a/mnist_for_object_detection.