This is a summary of this nice tutorial.
- Install TensorFlow.
- Download the TensorFlow models repository.
This is a summary of this nice tutorial.
| import gifAnimation.*; | |
| GifMaker gifExport; | |
| int frames = 0; | |
| int totalFrames = 120; | |
| public void setup() { | |
| smooth(); | |
| size(400, 400); |
| Shader "Tri-Planar World" { | |
| Properties { | |
| _Side("Side", 2D) = "white" {} | |
| _Top("Top", 2D) = "white" {} | |
| _Bottom("Bottom", 2D) = "white" {} | |
| _SideScale("Side Scale", Float) = 2 | |
| _TopScale("Top Scale", Float) = 2 | |
| _BottomScale ("Bottom Scale", Float) = 2 | |
| } | |
| import urllib2 | |
| import threading | |
| from Queue import Queue | |
| import sys, os, re | |
| class ThreadedDownload(object): | |
| REGEX = { | |
| 'hostname_strip':re.compile('.*\..*?/', re.I) | |
| } |