Skip to content

Data-Driven-User-Analysis-Laboratory/Semantic-Segmentatioin-for-Teeth-X-ray-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic-segmentation-teeth-image

** Contributor
JongHwan Park : bomebug15@ds.seoultech.ac.kr (https://github.com/chromatices)

  • fcn result image
    fcn 2

  • deeplab result image
    deeplab 2

  • U net result image
    U_net 2

Using only 50 teeth image and 50 mask image, we can check process of training normally

There's three main files. Choose what use model you want

main.py => Using U-net model

fcn_main.py => Using fcn model

deeplab_main.py => Using deeplab model

  • each main files have 6 args parsers

mode

optim

loss-function

epochs

tricks

train/validation batches

example

$ python main.py --epoch 30 loss-function bce

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages