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?