https://github.com/I2Cvb/prostate
Repository associated with our development for prostate cancer.
https://github.com/I2Cvb/prostate
Last synced: 3 months ago
JSON representation
Repository associated with our development for prostate cancer.
- Host: GitHub
- URL: https://github.com/I2Cvb/prostate
- Owner: I2Cvb
- License: mit
- Created: 2015-08-25T10:54:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T16:11:48.000Z (almost 9 years ago)
- Last Synced: 2024-08-05T10:08:30.714Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 64.7 MB
- Stars: 7
- Watchers: 5
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ai-cancer - I2Cvb/prostate - Prostate cancer research repository from the Initiative for Collaborative Computer Vision Benchmarking (Code / Repositories)
README
Prostate cancer research
========================Folder structure
----------------```
.
|-- bin # Folder where the C++ binary will be created
|-- build # Folder that should be created to properly build the C++ tools
|-- cmake # Folder containing the cmake information to properly compiled
|-- data # Folder containing the data
|-- doc # Folder containing the documentation
|-- notebook # Folder containing notebooks with ideas
|-- pipeline # Folder with the different pipeline
|-- publications # Folder with the corresponding publications
|-- results # Folder with the results
|-- script # Folder containing the script which should call files of the pipeline
|-- src # Folder containing the source code developed for that application
|-- third-party # Folder containing the third-party application
|-- LICENSE.md # Licensing information
|-- README.md # This file
`-- CMakeLists.txt # File in order to build the C++ tools
````