├── LICENSE ├── README.md ├── models ├── deploy.prototxt └── deploy_lab.prototxt └── resources ├── fetch_caffe.sh └── fetch_models.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richzhang/splitbrainauto/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richzhang/splitbrainauto/HEAD/README.md -------------------------------------------------------------------------------- /models/deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richzhang/splitbrainauto/HEAD/models/deploy.prototxt -------------------------------------------------------------------------------- /models/deploy_lab.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richzhang/splitbrainauto/HEAD/models/deploy_lab.prototxt -------------------------------------------------------------------------------- /resources/fetch_caffe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richzhang/splitbrainauto/HEAD/resources/fetch_caffe.sh -------------------------------------------------------------------------------- /resources/fetch_models.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richzhang/splitbrainauto/HEAD/resources/fetch_models.sh --------------------------------------------------------------------------------