To train the models, we use the run_train.py CLI script. The script supports various arguments. See the training/README.md file for more information, along with the hyperparameters used in the paper.
. ├─ src/ │ ├─ datasets.py # Dataset Function │ ├─ models.py # model factory (HF + DeepLabV3+) │ ├─ eval_EIDSeg.py # CLI evaluation entry │ └─ train_EIDSeg.py # CLI training entry point (all models) ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results