https://github.com/tommy9/triangles
Approximating images with triangles by evolution strategies
https://github.com/tommy9/triangles
evolution-strategies p5js tensorflowjs
Last synced: 3 months ago
JSON representation
Approximating images with triangles by evolution strategies
- Host: GitHub
- URL: https://github.com/tommy9/triangles
- Owner: tommy9
- Created: 2022-10-22T12:57:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T14:12:28.000Z (over 2 years ago)
- Last Synced: 2025-01-28T13:52:33.857Z (8 months ago)
- Topics: evolution-strategies, p5js, tensorflowjs
- Language: JavaScript
- Homepage: https://tommy9.github.io/Triangles/
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evolution Strategies
Based on the bitmap reproduction part of https://es-clip.github.io/ translated to JavaScript / P5.js / TensorFlow.js.
Improvements:
- Needs optimisation (framebuffer? Not sure how to get pixels into TensorFlow)
- Additional fields for setting number of triangles and population size (currently hardcoded)