1 Star 2 Fork 1

oour/基于Pytorch的CNN垃圾分类系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
terminal.py 977 Bytes
一键复制 编辑 原始数据 按行查看 历史
# 训练
# python tools/train.py models/resnet/resnet50.py
# 评估单张图片
'''
python tools/single_test.py C:\Users\86132\Desktop\P40513-163253.jpg E:/$pycharmproj/ML2/logs/EfficientNetV2/2024-04-15-09-44-25/efficientnetv2_b2.py
python tools/single_test.py C:\Users\86132\Desktop\P40514-101019.jpg E:/$pycharmproj/ML2/logs/EfficientNetV2/2024-04-15-09-44-25/efficientnetv2_b2.py
python tools/single_test.py C:\Users\86132\Desktop\P40514-153643.jpg E:/$pycharmproj/ML2/logs/EfficientNetV2/2024-04-15-09-44-25/efficientnetv2_b2.py
python tools/single_test.py C:\Users\86132\Desktop\P40514-153341.jpg E:/$pycharmproj/ML2/logs/EfficientNetV2/2024-04-15-09-44-25/efficientnetv2_b2.py
'''
# 批量评估图片
# python tools/batch_test.py datasets/test/trash logs/EfficientNetV2/2024-04-15-09-44-25/efficientnetv2_b2.py --show --save-path biaoqian
# 模型评估
# python tools/evaluation.py logs/SwinTransformerV2/2024-04-15-21-36-04/tiny_256.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/oour/cnn-pytorch-garbage-classification.git
git@gitee.com:oour/cnn-pytorch-garbage-classification.git
oour
cnn-pytorch-garbage-classification
基于Pytorch的CNN垃圾分类系统
master

搜索帮助