Skip to content

maxmo2009/MedicalImageStartup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MedicalImageStartup


  1. Transfer your data set in the following format: save images and labels in different folders in .jpg or .png files with a incremental digit as the index. For example:

data\

--1.jpg

--2.jpg

...

label\

--1_label.jpg

--2_label.jpg

...

  1. Use training_fcn.py to train your model after you transfer the dataset. Change the path in line 17 in training_fcn.py to the folder you store your lable and images. Then, you should be able to run the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages