-
Notifications
You must be signed in to change notification settings - Fork 28
Upgrade ViT image segmentation tutorial for JAX AI Stack #194
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
base: main
Are you sure you want to change the base?
Conversation
@jakevdp Added more updates. Will sync with IPYNB. |
@jakevdp PTAL |
"image": img, | ||
"mask": mask, | ||
} | ||
def __init__(self, path: Path): |
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.
Are these tab indents? We should indent with spaces.
@@ -68,7 +93,7 @@ Let's download the data and extract images and masks. | |||
!ls /tmp/data/oxford_pets | |||
``` | |||
|
|||
We can also inspect the downloaded images folder, listing a subset of these files: | |||
We can nspect the `images` folder, listing a subset of these files: |
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.
Typo: inspect
|
||
## Prepare image segmentation dataset and dataloaders | ||
The image above show the UNETR architecture for processing 3D inputs, but it can be adapted to 2D inputs. |
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.
Typo: shows
No description provided.