Skip to content

Commit

Permalink
add: sample visualization in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Jan 16, 2024
1 parent 34d9410 commit 198c65c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions colabs/monai/3d_brain_tumor_segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The data appears to us in an interactive tabular format. Let us write [Weave queries](https://docs.wandb.ai/guides/weave) to filter the data on our table and focus on one particular row.\n",
"The data appears to us on our W&B dashboard in an interactive tabular format. We can see each channel of a particular slice from a data volume overlayed with the respective segmentation mask in each row. Let us write [Weave queries](https://docs.wandb.ai/guides/weave) to filter the data on our table and focus on one particular row.\n",
"\n",
"![](./assets/viz-1.gif)"
"![](./assets/viz-1.gif)\n",
"\n",
"Let us now open an image and check how we can interact with each of the segmentation masks using the interactive overlay.\n",
"\n",
"![](./assets/viz-2.gif)\n",
"\n",
"**Note:** The labels in the dataset consist of non-overlapping masks across classes, hence, they were logged as separate masks in the overlay."
]
},
{
Expand Down
Binary file added colabs/monai/assets/viz-2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 198c65c

Please sign in to comment.