Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyi-wu committed Aug 8, 2023
1 parent b55f06f commit 83af776
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The official code for "Towards Generalist Foundation Model for Radiology"

[Website](https://chaoyi-wu.github.io/RadFM/)

![]("https://github.com/chaoyi-wu/RadFM/tree/blob/main/Images/GIF.gif")
<img src="https://github.com/chaoyi-wu/RadFM/blob/main/Images/GIF.gif"/>

## Quick Start:
Download [Model checkpoint](https://huggingface.co/chaoyi-wu/RadFM) and check `./src/test.py` for how to generate text with our model.
Expand All @@ -18,10 +18,10 @@ Our pre-train code is given in ```./src/train.py```.
## Case Study:


<img src="https://github.com/chaoyi-wu/RadFM/tree/blob/main/Images/result_vqa.jpg"/>
<img src="https://github.com/chaoyi-wu/RadFM/tree/blob/main/Images/result_report_generation.jpg"/>
<img src="https://github.com/chaoyi-wu/RadFM/tree/blob/main/Images/result_report.jpg"/>
<img src="https://github.com/chaoyi-wu/RadFM/tree/blob/main/Images/result_rationale.jpg"/>
<img src="https://github.com/chaoyi-wu/RadFM/blob/main/Images/result_vqa.jpg"/>
<img src="https://github.com/chaoyi-wu/RadFM/blob/main/Images/result_report_generation.jpg"/>
<img src="https://github.com/chaoyi-wu/RadFM/blob/main/Images/result_report.jpg"/>
<img src="https://github.com/chaoyi-wu/RadFM/blob/main/Images/result_rationale.jpg"/>

## To-do List:
- Polish the code for easier usage.
Expand Down

0 comments on commit 83af776

Please sign in to comment.