├── README.md ├── Trans.ipynb ├── landmark.jpg ├── test.png ├── trainMean.png ├── trainSTD.png ├── vanilla-0001.params ├── vanilla-symbol.json ├── vanillaCNN.caffemodel └── vanilla_deploy.prototxt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flyingzhao/mxnet_VanillaCNN/HEAD/README.md -------------------------------------------------------------------------------- /Trans.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flyingzhao/mxnet_VanillaCNN/HEAD/Trans.ipynb -------------------------------------------------------------------------------- /landmark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flyingzhao/mxnet_VanillaCNN/HEAD/landmark.jpg -------------------------------------------------------------------------------- /test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flyingzhao/mxnet_VanillaCNN/HEAD/test.png -------------------------------------------------------------------------------- /trainMean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flyingzhao/mxnet_VanillaCNN/HEAD/trainMean.png -------------------------------------------------------------------------------- /trainSTD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flyingzhao/mxnet_VanillaCNN/HEAD/trainSTD.png -------------------------------------------------------------------------------- /vanilla-0001.params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flyingzhao/mxnet_VanillaCNN/HEAD/vanilla-0001.params -------------------------------------------------------------------------------- /vanilla-symbol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flyingzhao/mxnet_VanillaCNN/HEAD/vanilla-symbol.json -------------------------------------------------------------------------------- /vanillaCNN.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flyingzhao/mxnet_VanillaCNN/HEAD/vanillaCNN.caffemodel -------------------------------------------------------------------------------- /vanilla_deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flyingzhao/mxnet_VanillaCNN/HEAD/vanilla_deploy.prototxt --------------------------------------------------------------------------------