Each team may submit one program for each of the two tasks.
Each program you submit should consist of at least two executable
files, one for enrollment and another for matching, and optionally
some other files such as DLL files in order to run your program.
The names of the two executable files should follow this naming
convention:
ENROLL_<team_id>.EXE
MATCH_<team_id>.EXE
where
<team_id> is a 3-digit code, such as 253, with the first digit (1
or 2) denoting the task number and the two other digits denoting
the team number assigned to your team. It is recommended that you
upload all the files as a single ZIP file. The name of the ZIP
file is up to you.
|