├── .gitignore ├── LICENSE ├── README.md ├── hist-cos.jpg ├── roc.jpg ├── sphereface_deploy.prototxt ├── sphereface_model.prototxt └── sphereface_solver.prototxt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodluckcwl/Sphereface-model/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodluckcwl/Sphereface-model/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodluckcwl/Sphereface-model/HEAD/README.md -------------------------------------------------------------------------------- /hist-cos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodluckcwl/Sphereface-model/HEAD/hist-cos.jpg -------------------------------------------------------------------------------- /roc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodluckcwl/Sphereface-model/HEAD/roc.jpg -------------------------------------------------------------------------------- /sphereface_deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodluckcwl/Sphereface-model/HEAD/sphereface_deploy.prototxt -------------------------------------------------------------------------------- /sphereface_model.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodluckcwl/Sphereface-model/HEAD/sphereface_model.prototxt -------------------------------------------------------------------------------- /sphereface_solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodluckcwl/Sphereface-model/HEAD/sphereface_solver.prototxt --------------------------------------------------------------------------------