Submission Format Requirements – Algorithms (Image and Video Categories)
Participants must submit their solutions as a Docker container image containing the complete runnable system.
Container Requirements
- The container must accept a directory of PNG/JPG test images as input.
- The container must output a CSV file containing:
- Image filename
- Liveness score in the range [0–100]
Submission Package
The submission must include a README file describing:
- Execution command
- Required CPU/GPU resources
- Expected runtime
- Description of any external model weights used
Source code submission is optional but encouraged for transparency. However, evaluation will be performed exclusively using the provided Docker container.