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

https://github.com/piebro/physarum-latent-walk


https://github.com/piebro/physarum-latent-walk

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Physarum Latent Walk

Usage of the [Physarum Latent Walk Dataset](https://www.kaggle.com/pietbroemmel/physarum-latent-walk) to generate and interpolate images. The images are created with a latent walk, an interpolation between vectors in a latent space. The latent space is learned with an autoencoder neural network architecture.

## Examples

![labyrinth gif](examples/video_labyrinth_5_et_noise_seed952352_epoch015_e6addb14d0e40ff485fdab276d6682af.gif)
![runes gif](examples/video_runes_6_et_noise_seed312575_epoch035_b3e25ec407470890e425d97dd5923042.gif)

More Examples in higher quality can be found here: https://piebro.github.io/physarum-latent-walk/index.html

## Usage

An example of how to use the the dataset and generate a latent walk with the model can be found in example.ipynb. To open the notebook in google colab click [here](https://colab.research.google.com/github/piebro/physarum-latent-walk/blob/master/example.ipynb)