https://github.com/soumyac1999/cell-segmentation
Course Project for Medical Image Computing(CS 736), Spring 2019, IIT Bombay. Cell Segmentation using U-Net. PyTorch implementation.
https://github.com/soumyac1999/cell-segmentation
Last synced: 4 months ago
JSON representation
Course Project for Medical Image Computing(CS 736), Spring 2019, IIT Bombay. Cell Segmentation using U-Net. PyTorch implementation.
- Host: GitHub
- URL: https://github.com/soumyac1999/cell-segmentation
- Owner: soumyac1999
- Created: 2019-08-05T17:57:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T08:19:06.000Z (over 3 years ago)
- Last Synced: 2024-12-30T21:41:44.842Z (6 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 394 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cell segmentation using U-Net.
### Course Project for Medical Image Computing(CS 736), Spring 2019, IIT Bombay.
This is a PyTorch implementation of the [U-Net: Convolutional Networks for Biomedical Image Segmentation](https://arxiv.org/abs/1505.04597) paper.