Skip to content

kappazeta/AMS_IAD

Repository files navigation

AMS: Ineligble Area Detection (IAD)

AMS: Ineligible Area Detection

Requirements

cm_fit conda environment is used. Also, segemntation_models library (https://segmentation-models.readthedocs.io/en/latest/install.html) is needed:

pip install segmentation-models

Dataset

You can download data here: https://drive.google.com/drive/folders/11KUJ0K6Pts02HGe2bqAjBhjFp8JuHVLQ?usp=sharing

Training

You can create config file in config folder. To train, use the following command:

python pipeline.py --cfg config/train_0703.json --train

Predicting

To predict, use the following command. It will create some eaxmple outputs in the predicted_examples directory.

python pipeline.py --cfg config/train_0703.json --predict

Reproducing results

Basically, using config train_0703.json will give you the final results.

About

AMS: Ineligible Area Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages