Skip to content

zhengshoujian/darknet-yolo-segmentation

Repository files navigation

darknet-yolo-segmentation

This project is based on darknet to get image segmentation

1、"make -j8"
-----compile the source code

2、"./darknet segmenter train the/path/to/cfg/data the/paht/to/cfg/file the/path/to/weights/files"
------train on your own data

3、"./darknet segmenter test the/path/to/cfg/data the/path/to/cfg/file the/path/to/weights/files the/path/to/image "
------test your trained network

4、 "python ./scripts/get_mask.py"
-----this python script is to get mask

The test video is here:https://youtu.be/IWgyoBr6CZI

input image: Image text binary image: Image text output image: Image text

About

This project is based on darknet to get image segmentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages