Skip to content

trainyolo/segment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Segmentation Library

Install

Clone github repo and install the necessary requirements

git clone https://github.com/trainyolo/segment
cd segment
pip install -r requirements.txt

Train

python train.py --dataset_path /path/to/dataset

Predict

python predict.py --source input.jpg   --weights /path/to/best_miou_model.pt
                           path/
                           path/*.jpg

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages