-
Notifications
You must be signed in to change notification settings - Fork 14
small updates to Colab demo #81
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
Conversation
Thanks @MMathisLab ! I will have a look and merge soon. |
notebooks/Colab_inference_demo.ipynb
Outdated
}, | ||
"source": [ | ||
"<a href=\"https://colab.research.google.com/github/AdaptiveMotorControlLab/CellSeg3d/blob/main/notebooks/colab_inference_demo.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" | ||
"<a href=\"https://colab.research.google.com/github/MMathisLab/CellSeg3d/blob/main/notebooks/Colab_inference_demo.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just make sure the URL is not a problem before merging, we might have to change it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
def. can change, agree
"# @title Load demo image and inference configuration\n", | ||
"#@markdown This cell loads a demo image and load the inference configuration.\n", | ||
"demo_image_path = \"./CellSeg3D/examples/c5image.tif\n", | ||
"demo_image_path = \"/content/CellSeg3D/examples/c5image.tif\"\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll check again before merging
All good, merging now, thanks again @MMathisLab (and sorry for the delay) |

-remove unnecessary descriptions; as it takes up horizontal space in Colab and reduces the visibility of the code.