Skip to content

Commit

Permalink
updated documentation for convnetOSC
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Sep 17, 2016
1 parent 4e02170 commit 516b4d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/ConvnetOSC/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## ConvnetOSC

Sends Convnet activations as a 4096-bit input vector over OSC.
Sends ConvNet activations as a 4096-bit input vector over OSC.

by default, sends to localhost, address="/wek/inputs", port 6448. press spacebar to toggle sending on/off.
To change the OSC host, port, and address, edit the `settings.xml` file in the data folder. By default, it is set to localhost, port 6448, address "/wek/inputs", which works out of the box with [Wekinator](http://www.wekinator.org/).

make sure `image-net-2012.sqlite3` is inside the data folder.
Also make sure `image-net-2012.sqlite3` is inside the data folder. This can be found in ofxCcv or downloaded directly from [here](https://raw.githubusercontent.com/liuliu/ccv/unstable/samples/image-net-2012.sqlite3).

0 comments on commit 516b4d0

Please sign in to comment.