An open API service indexing awesome lists of open source software.

https://github.com/chgl16/image-classification

:volcano: 基于CNN的海贼王人物图像多分类,包含数据集爬虫,数据集处理,模型保存,图表输出,批量测试等,通用模型模板
https://github.com/chgl16/image-classification

cnn-classification image-classification

Last synced: 11 months ago
JSON representation

:volcano: 基于CNN的海贼王人物图像多分类,包含数据集爬虫,数据集处理,模型保存,图表输出,批量测试等,通用模型模板

Awesome Lists containing this project

README

          

# 基于CNN的海贼王人物图像多分类

图片


1. [根据关键字爬取数据集](code/data-crawling/)
2. [数据集处理](code/data-processing/)
3. [训练的数据集](https://github.com/chgl16/image-classification/tree/dataset)
4. [CNN实现代码](code/cnn/)
5. [保存生成模型](https://github.com/chgl16/image-classification/tree/model)
6. [测试集批量测试](code/batch-test/)
7. [结果曲线图](result/curve.png)