Questions about the output format

Questions about the output format  

  By: vvvsice on July 4, 2022, 6:15 a.m.

Hi, thanks for your provided script of submission, and I'm a little confused of the output format. In process.py, it seems that it tries to predict labels for all teeth iteratively and write them into one single file, however in the example snippets, it seems that the each mesh should have one corresponding output json file. So can I take meshes like "id_jaw.obj" in the "/input" directory as input, and output corresponding "id_jaw.json" file for each mesh in the "/output" directory?

 Last edited by: vvvsice on Aug. 15, 2023, 12:56 p.m., edited 1 time in total.

Re: Questions about the output format  

  By: achraf.ben-hamadou on July 4, 2022, 11:40 a.m.

Hi,

We have made a push to the code base to include more explanations and make things more clear.

Actually, grand-challenge runs the prediction process with only one file in /input and repeat that for all samples, but each time there is only one file available in /input. Each process outputs only one file in /output related to the obj file in /input for the current run. So no need to iterate on files in your code.

Please let me know if it is still unclear.

Best regards