├── README.md ├── initial_shape ├── InitialShape_29.mat ├── InitialShape_68.mat └── calc_meanshape.m ├── models └── config_te_best.txt └── src ├── RF2ArrayModel.m ├── config_te.m ├── config_tr.m ├── derivebinaryfeat.m ├── drawshapes.m ├── flipshape.m ├── getbbox.m ├── getproposals.m ├── globalprediction.m ├── globalregression.m ├── loadsamples.m ├── resetshape.m ├── rotatepoints.m ├── rotateshape.m ├── samplerandfeat.m ├── scaleshape.m ├── test_model.m ├── train_model.m ├── train_randomfs.m ├── translateshape.m └── write_binary_model.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/README.md -------------------------------------------------------------------------------- /initial_shape/InitialShape_29.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/initial_shape/InitialShape_29.mat -------------------------------------------------------------------------------- /initial_shape/InitialShape_68.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/initial_shape/InitialShape_68.mat -------------------------------------------------------------------------------- /initial_shape/calc_meanshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/initial_shape/calc_meanshape.m -------------------------------------------------------------------------------- /models/config_te_best.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/models/config_te_best.txt -------------------------------------------------------------------------------- /src/RF2ArrayModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/RF2ArrayModel.m -------------------------------------------------------------------------------- /src/config_te.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/config_te.m -------------------------------------------------------------------------------- /src/config_tr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/config_tr.m -------------------------------------------------------------------------------- /src/derivebinaryfeat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/derivebinaryfeat.m -------------------------------------------------------------------------------- /src/drawshapes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/drawshapes.m -------------------------------------------------------------------------------- /src/flipshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/flipshape.m -------------------------------------------------------------------------------- /src/getbbox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/getbbox.m -------------------------------------------------------------------------------- /src/getproposals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/getproposals.m -------------------------------------------------------------------------------- /src/globalprediction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/globalprediction.m -------------------------------------------------------------------------------- /src/globalregression.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/globalregression.m -------------------------------------------------------------------------------- /src/loadsamples.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/loadsamples.m -------------------------------------------------------------------------------- /src/resetshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/resetshape.m -------------------------------------------------------------------------------- /src/rotatepoints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/rotatepoints.m -------------------------------------------------------------------------------- /src/rotateshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/rotateshape.m -------------------------------------------------------------------------------- /src/samplerandfeat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/samplerandfeat.m -------------------------------------------------------------------------------- /src/scaleshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/scaleshape.m -------------------------------------------------------------------------------- /src/test_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/test_model.m -------------------------------------------------------------------------------- /src/train_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/train_model.m -------------------------------------------------------------------------------- /src/train_randomfs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/train_randomfs.m -------------------------------------------------------------------------------- /src/translateshape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/translateshape.m -------------------------------------------------------------------------------- /src/write_binary_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwyang/face-alignment/HEAD/src/write_binary_model.m --------------------------------------------------------------------------------