kdha0727 / LCAI2021

Larynx Benign Tumor and Cancer Segmentation: L.C.A.I. 2021 (우수상)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LARYNX CANCER SEGMENTATION

Participants

image


How to run

1. install requirements

$ pip install -r requirements.txt

2. preprocess your files

xml to png mask

$ python pre_processing.py \                                 
--root_folder "path/to/your/unzipped/archive" \
--destination_folder "./data_processed"

3. run test scripts

Preprocessed

$ python test.py --data_path "./data_processed/test_set_for_LCAI"

Original

$ python test.py --data_path "path/to/your/unzipped/archive/test_set_for_LCAI"

Classification Result

confusion matrix


About

Larynx Benign Tumor and Cancer Segmentation: L.C.A.I. 2021 (우수상)


Languages

Language:Python 100.0%