A baseline GMM system for NIST SRE campaigns
Alize toolkit
Here you can find a package from the biosecure project but that I updated to work with the last version of Alize that you can download from the official webpage or corresponding to the following packages.
To compile the Nist Sphere toolkit on recent computer (under linux) you need to patch the original files
/src/scripts/install.sh
63,65c63,64
< 11:Linux Ubuntu:gcc:-O2 -mtune=generic -Wall -fPIC:install -s -m
755:ranlib:ar ru:LINUX
< 12:Custom:cc:-g:install -s -m 755:ranlib:ar ru:SUN' \| tr '\\012'
','\`
< Custom=12
---
> 11:Custom:cc:-g:install -s -m 755:ranlib:ar ru:SUN' \| tr '\\012'
','\`
> Custom=11
./src/lib/sp/exit.c
28d27
< # include
87c86
< strcat(exitmessage, strerror(errno));
---
> strcat(exitmessage, sys\_errlist[errno]);
./src/lib/sp/spread.c
1034,1039c1034,1035
< /\* fob\_in->fp was copied from spifr->waveform->sp\_fp, which may
\*/
< /\* now be closed in the code marked "SRI bugfix" above. \*/
< if (spifr->waveform->sp\_fp != FPNULL) {
< /\* Close the original file pointer to the SPHERE file \*/
< fclose(fob\_in->fp);
< }
---
> /\* Close the original file pointer to the SPHERE file \*/
> fclose(fob\_in->fp);