efficientdet-pytorch icon indicating copy to clipboard operation
efficientdet-pytorch copied to clipboard

这是一个efficientdet-pytorch的源码,可以用于训练自己的模型。

Results 50 efficientdet-pytorch issues
Sort by recently updated
recently updated
newest added

请问作者,COCO训练集您训练了多少个epoch

你好,我在用Efficient-Det训练Text-COCO做文字检测,bounding box框的位置是正确的,之后我按照说明运行get_map.py 文件来求map和precision,recall。 但是得到的结果总是0. 绝大部分结果被认定为false positive, 请问这是数据的问题还是get_map代码的问题?

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.2.30 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

这边我跑的b0网络和ssd效果对比,比ssd低了5个点,这个效果正常吗,其他朋友跑这个模型效果怎么样呢

RuntimeError: Error(s) in loading state_dict for EfficientDetBackbone: size mismatch for classifier.header.pointwise_conv.conv.weight: copying a param with shape torch.Size([396, 64, 1, 1]) from checkpoint, the shape in current model is torch.Size([810, 64,...

请问这个预测可以批量预测图片并保存吗?还有视频,能预测后进行保存吗?

为什么DO跑出来准确率95%,召回率只有29%,mAP也只有34.70%

博主您好。 训练过程中,会突然报错,错误代码如下所示: E:\py_file\efficientdet-pytorch-master\venv\Scripts\python.exe E:/py_file/efficientdet-pytorch-master/train_1.py Loading weights into state dict... Finished! Start Train Epoch 1/50: 26%|██▌ | 428/1675 [09:09

运行voc_annotation.py文件时,由于文件名含有空格,提示FileNotFoundError: [Errno 2] No such file or directory: 'VOCdevkit/VOC2007/Annotations/CompoundLeaves.xml',请问如何解决。我的所有文件名都含有空格