Skip to content

KBismark/segment-human

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation and evaluation of segmentation models from literature on 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 my experiments, I take ideas from existing literature on how segmentation tasks were approached, whether for humans or other objects, and apply them to segmenting human figures in images. I also combine some of these ideas to form new approaches and test the resulting hypotheses. I look into how these various methods perform will perform in real world.

The results are not state of the art. The algorithms and implementations may not exactly match what's suggested in the literature; they're inspired by it, not a strict reproduction.

Datasets

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

Models 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

Watchers

Forks

Contributors

Languages