Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.12 KB

Radio Tiramisu

Semantic segmentation of radio maps with the Tiramisu model.

Open in Spaces Paper

image

Usage

Training

Train the model on your FITS data by running the train.py script. The list of image paths needs to be specified by a text file where each line is a relative image path and the root data folder from which to look for files.

python train.py --dataset {PATH_TO_TXT_FILE} --data_dir {PATH_TO_DATA_DIR} --resume {PRETRAINED_WEIGHTS} --n_classes {N_CLASSES} --run-name {RUN_NAME} 

Inference

To perform inference, run the streamlit file by running

python run app.py