Should lower and upper models be separately trained?

Should lower and upper models be separately trained?  

  By: vvvsice on June 20, 2022, 11:33 a.m.

Since there're upper jaws and also lower jaws of the same patient, so I'm wondering about the training method, should we separately train two models or should we train one model that can process both lower and upper jaws. I think that depends on the testing procedure, if we can get access to the "lower" or "upper" label for the input object, then separate training should be a better choice.

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

Re: Should lower and upper models be separately trained?  

  By: achraf.ben-hamadou on July 1, 2022, 1:37 p.m.

Hi,

Yes, you will get access to the information about the jaw (uppper/lower). You can check the code base (process.py) we pushed to the github of the challenge. https://github.com/abenhamadou/3DTeethSeg22_challenge

Best regards