Skip to content

Commit

Permalink
add PadChest test.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu.phan committed May 5, 2024
1 parent 5f0466c commit ea201b9
Show file tree
Hide file tree
Showing 4 changed files with 7,968 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Zero-shot_classification/configs/padchest_rare_mavl.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
test_file: '/data/VLM/data/PadChest/test.csv'
test_file: '../data/padchest/test.csv'
disease_book: 'observation explanation_padchest_rare.json'
# concept_book: '../Pretrain/concept_gen/gpt4_mimic_padchest_rare.json'
concept_book: '../Pretrain/concept_gen/gpt4_mimic_padchest_rare.json'

dataset: 'padchest'
root: '/data/VLM/data/PadChest/'
root: '/data/data/PadChest/'
model: 'mavl'
model_path: '../checkpoints/checkpoint_full_40.pth'

Expand Down
4 changes: 2 additions & 2 deletions Zero-shot_classification/configs/padchest_seen_mavl.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
test_file: '/data/VLM/data/PadChest/test.csv'
test_file: '../data/padchest/test.csv'
disease_book: 'observation explanation_padchest_rare.json'
concept_book: '../Pretrain/concept_gen/gpt4_mimic_padchest_rare.json'

dataset: 'padchest'
root: '/data/VLM/data/PadChest/'
root: '/data/data/PadChest/'
model: 'mavl'
model_path: '../checkpoints/checkpoint_37.pth'

Expand Down
4 changes: 2 additions & 2 deletions Zero-shot_classification/configs/padchest_unseen_mavl.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
test_file: '/data/VLM/data/PadChest/test.csv'
test_file: '../data/padchest/test.csv'
disease_book: 'observation explanation_padchest_rare.json'
# concept_book: '../Pretrain/concept_gen/gpt4_mimic_padchest_rare.json'
concept_book: '../Pretrain/concept_gen/gpt4_mimic_padchest_rare.json'

dataset: 'padchest'
root: '/data/VLM/data/PadChest/'
root: '/data/data/PadChest/'
model: 'mavl'
model_path: '../checkpoints/checkpoint_full_40.pth'

Expand Down
Loading

0 comments on commit ea201b9

Please sign in to comment.