Spaces:
Running
Running
Vemund Fredriksen
commited on
Update README.md
Browse filesUpdate with images
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
# Automatic lung tumor segmentation
|
2 |
This repository offers a proof of concept release of an automatic lung tumor segmentation method given a CT scan. Pre-trained weights are available for anyone to use. The repository structure is inspired by [Johannes Hofmanninger's lungmask repo](https://github.com/JoHof/lungmask), and part of the preprocessing pipeline is based on his lungmask release.
|
3 |
|
|
|
|
|
|
|
4 |
## Dependencies
|
5 |
In addition to the python packages specified in requirements.txt, [PyTorch](https://pytorch.org/get-started/locally/) and [Hofmanninger's lungmask](https://github.com/JoHof/lungmask) must be installed.
|
6 |
|
|
|
1 |
# Automatic lung tumor segmentation
|
2 |
This repository offers a proof of concept release of an automatic lung tumor segmentation method given a CT scan. Pre-trained weights are available for anyone to use. The repository structure is inspired by [Johannes Hofmanninger's lungmask repo](https://github.com/JoHof/lungmask), and part of the preprocessing pipeline is based on his lungmask release.
|
3 |
|
4 |
+

|
5 |
+

|
6 |
+
|
7 |
## Dependencies
|
8 |
In addition to the python packages specified in requirements.txt, [PyTorch](https://pytorch.org/get-started/locally/) and [Hofmanninger's lungmask](https://github.com/JoHof/lungmask) must be installed.
|
9 |
|