# ComputerVision **Repository Path**: smart-ice-box/computer-vision ## Basic Information - **Project Name**: ComputerVision - **Description**: 计算机视觉仓库。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-09-20 - **Last Updated**: 2022-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: 项目 ## README # ComputerVision ## 介绍 ### 计算机视觉仓库 ![收旧电冰箱 图标](others/pictures/废品回收.jpg) ### 目前包含如下[模型](src/image_classification/model_generator.py): -- 卷积神经网络RNN -- ResNet(待完成) ## 软件架构 * computer-vision(项目名) * others(存放图标等杂项文件) * src(代码) * Test(测试集) * Training(训练集) ## 安装教程 1. 克隆代码 ## 使用说明 1. 运行命令行`pip install -r requirement.txt`,安装依赖库 2. 运行[src/image_classification/machine_learning.py](src/image_classification/machine_learning.py) ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request ## 鸣谢 1. [Fruit-Images-Dataset 数据集](https://github.com/Horea94/Fruit-Images-Dataset)