forked from hctomkins/caffe-gui-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 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,24 +1,26 @@ | ||
Caffe Gui Tool | ||
#Caffe Gui Tool | ||
============== | ||
This a node based tool for creating caffe networks. It works inside the graphics application 'blender' as a plugin. The reason for this is blender's highly stable, and universally compatible node editor. | ||
##Important | ||
CGT features change regularly. If you update and your nodetree no longer compiles, all the nodes in your tree must be Re-added. A prototxt load feature will be added in the next update to make this process redundant. | ||
|
||
Potentially useful features: | ||
###Potentially useful features: | ||
* Autonaming of top,bottom, and layer names | ||
* Visual editing of later properties | ||
* Reliable duplication of layers with SHIFT+D | ||
* Saving & Loading nodetrees in blender's native 'xxxx.blend' format for later editing | ||
* Generation of Train_test, _deploy, _solver, and the training .sh script | ||
|
||
WIP features: | ||
###WIP features: | ||
* .prototxt import | ||
* Training network within blender, plotting train & test error | ||
|
||
For [**installation instructions**](http://bit.ly/1AnTVD2) please see [http://chasvortex.github.io/caffe-gui-tool/](http://bit.ly/1AnTVD2) | ||
|
||
ConvNet | ||
####ConvNet | ||
|
||
![alt tag](https://camo.githubusercontent.com/31e4f9dd627afa62bb0366eae79e9254dfb94934/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f31303836303234342f676875622f53637265656e73686f7425323066726f6d253230323031342d31302d31392532303133253341333025334132312e706e67) | ||
|
||
Autoencoder | ||
####Autoencoder | ||
|
||
![alt tag](https://camo.githubusercontent.com/d28a002ce2c7139877f2c1e8fa3f935ed57fa055/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f31303836303234342f676875622f53637265656e73686f7425323066726f6d253230323031342d31302d31392532303133253341333025334131352e706e67) |