Switch to unified view

a/README.md b/README.md
...
...
39
39
40
## SegNet
40
## SegNet
41
41
42
We use [SegNet](http://mi.eng.cam.ac.uk/projects/segnet/) as one of our base networks to conduct segmentation. We feed our annotated training data and train the network end-to-end, and evaluate it on our annotated testing data. 
42
We use [SegNet](http://mi.eng.cam.ac.uk/projects/segnet/) as one of our base networks to conduct segmentation. We feed our annotated training data and train the network end-to-end, and evaluate it on our annotated testing data. 
43
43
44
![segnet](./doc/segnet.jpg)
44
![segnet](https://github.com/kaiwenzha/3D-Teeth-Reconstruction-from-CT-Scans/blob/master/doc/segnet.jpg?raw=true)
45
45
46
### Dependencies
46
### Dependencies
47
47
48
- Python 3.6
48
- Python 3.6
49
- TensorFlow 1.5.0
49
- TensorFlow 1.5.0