https://github.com/jongfeel/braintumorpredictviewer
https://github.com/jongfeel/braintumorpredictviewer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jongfeel/braintumorpredictviewer
- Owner: jongfeel
- License: mit
- Created: 2018-06-03T13:47:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T11:36:21.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T17:06:21.968Z (over 1 year ago)
- Language: C#
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BrainTumorPredictViewer
## Overview
- TensorFlow를 사용한 뇌종양 예측 프로그램의 시각화
## Role
- 정재우: 기존 만들어 둔 뇌종양 예측 코드 및 테스트 이미지 준비
- 김종필: python 파일의 실행 및 테스트 이미지 및 실행 결과 폴더에 대한 Viewer 준비
## To do
- python 실행 결과 log 출력
- mha -> png 변환 작업을 위한 folder select UI
## Development Environment
### Python & Anaconda & TensorFlow
#### Anaconda 5.2 with Python 3.5.5
- Download link[https://www.anaconda.com/download/](https://www.anaconda.com/download/)
#### Install TensorFlow 1.8.0
``` python
> pip install tensorflow
```
``` python
> python
> import tensorflow as tf
> tf.__version__
'1.8.0'
```
#### Activate tensorflow
``` python
(base)> activate tensorflow
(tensorflow)>
```
#### pip check and upgrade 10.0.1
``` python
> python -m pip install --upgrade pip
```
#### Install matplotlib
``` python
> pip install matplotlib
```
#### Install tensor
``` python
> pip install tensor
```
#### Install tensorlayer
``` python
> pip install tensorlayer
```
#### Install OpenCV
``` python
> pip install OpenCV-Python
```
### Visual Studio Community 2017
[https://www.visualstudio.com/downloads/](https://www.visualstudio.com/downloads/)
### .NET Desktop Environment
- WPF
- .NET Framework 4.7.1