# Machine Learning - Image Segmentation
Per pixel image segmentation using machine learning algorithms. Programmed using the following libraries: Scikit-Learn, Scikit-Image OpenCV, and Mahotas and ProgressBar. Compatible with Python 2.7+ and 3.X.
### Feature vector
Spectral:
* Red
* Green
* Blue
Texture:
* Local binary pattern
Haralick (Co-occurance matrix) features (Also texture):
* Angular second moment
* Contrast
* Correlation
* Sum of Square: variance
* Inverse difference moment
* Sum average
* Sum variance
* Sum entropy
* Entropy
### Supported Learners
* Support Vector Machine
* Random Forest
* Gradient Boosting Classifier
### Example Usage
python train.py -i <path_to_image_folder> -l <path/to/label/folder> -c <SVM, RF, GBC> -o <path/to/model.p>
python inference.py -i <path_to_image_folder> -m <path/to/model.p> -o <path/to/output/folder>
python evaluation.py -i <path/to/test/images> -g <path/to/ground/truth/images> [-m]
### Example Output
![Example Output](pots/image_small.png)
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
机器学习语义分割-随机森林,支持向量机,GBC Machine learning semantic segmentation - Random Forest, SVM, GBC.zip (31个子文件)
code_resource_010
evaluation.py 6KB
.DS_Store 10KB
inference.py 2KB
requirements.txt 51B
.gitignore 28B
train.py 7KB
README.md 1015B
pots
.DS_Store 8KB
image.png 2.48MB
image_small.png 804KB
labels
.DS_Store 6KB
store
pots_block_2_27.png 12KB
.DS_Store 6KB
pots_block_2_28.png 14KB
pots_block_3_14.png 13KB
pots_small.png 2KB
images
.DS_Store 6KB
store
.DS_Store 6KB
pots_block_2_27.jpg 165KB
pots_block_2_27_rgd.jpg 178KB
pots_block_2_28.jpg 170KB
pots_block_2_28_rgd.jpg 186KB
pots_block_3_14.jpg 184KB
pots_block_3_14_rgd.jpg 194KB
pots_small.jpg 8KB
outputs
.DS_Store 6KB
store
.DS_Store 6KB
pots_block_2_27.jpg 126KB
pots_block_2_28.jpg 113KB
pots_block_3_14.jpg 128KB
pots_small.jpg 9KB
共 31 条
- 1
资源评论
LeapMay
- 粉丝: 5w+
- 资源: 2303
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功