Datasets:

Modalities:
Image
ArXiv:
MedHK23 commited on
Commit
7d91c63
·
1 Parent(s): a0c881b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -45,13 +45,13 @@ it contains id, "label, location1 & location2", subject_id, study_id, dicom_id.
45
  it contains id, "label1 && label2", subject_id, study_id, dicom_id.
46
  - **CXR-AL14:**
47
  - CXR_AL14_localization_xxx.tsv: is used for locatization and classification tasks. For each row,
48
- it contains id, label, "x1,y1,x2,y2", subject_id, study_id, dicom_id.
49
  - **VinDr-CXR:**
50
  - VinDr_CXR_localization_xxx.tsv: is used for locatization and classification tasks. For each row,
51
- it contains id, label, "x1,y1,x2,y2", subject_id, study_id, dicom_id.
52
  - **ChestX-Det:**
53
  - ChestX_Det_localization_xxx.tsv: is used for locatization and classification tasks. For each row,
54
- it contains id, label, "x1,y1,x2,y2", subject_id, study_id, dicom_id.
55
  - **CheXmask:**
56
  - CheXmask_segmentation_xxx.tsv: is used for segmentation task. For each row,
57
  it contains id, label, "x1,y1,x2,y2, ..., x30, y30", subject_id, study_id, dicom_id.
@@ -60,5 +60,5 @@ it contains id, label, "x1,y1,x2,y2, ..., x30, y30", subject_id, study_id, dicom
60
  it contains id, label, "x1,y1,x2,y2, ..., x30, y30", subject_id, study_id, dicom_id.
61
 
62
  ## Dataset Use
63
- - df = pd.read_csv(f, sep='\t', header=None)
64
 
 
45
  it contains id, "label1 && label2", subject_id, study_id, dicom_id.
46
  - **CXR-AL14:**
47
  - CXR_AL14_localization_xxx.tsv: is used for locatization and classification tasks. For each row,
48
+ it contains id, label, "x1,y1,x2,y2", image_id.
49
  - **VinDr-CXR:**
50
  - VinDr_CXR_localization_xxx.tsv: is used for locatization and classification tasks. For each row,
51
+ it contains id, label, "x1,y1,x2,y2", image_id.
52
  - **ChestX-Det:**
53
  - ChestX_Det_localization_xxx.tsv: is used for locatization and classification tasks. For each row,
54
+ it contains id, label, "x1,y1,x2,y2", image_id.
55
  - **CheXmask:**
56
  - CheXmask_segmentation_xxx.tsv: is used for segmentation task. For each row,
57
  it contains id, label, "x1,y1,x2,y2, ..., x30, y30", subject_id, study_id, dicom_id.
 
60
  it contains id, label, "x1,y1,x2,y2, ..., x30, y30", subject_id, study_id, dicom_id.
61
 
62
  ## Dataset Use
63
+ - Please run data_prepare.py, which constructs a training batch for all tasks. Each row should contain the following: id, instruction, label, image_id, and task_type.
64