├── Messagebox.py ├── README.md ├── ResNet18.py ├── Voice Announcements.py ├── __pycache__ ├── ResNet18.cpython-37.pyc ├── add.cpython-37.pyc ├── addimage.cpython-37.pyc ├── interface.cpython-37.pyc └── source_rc.cpython-37.pyc ├── add.py ├── add.ui ├── addimage.py ├── addimage.ui ├── audio.mp3 ├── features_pic ├── f1_conv1.png ├── f2_layer1.png ├── f3_layer2.png ├── f4_layer3.png ├── f5_layer4_1.png ├── f5_layer4_2.png ├── f6_avgpool.png └── f7_fc.png ├── garbage classification.py ├── img ├── Acc_0.001.png ├── Acc_0.01.png ├── Acc_0.1.png ├── Loss_0.001.png ├── Loss_0.01.png ├── Loss_0.1.png ├── f1_conv1.png ├── f2_layer1.png ├── f3_layer2.png ├── f4_layer3.png ├── f5_layer4.png ├── f6_avgpool.png ├── f7_fc.png ├── harm-before.png ├── harm.png ├── kitchen-before.png ├── kitchen.png ├── log.png ├── other-before.png ├── other.png ├── pic2.jpg ├── rec.png ├── recycle-before.png ├── recycle.png ├── 其他垃圾.png ├── 厨余垃圾.png ├── 可回收垃圾.png └── 有害垃圾.png ├── interface.py ├── interface.ui ├── pth解析.py ├── saveImg ├── K │ └── 1.png └── R │ └── 0.png ├── sound ├── harm.mp3 ├── kitchen.mp3 ├── other.mp3 ├── recycle.mp3 └── tips.mp3 ├── source.qrc ├── source_rc.py ├── test.py ├── test1.py ├── testImg ├── 13.jpg ├── H.1.jpg ├── IMG_2240.jpg ├── IMG_2241.JPG ├── O.1153.jpg ├── R.1085.jpg ├── R.402.jpg └── timg.jpg ├── txt ├── Testacc0.001.txt ├── Testacc0.01.txt ├── Testacc0.1.txt ├── Valacc0.001.txt ├── Valacc0.01.txt ├── Valacc0.1.txt ├── log0.001.txt ├── log0.01.txt └── log0.1.txt ├── 画图.py └── 百度图片爬取.py /Messagebox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/Messagebox.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/README.md -------------------------------------------------------------------------------- /ResNet18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/ResNet18.py -------------------------------------------------------------------------------- /Voice Announcements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/Voice Announcements.py -------------------------------------------------------------------------------- /__pycache__/ResNet18.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/__pycache__/ResNet18.cpython-37.pyc -------------------------------------------------------------------------------- /__pycache__/add.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/__pycache__/add.cpython-37.pyc -------------------------------------------------------------------------------- /__pycache__/addimage.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/__pycache__/addimage.cpython-37.pyc -------------------------------------------------------------------------------- /__pycache__/interface.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/__pycache__/interface.cpython-37.pyc -------------------------------------------------------------------------------- /__pycache__/source_rc.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/__pycache__/source_rc.cpython-37.pyc -------------------------------------------------------------------------------- /add.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/add.py -------------------------------------------------------------------------------- /add.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/add.ui -------------------------------------------------------------------------------- /addimage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/addimage.py -------------------------------------------------------------------------------- /addimage.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/addimage.ui -------------------------------------------------------------------------------- /audio.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/audio.mp3 -------------------------------------------------------------------------------- /features_pic/f1_conv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/features_pic/f1_conv1.png -------------------------------------------------------------------------------- /features_pic/f2_layer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/features_pic/f2_layer1.png -------------------------------------------------------------------------------- /features_pic/f3_layer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/features_pic/f3_layer2.png -------------------------------------------------------------------------------- /features_pic/f4_layer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/features_pic/f4_layer3.png -------------------------------------------------------------------------------- /features_pic/f5_layer4_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/features_pic/f5_layer4_1.png -------------------------------------------------------------------------------- /features_pic/f5_layer4_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/features_pic/f5_layer4_2.png -------------------------------------------------------------------------------- /features_pic/f6_avgpool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/features_pic/f6_avgpool.png -------------------------------------------------------------------------------- /features_pic/f7_fc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/features_pic/f7_fc.png -------------------------------------------------------------------------------- /garbage classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/garbage classification.py -------------------------------------------------------------------------------- /img/Acc_0.001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/Acc_0.001.png -------------------------------------------------------------------------------- /img/Acc_0.01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/Acc_0.01.png -------------------------------------------------------------------------------- /img/Acc_0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/Acc_0.1.png -------------------------------------------------------------------------------- /img/Loss_0.001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/Loss_0.001.png -------------------------------------------------------------------------------- /img/Loss_0.01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/Loss_0.01.png -------------------------------------------------------------------------------- /img/Loss_0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/Loss_0.1.png -------------------------------------------------------------------------------- /img/f1_conv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/f1_conv1.png -------------------------------------------------------------------------------- /img/f2_layer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/f2_layer1.png -------------------------------------------------------------------------------- /img/f3_layer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/f3_layer2.png -------------------------------------------------------------------------------- /img/f4_layer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/f4_layer3.png -------------------------------------------------------------------------------- /img/f5_layer4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/f5_layer4.png -------------------------------------------------------------------------------- /img/f6_avgpool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/f6_avgpool.png -------------------------------------------------------------------------------- /img/f7_fc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/f7_fc.png -------------------------------------------------------------------------------- /img/harm-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/harm-before.png -------------------------------------------------------------------------------- /img/harm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/harm.png -------------------------------------------------------------------------------- /img/kitchen-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/kitchen-before.png -------------------------------------------------------------------------------- /img/kitchen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/kitchen.png -------------------------------------------------------------------------------- /img/log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/log.png -------------------------------------------------------------------------------- /img/other-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/other-before.png -------------------------------------------------------------------------------- /img/other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/other.png -------------------------------------------------------------------------------- /img/pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/pic2.jpg -------------------------------------------------------------------------------- /img/rec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/rec.png -------------------------------------------------------------------------------- /img/recycle-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/recycle-before.png -------------------------------------------------------------------------------- /img/recycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/recycle.png -------------------------------------------------------------------------------- /img/其他垃圾.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/其他垃圾.png -------------------------------------------------------------------------------- /img/厨余垃圾.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/厨余垃圾.png -------------------------------------------------------------------------------- /img/可回收垃圾.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/可回收垃圾.png -------------------------------------------------------------------------------- /img/有害垃圾.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/img/有害垃圾.png -------------------------------------------------------------------------------- /interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/interface.py -------------------------------------------------------------------------------- /interface.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/interface.ui -------------------------------------------------------------------------------- /pth解析.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/pth解析.py -------------------------------------------------------------------------------- /saveImg/K/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/saveImg/K/1.png -------------------------------------------------------------------------------- /saveImg/R/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/saveImg/R/0.png -------------------------------------------------------------------------------- /sound/harm.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/sound/harm.mp3 -------------------------------------------------------------------------------- /sound/kitchen.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/sound/kitchen.mp3 -------------------------------------------------------------------------------- /sound/other.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/sound/other.mp3 -------------------------------------------------------------------------------- /sound/recycle.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/sound/recycle.mp3 -------------------------------------------------------------------------------- /sound/tips.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/sound/tips.mp3 -------------------------------------------------------------------------------- /source.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/source.qrc -------------------------------------------------------------------------------- /source_rc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/source_rc.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/test.py -------------------------------------------------------------------------------- /test1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/test1.py -------------------------------------------------------------------------------- /testImg/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/testImg/13.jpg -------------------------------------------------------------------------------- /testImg/H.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/testImg/H.1.jpg -------------------------------------------------------------------------------- /testImg/IMG_2240.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/testImg/IMG_2240.jpg -------------------------------------------------------------------------------- /testImg/IMG_2241.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/testImg/IMG_2241.JPG -------------------------------------------------------------------------------- /testImg/O.1153.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/testImg/O.1153.jpg -------------------------------------------------------------------------------- /testImg/R.1085.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/testImg/R.1085.jpg -------------------------------------------------------------------------------- /testImg/R.402.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/testImg/R.402.jpg -------------------------------------------------------------------------------- /testImg/timg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/testImg/timg.jpg -------------------------------------------------------------------------------- /txt/Testacc0.001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/txt/Testacc0.001.txt -------------------------------------------------------------------------------- /txt/Testacc0.01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/txt/Testacc0.01.txt -------------------------------------------------------------------------------- /txt/Testacc0.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/txt/Testacc0.1.txt -------------------------------------------------------------------------------- /txt/Valacc0.001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/txt/Valacc0.001.txt -------------------------------------------------------------------------------- /txt/Valacc0.01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/txt/Valacc0.01.txt -------------------------------------------------------------------------------- /txt/Valacc0.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/txt/Valacc0.1.txt -------------------------------------------------------------------------------- /txt/log0.001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/txt/log0.001.txt -------------------------------------------------------------------------------- /txt/log0.01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/txt/log0.01.txt -------------------------------------------------------------------------------- /txt/log0.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/txt/log0.1.txt -------------------------------------------------------------------------------- /画图.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/画图.py -------------------------------------------------------------------------------- /百度图片爬取.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuXia7157/garbage-classification-system/HEAD/百度图片爬取.py --------------------------------------------------------------------------------