fix number of combinations
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ license: cc-by-4.0
|
|
| 31 |
|
| 32 |

|
| 33 |
|
| 34 |
-
[Cartoon Set](https://google.github.io/cartoonset/) is a collection of random, 2D cartoon avatar images. The cartoons vary in 10 artwork categories, 4 color categories, and 4 proportion categories, with a total of ~
|
| 35 |
|
| 36 |
#### Usage
|
| 37 |
`cartoonset` provides the images as PNG byte strings, this gives you a bit more flexibility into how to load the data. Here we show 2 ways:
|
|
|
|
| 31 |
|
| 32 |

|
| 33 |
|
| 34 |
+
[Cartoon Set](https://google.github.io/cartoonset/) is a collection of random, 2D cartoon avatar images. The cartoons vary in 10 artwork categories, 4 color categories, and 4 proportion categories, with a total of ~10^13 possible combinations. We provide sets of 10k and 100k randomly chosen cartoons and labeled attributes.
|
| 35 |
|
| 36 |
#### Usage
|
| 37 |
`cartoonset` provides the images as PNG byte strings, this gives you a bit more flexibility into how to load the data. Here we show 2 ways:
|