Skip to content

aleksandarilic95/torso-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torso-detection

Skin color classification model trained on FairFace dataset. Download the dataset and place it in the folder data/fairface

To train the network, run:

python3 train.py --config config/base.yaml

To inference a single image, run:

python3 inference.py --config config/base.yaml --model-path /path/to/model.pt --image-path samples/test1.jpg

Inference results will be saved to inference/

Pretrained model: model.pt

Examples: test1.jpg test2.jpg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages