# charger_classification **Repository Path**: pimath/charger_classification ## Basic Information - **Project Name**: charger_classification - **Description**: first commit - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-29 - **Last Updated**: 2022-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 文件结构: ``` ├── model.py: ResNet模型搭建 ├── train.py: 训练脚本 ├── predict.py: 单张图像预测脚本 └── batch_predict.py: 批量图像预测脚本 |__ test.py 对测试集进行测试 ```