Skip to content

Ref segmentations #84

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

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.nfs*
.DS_Store
._.DS_Store
**.pyc
**.pyt
*.png
.ipynb_checkpoints
.vscode
.bash_history
Expand Down
2 changes: 1 addition & 1 deletion examples/latent_variation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/loading_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down
1,380 changes: 1,342 additions & 38 deletions examples/paper_plos_2020/1_model_compare_2D.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/paper_plos_2020/2_model_compare_3D.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down
107 changes: 96 additions & 11 deletions examples/paper_plos_2020/3_ELBO_demo 3D_single_channel.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/paper_plos_2020/4_ELBO_ablation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down
662 changes: 568 additions & 94 deletions examples/paper_plos_2020/5_drug_embedding.ipynb

Large diffs are not rendered by default.

184 changes: 161 additions & 23 deletions examples/paper_plos_2020/6_3D_cell_mage_printing.ipynb

Large diffs are not rendered by default.

737 changes: 737 additions & 0 deletions examples/paper_plos_2020/6b_3D_cell_image_printing_all.ipynb

Large diffs are not rendered by default.

Loading