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

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

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

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

非常感谢博主视频和博文,已经跟了博主学习了一段时间,但是无法将训练好的权重转换为onnx或pb模型,建议能否出一期视频或博文,专门讲如何把训练好的权重与模型的各种格式文件(如.pt .pth.h5)转换为.onnx或.pb后缀的通用模型文件,以便于其他平台部署和推理。这有利于将视觉深度学习在工业环境中得到应用,非常感谢。

训练的时候,验证loss前几个值能达到几十万,虽然100epoch之后loss也只有1.多,但是map是0,数据集格式上我用在大佬你yolov3上能用,但是在这上面map一直是0,请问还可能是什么原因呢?模型用的d1

Downloading: "https://publicmodels.blob.core.windows.net/container/advprop/efficientnet-b0-b64d5a18.pth" to /home/dyd/.cache/torch/hub/checkpoints/efficientnet-b0-b64d5a18.pth urllib.error.HTTPError: HTTP Error 404: The specified resource does not exist.

作者您好,我尝试将您这个代码中bifpn中的加权聚合方法移植到别的目标检测框架中看看能不能有作用,我修改后代码成功跑起来了,但在查看训练好的模型字典时,发现权重w初始化值是【1,1】训练好的模型,w仍然是【1,1】,希望大神能帮我看下我的代码是不是哪出现了问题,从而导致该参数完全不更新。 ![image](https://user-images.githubusercontent.com/80744649/164457769-b5d57a62-a009-4414-8587-529378fb525f.png) ![image](https://user-images.githubusercontent.com/80744649/164457982-62ed8b51-c2fa-45ad-aeb1-920ec1f3dc8c.png)

runfile('E:/A/efficientdet-pytorch-master/train.py', wdir='E:/A/efficientdet-pytorch-master') Reloaded modules: nets, nets.efficientdet, utils, utils.anchors, nets.efficientnet, nets.layers, nets.efficientdet_training Traceback (most recent call last): File "D:\software\Anaconda\envs\torch1.2\lib\site-packages\torch\utils\tensorboard\__init__.py", line 2, in from tensorboard.summary.writer.record_writer import RecordWriter # noqa F401 ModuleNotFoundError: No...

不同的模型 比如d0和d7 不能设置输入训练图片大小都是640*640吗?看代码只能逐渐增加尺寸,这是为什么呢?

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

![image](https://user-images.githubusercontent.com/64736467/150624397-26db3ec4-5a76-4555-8362-660249e4165f.png)

Traceback (most recent call last): File "e:/deeplearning/efficientdet-pytorch-master/efficientdet-pytorch-master/predict.py", line 120, in tact_time = efficientdet.get_FPS(img, test_interval) File "e:\deeplearning\efficientdet-pytorch-master\efficientdet-pytorch-master\efficientdet.py", line 237, in get_FPS image_shape, self.letterbox_image, conf_thres = self.confidence, nms_thres = self.nms_iou) TypeError: non_max_suppression()...