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的海贼王人物图像多分类,包含数据集爬虫,数据集处理,模型保存,图表输出,批量测试等,通用模型模板
- Host: GitHub
- URL: https://github.com/chgl16/image-classification
- Owner: chgl16
- Created: 2019-06-16T07:54:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T15:38:09.000Z (about 7 years ago)
- Last Synced: 2025-04-20T19:37:21.323Z (about 1 year ago)
- Topics: cnn-classification, image-classification
- Language: Python
- Homepage:
- Size: 150 MB
- Stars: 31
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)