2

I would like to use the MNIST dataset, where each digit is assigned a specific colour. Not the background, the digit itself.

The following dataset colours the background of the image: https://www.wouterbulten.nl/blog/tech/getting-started-with-gans-2-colorful-mnist/

leenremm
  • 1,083
  • 13
  • 19
  • This work has MNIST with coloured digits: https://github.com/feidfoe/learning-not-to-learn/ The dataloader part in their code generates these images using masks I think: https://github.com/feidfoe/learning-not-to-learn/blob/master/data_loader.py You can give it a try. – artha May 09 '20 at 01:18

1 Answers1

2

Maybe you are looking for the coloured MNIST dataset?

I have seen two papers proposing it:

layser
  • 2,038
  • 3
  • 15
  • 14