issues
search
wusaifei
/
garbage_classify
本文新增添分类,检测,换脸技术等学习教程,各种调参技巧和tricks,卷积结构详细解析可视化,注意力机制代码等详解!本次垃圾分类挑战杯,目的在于构建基于深度学习技术的图像分类模型,实现垃圾图片类别的精准识别,大赛参考深圳垃圾分类标准,按可回收物、厨余垃圾、有害垃圾和其他垃圾四项分类。本项目包含完整的分类网络、数据增强、SVM等各种分类增强策略,后续还会继续更新新的分类技巧。
676
stars
176
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump numpy from 1.15.0 to 1.22.0
#53
dependabot[bot]
opened
2 years ago
0
TypeError: Cannot interpret feed_dict key as Tensor: Tensor Tensor("input_1:0", shape=(?, 456, 456, 3), dtype=float32) is not an element of this graph. #49
#52
luzhiqian00
opened
2 years ago
3
数据集没有了
#51
javatomatos
opened
3 years ago
2
关于准确率的小问题
#50
11223uhh
opened
3 years ago
1
TypeError: Cannot interpret feed_dict key as Tensor: Tensor Tensor("input_1:0", shape=(?, 456, 456, 3), dtype=float32) is not an element of this graph.
#49
Ruilkyu
opened
4 years ago
7
有没有训练好的模型参考下,这边训练太慢了
#48
Ruilkyu
closed
4 years ago
0
找不到指定模块
#47
prayae
opened
4 years ago
1
SVM作用是什么?为什么要加svm?
#46
ghost
opened
4 years ago
1
ModuleNotFoundError: No module named 'keras'
#45
AbideByEtiquette
opened
4 years ago
2
您好,我在配置的时候总是出错
#44
qbq2018
closed
4 years ago
0
关于准确率和验证集和测试集
#43
11223uhh
opened
4 years ago
1
关于准确度和loss值
#42
jingrunzhou
opened
4 years ago
2
关于mean_std.py
#41
jingrunzhou
opened
4 years ago
1
关于在第一轮回调时的报错信息
#40
ghost
opened
4 years ago
4
跑通这个项目需要哪几步?
#39
xiaohuan1208
opened
4 years ago
2
有人一起做吗,咱们建个微信群讨论吧,
#38
jingrunzhou
closed
4 years ago
2
我也存在这样的问题,请问你解决了吗
#37
jingrunzhou
opened
4 years ago
2
Tensor Tensor("input_1:0", shape=(?, 456, 456, 3), dtype=float32) is not an element of this graph.
#36
jingrunzhou
opened
4 years ago
3
关于.h5文件
#35
jingrunzhou
opened
4 years ago
1
作者你好customize_service这个文件的一个库 from model_service.tfserving_model_service import TfServingBaseService 在你的源码中没有
#34
Miger0629
opened
4 years ago
1
请问作者有训练好的模型吗?想写一个网页应用
#33
hao14293
opened
4 years ago
1
当训练完运行eval.py测试,出现TypeError: Cannot interpret feed_dict key as Tensor: Tensor Tensor("input_1:0", shape=(?, 456, 456, 3), dtype=float32) is not an element of this graph.
#32
shakey-cuimiao
opened
4 years ago
3
训练一个epoch之后报错 TypeError: must be real number, not NoneType
#31
1451595897
closed
4 years ago
0
TypeError: Cannot interpret feed_dict key as Tensor: Tensor Tensor("input_1:0", shape=(?, 456, 456, 3), dtype=float32) is not an element of this graph.
#30
Aurevious
opened
4 years ago
1
训练10轮发现acc一直为0.047,没变过
#29
Aurevious
opened
4 years ago
2
efficientnet-b5_notop.h5权重下载
#28
Aurevious
opened
4 years ago
2
请教run.py出现valueError,
#27
mars918
opened
4 years ago
1
加载efficientnet-b5_notop.h5
#25
Aurevious
opened
4 years ago
1
run.py运行问题请教
#24
mars918
opened
4 years ago
3
训练结束后进行评估,运作python run.py --mode=eval --eval_pb_path='./model_snapshots/model' --test_data_url='./test_img'报错
#23
shakey-cuimiao
opened
4 years ago
2
单gpu可以跑吗?
#22
woshiwoyali
opened
4 years ago
7
关于运行run.py文件的问题
#21
LwXxz
opened
4 years ago
1
关于数据增强的问题
#20
KyrieXDL
opened
4 years ago
1
组归一化(GroupNormalization)代替批量归一化,会影响预训练权值吗
#19
mk123qwe
opened
4 years ago
1
AttributeError: 'BaseSequence' object has no attribute 'shape'
#18
mk123qwe
opened
4 years ago
1
Fatal Python error: Segmentation fault Thread 0x00007f9b32efe700 (most recent call first):
#17
mk123qwe
opened
4 years ago
1
label_name = ['cat', 'dog']? in data_gen.py#L190
#16
mk123qwe
opened
4 years ago
1
src_v2官方Baseline5个epoch验证集准确度98.5%?
#15
miczcj
opened
4 years ago
1
关于GPU配置的咨询以及数据增强
#14
piaotq
opened
4 years ago
14
向楼主提问,这种现象是不是应该是batch size不够造成的
#13
piaotq
opened
4 years ago
8
垃圾分类本地运行
#12
flamencoipython
opened
5 years ago
4
多gpu并行训练问题
#11
dodgaga
opened
5 years ago
2
运行run.py报错
#10
xxl26
opened
5 years ago
3
准确率达不到预期
#9
dodgaga
opened
5 years ago
5
你好,请问训练需要多大内存?我把batchsize设为10还是会OOM
#8
BeAShaper
opened
5 years ago
1
作者你好,在save_pb的运行里,h5文件存在也会报错,不存在也会报错,这是为什么
#7
poopit
opened
5 years ago
2
你好,我按照你的步骤运行python run.py --data_url='../datasets/garbage_classify/train_data' --train_url='./model_snapshots' --deploy_script_path='./deploy_scripts',已经cd到run.py的目录
#6
angenta
opened
5 years ago
16
请问作者运行mean_std.py报这个错要怎么解决
#5
chostan
opened
5 years ago
8
1
#4
Kai2020-hello
opened
5 years ago
7
运行环境
#3
Time185
opened
5 years ago
1
Next