Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/automatic1111/tf-palette
- Owner: AUTOMATIC1111
- Created: 2017-10-23T03:53:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T17:49:32.000Z (about 7 years ago)
- Last Synced: 2024-10-28T04:48:27.688Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tensorflow color quantizaton
============================```
usage: train.py [-h] [-d N] [-m MASK] [-q] input output colorsTensorflow image quantization
positional arguments:
input imput image file
output output image file
colors color countoptional 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
```