/NYCU_VRDL_FinalProject

This is final project of VRDL, we challenged RSNA Pneumonia Detection

Primary LanguagePython

NYCU_VRDL_FinalProject

This is final project of VRDL, we challenged RSNA Pneumonia Detection

| coco_trans.py generate coco json for mmdetection

| yolo_label.py generate label .txt for yolov5

| dcm_to_png.py transform .dcm to .png

| requirements.txt all the dependencies

| data download data and put it in here

installation

install all the dependencies pip install -r requirements.txt

data preparation

First, run python dcm_to_png.py for preparing .png imgs

if you want to use yolov5:

Run python yolo_label.py for preparing yolo txt

if you want to use mmdetection:

Run python coco_trans.py for preparing coco json