Skip to content

Commit

Permalink
0.1.0.dev1 package name change [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukesh Mithrakumar committed Jan 1, 2019
1 parent 3a018d7 commit be21cbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ Pytorch implementation of U-Net
### For any questions and collaborations you can reach me via: [![LinkedIn](https://img.shields.io/badge/LinkedIn-blue.svg?logo=#0077B5)](https://www.linkedin.com/in/mukesh-mithrakumar/)

## (Work in Progress)

The __Goal__ of the project is to develop a generalizable model to assist in the evaluation of lesions
(e.g. benign and malignant tumors, multiple sclerosis and cysts) in CT and MRI scans for multiple organs.
The __Goal__ of the project is to develop an open source software package to assist radiologists in the evaluation of
lesions in CT and MRI scans for multiple organs.

Currently the code works for the ISBI Neuronal Stack Segmentation dataset.
See Future Works for upcoming updates
See upcoming updates for more info

### Folder Structure

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'torchvision']

setup(
name="rad_net",
name="radnet",
version="0.1.0",
author="Mukesh Mithrakumar",
author_email="mukesh.mithrakumar@jacks.sdstate.edu",
Expand Down

0 comments on commit be21cbb

Please sign in to comment.