Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/automatic1111/tf-palette

Tesnorflow color quantization
https://github.com/automatic1111/tf-palette

Last synced: about 1 month ago
JSON representation

Tesnorflow color quantization

Awesome Lists containing this project

README

        

Tensorflow color quantizaton
============================

```
usage: train.py [-h] [-d N] [-m MASK] [-q] input output colors

Tensorflow image quantization

positional arguments:
input imput image file
output output image file
colors color count

optional arguments:
-h, --help show this help message and exit
-d N, --history N create an output file every N steps
-m MASK, --history-mask MASK
use MASK to generate filenames for files created with
--history option, default is '%05d.png'
-q, --quiet do not output progress
```