Skip to content

KBismark/segment-human

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of YOLO and UNET for human segmentation tasks

Human segmentation is a computer vision task that isolates human figures from complex backgrounds, ranging from easy, centered figures to occluded figures in unfavorable environments, including poor lighting. It is an active and challenging research field with diverse applications and approaches toward perfect, or near-perfect, human segmentation. Some of these approaches are generally applied across different domains, and as solutions for segmenting objects other than humans. Many of them achieve impressive results on their object of concern.

In this experiments, I took ideas from existing literature on how segmentation task was approached and apply it to segmenting human figures in images. The algorithms and implementations may not exactly match what's suggested in the literature; they're inspired by it.

Datasets

All datasets contain RGB images with pixel-level binary human segmentation masks.

Model Tested

Sample Results

YOLO26 + UNET
YOLO26 + UNET Sample

Results

See results for sample results on images and comparison tables across models and datasets.

About

Implementation and evaluation of segmentation models from literature on human segmentation tasks

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages