Hello, I submitted my Docker container for Task2 Test Phase, but I encountered the following error during test inference: ``` Running 5-fold ensemble test inference using device: cuda Predictions will be saved to: /output Scanning input directory: /input Found 1 entries in /input: ['LF'] No valid dataset found! Exiting. ``` According to the documentation, the /input directory should directly contain files such as LISA_TESTING_0001_CISO.nii.gz, LISA_TESTING_0002_CISO.nii.gz, etc. However, the log shows that /input contains only a single entry named 'LF', which suggests the actual test files may be nested inside a subdirectory (e.g., /input/LF/) rather than placed directly under /input. Could you please clarify the exact directory structure that our container should expect at runtime? Specifically: 1. Are the test files located directly under /input, or inside a subdirectory such as /input/LF/? 2. If there is a subdirectory, what does 'LF' refer to, and is this naming consistent across all test cases? Thank you for your help. Best regards, SungchulOn

Created by Sungchul On SungchulOn
Hi @SungchulOn, You should have received the accepted submission email by now. Best, The LISA 2026 Challenge Organizers

Question about /input directory structure for test inference page is loading…