Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / bubbliiiing/efficientdet-pytorch issues and pull requests
#57 - 预测完之后没有跳出来预测好的图片是怎么回事啊
Issue -
State: open - Opened by maweikun 8 months ago
#56 - map太低
Issue -
State: open - Opened by qicwnb 10 months ago
#55 - train.py
Issue -
State: open - Opened by MoonLooking about 1 year ago
#54 - predict遇到问题
Issue -
State: open - Opened by yangkang121 over 1 year ago
- 1 comment
#53 - Bump pillow from 8.2.0 to 10.0.1
Pull Request -
State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#52 - Bump torch from 1.2.0 to 1.13.1
Pull Request -
State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#51 - Bump scipy from 1.2.1 to 1.10.0
Pull Request -
State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#50 - RuntimeError: CUDA error: device-side assert triggered
Issue -
State: open - Opened by xiaotong-233 over 1 year ago
- 3 comments
#49 - 请问efficiendet检测小目标的效果怎么样?我2048*2048的图片目标大小为16*16,好像检测不出来。
Issue -
State: open - Opened by liusas12 over 1 year ago
- 4 comments
#48 - 标签框筛选问题
Issue -
State: open - Opened by QMJ602 over 1 year ago
- 1 comment
#47 - 关于先验框
Issue -
State: closed - Opened by pumpbumb almost 2 years ago
#46 - Bump pillow from 8.2.0 to 9.3.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
Labels: dependencies
#45 - 关于loss函数的问题:在github代码efficientdet-pytorch/nets/efficientdet_training.py L48-L50,"重合度小于0.4需要参与训练 ",是否应该是"重合度大于0.4需要参与训练 "?
Issue -
State: open - Opened by fanxingcs about 2 years ago
- 1 comment
#44 - 你好,在获得训练用的2007_train.txt、2007_val.txt存在一些问题
Issue -
State: open - Opened by 1353309942 over 2 years ago
- 2 comments
#43 - 您好,想问一下,训练参数一致,最终结果不一样
Issue -
State: open - Opened by summer2022-ss over 2 years ago
- 1 comment
#42 - 下载预训练权值出现问题:无效哈希值
Issue -
State: open - Opened by ChristmasLee over 2 years ago
- 5 comments
#41 - Bump numpy from 1.17.0 to 1.22.0
Pull Request -
State: open - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#40 - 如何将训练好的.pth权重和模型转换为 .onnx or .pb通用模型文件
Issue -
State: open - Opened by RenhangRH over 2 years ago
- 1 comment
#39 - loss问题
Issue -
State: open - Opened by hyg1314520 over 2 years ago
- 2 comments
#38 - 关于pretrain, 主干权值加载报错
Issue -
State: open - Opened by shu-dyd almost 3 years ago
- 1 comment
#37 - bifpn中加权聚合时(简单的注意力机制),权重参数不更新问题
Issue -
State: open - Opened by YHaooo-4508 almost 3 years ago
- 10 comments
#36 - 运行train.py出现问题
Issue -
State: open - Opened by xiangyonghong123 almost 3 years ago
- 7 comments
#36 - 运行train.py出现问题
Issue -
State: open - Opened by xiangyonghong123 almost 3 years ago
- 7 comments
#35 - 输入图片
Issue -
State: open - Opened by iscyy almost 3 years ago
- 1 comment
#34 - Bump pillow from 8.2.0 to 9.0.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
- 1 comment
Labels: dependencies
#33 - 关于feature_size
Issue -
State: open - Opened by shenhaibb about 3 years ago
- 5 comments
#32 - 用predict.py计算fps时出现的问题
Issue -
State: open - Opened by sfx-666 about 3 years ago
- 1 comment
#31 - Bump pillow from 8.2.0 to 9.0.0
Pull Request -
State: closed - Opened by dependabot[bot] about 3 years ago
- 1 comment
Labels: dependencies
#30 - 训练自己的数据,mAP很低
Issue -
State: closed - Opened by xugc98 over 3 years ago
- 2 comments
#29 - COCO 训练问题
Issue -
State: open - Opened by ChrisLiuxp over 3 years ago
- 3 comments
#28 - Bump opencv-python from 4.1.2.30 to 4.2.0.32
Pull Request -
State: open - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#27 - Bump pillow from 8.2.0 to 8.3.2
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
- 1 comment
Labels: dependencies
#26 - 关于模型的选择
Issue -
State: closed - Opened by JingyangXiang over 3 years ago
#25 - 和其他检测模型对比问题
Issue -
State: open - Opened by ShinecolnBloom over 3 years ago
- 3 comments
#24 - 作者,您好问您一个小问题
Issue -
State: open - Opened by xiaozhangya over 3 years ago
- 1 comment
#23 - F:\EfficientNet\efficientdet-pytorch-master\nets\efficientdet_training.py:264: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`). plt.figure()
Issue -
State: open - Opened by jiangqin87 over 3 years ago
- 1 comment
#22 - 训练问题
Issue -
State: open - Opened by Pauldogsama over 3 years ago
- 3 comments
#21 - 跑get_map.py
Issue -
State: open - Opened by 442616159 over 3 years ago
- 2 comments
#20 - 博主您好,我才使用您的efficientDet代码时候,分别用了两个不同的数据集,但是效果却相差较大。
Issue -
State: open - Opened by BieberZhang over 3 years ago
- 1 comment
#19 - 为什么MAP的结果总是0
Issue -
State: open - Opened by jiansfoggy almost 4 years ago
- 8 comments
#18 - 关于bifpn,多次执行bifpn次数的问题
Issue -
State: open - Opened by BieberZhang almost 4 years ago
- 1 comment
#17 - voc2007test mAP只有30多(D0)
Issue -
State: open - Opened by Cleehao about 4 years ago
- 2 comments
#16 - FileNotFoundError: [Errno 2] No such file or directory: 'VOCdevkit/VOC2007/Annotations/CompoundLeaves.xml'
Issue -
State: open - Opened by Kang-ye about 4 years ago
- 5 comments
#15 - self._root = parser._parse_whole(source) UnicodeDecodeError: 'gbk' codec can't decode byte 0xac in position 129: illegal multibyte sequence
Issue -
State: open - Opened by Eric3911 about 4 years ago
- 2 comments
#14 - get_dr_txt.py出现问题
Issue -
State: open - Opened by liuxi1234 about 4 years ago
- 5 comments
#13 - 更改网络问题
Issue -
State: closed - Opened by zzzz737 about 4 years ago
- 6 comments
#12 - TracerWarning: Converting a tensor to a Python float might cause the trace to be incorrect
Issue -
State: open - Opened by JackKoLing about 4 years ago
- 1 comment
#11 - 训练日志 pr输出 指定训练gpu
Issue -
State: open - Opened by dpk3 about 4 years ago
- 2 comments
#10 - voc map
Issue -
State: open - Opened by qubapikaqi about 4 years ago
- 3 comments
#9 - 数据转换
Issue -
State: open - Opened by jun214384468 over 4 years ago
- 2 comments
#8 - Calvin
Pull Request -
State: closed - Opened by chqwer2 over 4 years ago
- 3 comments
#7 - get_dr_txt.py 报错
Issue -
State: open - Opened by zhangke1997 over 4 years ago
- 5 comments
#6 - 训练预测出现问题
Issue -
State: closed - Opened by Clarences1995 over 4 years ago
- 3 comments
#5 - 多GPU训练
Issue -
State: open - Opened by Levi4s over 4 years ago
- 1 comment
#4 - training warning
Issue -
State: open - Opened by liufengwei520 over 4 years ago
- 1 comment
#3 - 用MAP出现bug
Issue -
State: open - Opened by darkdepth over 4 years ago
- 2 comments
#2 - 请教预测的时候出现了bug
Issue -
State: open - Opened by xll426 over 4 years ago
- 1 comment