yruen / Texture-Filterer

A collection of Python scripts to organize texture dumps in various ways
MIT License
2 stars 0 forks source link

Add TensorFlow support for perceptual filtering #1

Open yruen opened 2 years ago

yruen commented 2 years ago

Filter (mm3D) textures based off their visuals with Tensorflow models

yruen commented 2 years ago

Reference: https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/images/classification.ipynb#scrollTo=dC40sRITBSsQ

yruen commented 2 years ago

Tensorflow accelerators don't work on newer versions of python :(

TensorFlow-DirectML - up to Python 3.7

yruen commented 2 years ago

Preliminary testing using just copying the basic example provided does not work very well.

Ideas to improve