diff --git a/apps/ConvnetOSC/README.md b/apps/ConvnetOSC/README.md index c55b7b8..8262800 100644 --- a/apps/ConvnetOSC/README.md +++ b/apps/ConvnetOSC/README.md @@ -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).