-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated documentation for convnetOSC
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |