文件结构: ├── model.py: ResNet模型搭建 ├── train.py: 训练脚本 ├── predict.py: 单张图像预测脚本 └── batch_predict.py: 批量图像预测脚本