Skip to content

Add Image to TransCheX Tutorial #490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 3d_segmentation/brats_segmentation_3d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -899,7 +899,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.7.10"
}
},
"nbformat": 4,
Expand Down
Binary file added figures/openi_sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"License: Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)\n",
"\n",
"An example of images and corresponding reports in Open-I dataset is presented as follows [2]:\n",
"![image](https://lh3.googleusercontent.com/bmqrTg0oKbfuwced1SiNdZruqbex_srBbJ9p4nmceAfZaf0FFkl9pzc9UUFP3-6AxxxWDaWbLXfmev5E6_0RmEzd0rLQ1NciF7PTzOkbUcRTJIUKgcpxKZsYnw3L17ATvIFBD47xSIWWiCD28vWBVN1k72P2UPorK1GQJUFEbmDAfGn0XRM2rzwB29SXB2hEtQmbWbe4u4msvcX4spx2rEH-6Qrd-iQRMyDAhq0lstRYBvxtu7ZLRrwtj_P5FQRKeW0hEFqTCQZvKmC75FKoUiltHDfsAl2mig2nsUH0KDBc3atPn9lSBGBFOXsHZdsqw4Q86sXz0roz1vKQWJWcSG7l5YqmPoz5KGrspIs5OJ7QxVvVSmmbe8ctk-T7eBoz3juZ3ux5QhYT2C1BYxGVutLh017FAskyZ1on4BkDTlkLrKSUpbU5la9IrugKM_lAso_cM2ALWb07n-yjsYUJL55oyJBMLCRXyIIutrQSGJW0RwM5LBIgwyklV9P_bRF3_w36hoqtHFNbzN5zrW-RAeJS2nCTYOElmRhzbdl4CwbgVUuStEm66vfUhwtWBMgybyQKb3WVTx69FcgnNC7tuDiPHpU3UuDlNXjKkuh35kxNcbJGYh8ZTY3jmoiVd_nrN9Yh5scCaxxdMtNRgxMWaGFoj7Dl3enBM2wR2FNotZ10smre6F7acOfKSYceAvQXWCzSnZ_C5PJ1szrEFa6v3wn4=w805-h556-no?authuser=0)\n",
"![image](../../figures/openi_sample.png)\n",
"\n",
"In this tutorial, we use the TransCheX model with 2 layers for each of vision, language mixed modality encoders respectively. As an input to the TransCheX, we use the patient **report** and corresponding **chest X-ray image**. The image itself will be divided into non-overlapping patches with a specified patch resolution and projected into an embedding space. Similarly the reports are tokenized and projected into their respective embedding space. The language and vision encoders seperately encode their respective features from the projected embeddings in each modality. Furthmore, the output of vision and language encoders are fed into a mixed modality encoder which extraxts mutual information. The output of the mixed modality encoder is then utilized for the classification application. \n",
"\n",
Expand Down