Skip to content

A simple U-Net implementation for custom dataset. Just create required folders and place the images and then start training.

Notifications You must be signed in to change notification settings

sainatarajan/U-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U-Net

A simple U-Net implementation.

To run the U-Net:

  1. Create a folder data in the same directory as other files.
  2. Create folders npydata, results, train and test inside data folder.
  3. Create folders images and labels inside both the train and test folders. All images must of type jpg.
  4. Place your training images and their labels(mask) inside ./data/train/images and ./data/train/labels and place your testing images under ./data/test/images. Make sure that all the resolution of your images are a multiple of 32. Like 640x960 or 512x512.
  5. Run python data.py
  6. Run python unet.py and wait for the training to happen. Once complete, your results will be placed under ./data/results.

About

A simple U-Net implementation for custom dataset. Just create required folders and place the images and then start training.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages