Skip to content

cchoi1/svm

Repository files navigation

Using an SVM to Perform Image Segmentation

Supported Learners

  • Support Vector Machine

Example Usage

python3 train.py -i hands/images -l hands/labels -c SVM -o model.p

python3 inference.py -i hands/images -m model.p -o hands/outputs

python3 evaluation.py -i hands/outputs -g hands/labels

Example Input Output

Example Input

Source

The project code base was taken from https://github.com/dgriffiths3/ml_segmentation and then modified to work for our final project needs.

About

SVM Hand Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages