【发布时间】:2019-09-04 13:46:32
【问题描述】:
我想使用 MNIST 数据集,其中每个数字都被分配了一种特定的颜色。不是背景,而是数字本身。
以下数据集为图像的背景着色:https://www.wouterbulten.nl/blog/tech/getting-started-with-gans-2-colorful-mnist/
【问题讨论】:
-
这项工作有带彩色数字的 MNIST:github.com/feidfoe/learning-not-to-learn 他们代码中的数据加载器部分使用掩码生成这些图像:github.com/feidfoe/learning-not-to-learn/blob/master/… 你可以试一试。