All Projects → brannondorsey → the-wandering-dreamer

brannondorsey / the-wandering-dreamer

Licence: other
The Wandering Dreamer: An Synthetic Feedback Loop

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to the-wandering-dreamer

Swiftopenpose
tf-openpose Based iOS Project
Stars: ✭ 215 (+923.81%)
Mutual labels:  mobilenet
MobileNetV3-SSD-Compact-Version
MobileNetV3 SSD的简洁版本
Stars: ✭ 65 (+209.52%)
Mutual labels:  mobilenet
MXNet-MobileNetV3
A Gluon implement of MobileNetV3
Stars: ✭ 28 (+33.33%)
Mutual labels:  mobilenet
Octconv.pytorch
PyTorch implementation of Octave Convolution with pre-trained Oct-ResNet and Oct-MobileNet models
Stars: ✭ 229 (+990.48%)
Mutual labels:  mobilenet
ofxRunway
RunwayML + openFrameworks ☄️
Stars: ✭ 95 (+352.38%)
Mutual labels:  runway
anime biggan toy
Generate Amazing Anime Pictures With BigGAN. Just Have Fun !!!
Stars: ✭ 140 (+566.67%)
Mutual labels:  biggan
Mobilenetv3 Tensorflow
Unofficial implementation of MobileNetV3 architecture described in paper Searching for MobileNetV3.
Stars: ✭ 185 (+780.95%)
Mutual labels:  mobilenet
sparsezoo
Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes
Stars: ✭ 264 (+1157.14%)
Mutual labels:  mobilenet
mobilenext
non-official PyTorch implementation of MobileNeXt from paper [Rethinking Bottleneck Structure for Efficient Mobile Network Design]
Stars: ✭ 43 (+104.76%)
Mutual labels:  mobilenet
multiple-objects-gan
Implementation for "Generating Multiple Objects at Spatially Distinct Locations" (ICLR 2019)
Stars: ✭ 111 (+428.57%)
Mutual labels:  attngan
stomt-unreal-plugin
Collect feedback in-game/in-app with STOMT for Unreal Engine.
Stars: ✭ 23 (+9.52%)
Mutual labels:  feedback-loop
computational-economy
An agent-based computational economy with macroeconomic equilibria from microeconomic behaviors
Stars: ✭ 67 (+219.05%)
Mutual labels:  feedback-loop
RFBNet
Receptive Field Block Net for Accurate and Fast Object Detection, ECCV 2018
Stars: ✭ 1,380 (+6471.43%)
Mutual labels:  mobilenet
Keras Semantic Segmentation
Keras-Semantic-Segmentation
Stars: ✭ 228 (+985.71%)
Mutual labels:  mobilenet
MobileNet-SSD-windows
No description or website provided.
Stars: ✭ 91 (+333.33%)
Mutual labels:  mobilenet
Mobilenetv3 Ssd
MobileNetV3-SSD for object detection and implementation in PyTorch
Stars: ✭ 188 (+795.24%)
Mutual labels:  mobilenet
Voice-ML
MobileNet trained with VoxCeleb dataset and used for voice verification
Stars: ✭ 15 (-28.57%)
Mutual labels:  mobilenet
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+1219.05%)
Mutual labels:  biggan
Maix-LogoClassifier
A simple logo classifier developed using Maixduino framework and PlatfomIO, to run on K210 MCU on Sipeed's Maix dev board.
Stars: ✭ 25 (+19.05%)
Mutual labels:  mobilenet
CRNN-OCR-lite
Lightweight CRNN for OCR (including handwritten text) with depthwise separable convolutions and spatial transformer module [keras+tf]
Stars: ✭ 130 (+519.05%)
Mutual labels:  mobilenet

The Wandering Dreamer

Wandering Dreamer Screenshot

This experiment uses four machine learning models to create a feedback loop between synthesized images and text. All of the images you see here are fabricated, as is the text that describes each image.

  1. The first row of images are produced from a class label using BigGAN.
  2. The text below is an autogenerated caption of the BigGAN image using Im2Text.
  3. The next set of images are synthesized by an Attentional GAN using the autogenerated captions.
  4. The text at the bottom classifies the image above it using MobileNet. This class label is then sent back to BigGAN as input to create an infinite loop.

Made by Brannon Dorsey using Runway.

Running

This repository holds the front-end browser code that controls the Runway models and displays the results. You need a copy of the Runway beta app to actually run this experiment. Runway is currently in private beta, but if you have a copy of the app, you can run this project alongside it by adding the following models to your Runway workspace.

  1. AttnGAN running Socket.io on port 3000.
  2. BigGAN running Socket.io on port 3001.
  3. Im2txt running Socket.io on port 3002.
  4. MobileNet running Socket.io on port 3003.

The host and port values this front-end uses can be changed by editing js/main.js.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].