MNIST-ObjectDetection icon indicating copy to clipboard operation
MNIST-ObjectDetection copied to clipboard

A simple script to generate a object detection dataset with MNIST digits

Results 1 MNIST-ObjectDetection issues
Sort by recently updated
recently updated
newest added

Changes `.gitignore` to ignore `.mypy_cache` `generate_data.py` was not working for me, so I made a separate option that uses the tensorflow MNIST dataset. I updated `README.md` to say `generate_data.py` instead...