Views
No views yet
python mmsegmentation/tools/train.py config/benchmark/<dataset_name>/ptunifier.ymlpython bin/train.py config/report_generation/<dataset_name>/ptunifier.yml# For classification and report generation
python bin/test.py config/<task_name>/<dataset_name>/PTUnifier.yml validator.splits=[test] ckpt_dir=<path_to_checkpoint>
# For segmentation
python mmsegmentation/tools/my_test.py mmsegmentation/config/<dataset_name>/ptunifier.yml <path_to_checkpoint>1@inproceedings{chen2023towards,
2 title={Towards Unifying Medical Vision-and-Language Pre-training via Soft Prompts},
3 author={Chen, Zhihong and Diao, Shizhe and Wang, Benyou and Li, Guanbin and Wan, Xiang},
4 booktitle={Proceedings of ICCV},
5 pages={23403--23413},
6 year={2023},
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}