For example, if you want to train our lightweight model ESDNet on UHDM dataset, run: python train.py --config ./config/uhdm_config.yaml Test To test a model, you can also simply run: python test.py --config CONFIG.yaml where you need to specify the value ofTEST_EPOCHin theCONFIG...