First-time PUMA Challenge Participant: Docker Submission Questions ¶
By: aia_wt on Feb. 25, 2025, 2:01 p.m.
Hi everyone!
As a first-time participant in a Docker-based competition like PUMA, I still have some questions about submitting my algorithm via Docker:
Do I need to clone all official GitHub repos (PUMA Challenge Evaluation - Track 1, PUMA Challenge Evaluation - Track 2, PUMA Challenge Baseline - Track 1, PUMA Challenge Baseline - Track 2), run their Docker containers on my server, then replace the checkpoints with my own trained models and modify the Dockerfile?
Even if my model architecture is different from the official baseline (e.g., not HoverNet/nnUNet), must I still base my submission on the official Dockerfile?
Is this workflow feasible for a Docker beginner? Any advice to simplify the process?
Thank you for your help!