├── DSR.m ├── Readme.txt ├── SF_Extraction.m ├── calrank.m ├── l1ls_featuresign.m ├── l2ls_learn_basis_dual.m ├── multiscale.m ├── sc2 ├── cgf_fitS_sc2.m ├── cgf_sc.c ├── cgf_sc2.dll ├── cgf_sc2.mexa64 ├── cgf_sc2.mexglx ├── getObjective2.m ├── makefile.linux ├── makefile.win32 └── nrf │ ├── README │ ├── brent.c │ ├── frprmn.c │ ├── getreent.c │ ├── impure.c │ ├── linmin.c │ ├── makefile.linux │ ├── makefile.win32 │ ├── mnbrak.c │ ├── nrutil.c │ └── nrutil.h └── sparse_coding.m /DSR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/DSR.m -------------------------------------------------------------------------------- /Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/Readme.txt -------------------------------------------------------------------------------- /SF_Extraction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/SF_Extraction.m -------------------------------------------------------------------------------- /calrank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/calrank.m -------------------------------------------------------------------------------- /l1ls_featuresign.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/l1ls_featuresign.m -------------------------------------------------------------------------------- /l2ls_learn_basis_dual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/l2ls_learn_basis_dual.m -------------------------------------------------------------------------------- /multiscale.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/multiscale.m -------------------------------------------------------------------------------- /sc2/cgf_fitS_sc2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/cgf_fitS_sc2.m -------------------------------------------------------------------------------- /sc2/cgf_sc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/cgf_sc.c -------------------------------------------------------------------------------- /sc2/cgf_sc2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/cgf_sc2.dll -------------------------------------------------------------------------------- /sc2/cgf_sc2.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/cgf_sc2.mexa64 -------------------------------------------------------------------------------- /sc2/cgf_sc2.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/cgf_sc2.mexglx -------------------------------------------------------------------------------- /sc2/getObjective2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/getObjective2.m -------------------------------------------------------------------------------- /sc2/makefile.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/makefile.linux -------------------------------------------------------------------------------- /sc2/makefile.win32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/makefile.win32 -------------------------------------------------------------------------------- /sc2/nrf/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/nrf/README -------------------------------------------------------------------------------- /sc2/nrf/brent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/nrf/brent.c -------------------------------------------------------------------------------- /sc2/nrf/frprmn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/nrf/frprmn.c -------------------------------------------------------------------------------- /sc2/nrf/getreent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/nrf/getreent.c -------------------------------------------------------------------------------- /sc2/nrf/impure.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/nrf/impure.c -------------------------------------------------------------------------------- /sc2/nrf/linmin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/nrf/linmin.c -------------------------------------------------------------------------------- /sc2/nrf/makefile.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/nrf/makefile.linux -------------------------------------------------------------------------------- /sc2/nrf/makefile.win32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/nrf/makefile.win32 -------------------------------------------------------------------------------- /sc2/nrf/mnbrak.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/nrf/mnbrak.c -------------------------------------------------------------------------------- /sc2/nrf/nrutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/nrf/nrutil.c -------------------------------------------------------------------------------- /sc2/nrf/nrutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sc2/nrf/nrutil.h -------------------------------------------------------------------------------- /sparse_coding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lingxiao-he/Deep-Spatial-Feature-Reconstruction-for-Partial-Person-Re-identification/HEAD/sparse_coding.m --------------------------------------------------------------------------------