Skip to content

Tugrulfg/Image-Segmentation-With-UNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

U-Net-Implementation

U-Net implementation for body segmentation.

Unprocessed Original Dataset

I get the masks from coordinates of polygons and applied data augmentation. Both images and masks are resized to (256,256). Image shape is (256,256,3), mask shape is (256,256,1). Later images are normalized. TFRecord datasets are shuffled and batched with 32. At the end, I compressed the TFRecord files.

Releases

No releases published

Packages

No packages published