Views
No views yet
python bin/train.py config/classification/<dataset_name>/gloria.ymlpython mmsegmentation/tools/train.py config/benchmark/<dataset_name>/gloria.ymlpython bin/train.py config/report_generation/<dataset_name>/gloria.yml# For classification and report generation
python bin/test.py config/<task_name>/<dataset_name>/gloria.yml validator.splits=[test] ckpt_dir=<path_to_checkpoint>
# For segmentation
python mmsegmentation/tools/my_test.py mmsegmentation/config/<dataset_name>/gloria.yml <path_to_checkpoint>1@inproceedings{huang2021gloria,
2 title={GLoRIA: A Multimodal Global-Local Representation Learning Framework for Label-Efficient Medical Image Recognition},
3 author={Huang, Shih-Cheng and Shen, Liyue and Lungren, Matthew P and Yeung, Serena},
4 booktitle={Proceedings of ICCV},
5 pages={3942--3951},
6 year={2021}
7}1@inproceedings{zhou2024benchx,
2 title={BenchX: A Unified Benchmark Framework for Medical Vision-Language Pretraining on Chest X-Rays},
3 author={Yang Zhou, Tan Li Hui Faith, Yanyu Xu, Sicong Leng, Xinxing Xu, Yong Liu, Rick Siow Mong Goh},
4 booktitle={Proceedings of NeurIPS},
5 year={2024}
6}