efficientnet-yolo3-pytorch icon indicating copy to clipboard operation
efficientnet-yolo3-pytorch copied to clipboard

这是一个efficientnet-yolo3-pytorch的源码,将yolov3的主干特征提取网络修改成了efficientnet

Results 14 efficientnet-yolo3-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

训练结束后的模型有相应的detect吗?

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

用预权重训练了30次冻结阶段之后训练中断了,请问应该怎么修train.py的参数,能够继续训练呢? 是把model_path 修改成30次训练完的模型,然后设置Init_Epoch = 30 吗?

您好,我想麻烦请问下,假如我只想在自己固定的测试集上进行map计算,不是由那个voc_annotation.py按比例随机生成测试集,那应该如何弄呢?假如我有5000张图片,我已经人为选定了其中1000张固定了不变作为测试集。那我想的是先对其余4000张图像进行划分,在那个voc_annotation.py中将trainval_percent 设置为1,train_percent 设置为0.9这样子,这样只对训练和验证集进行了划分。然后我自己手动创建test.txt,提取那1000张测试图片名写入到test.txt中。不知道我这样做是不是合理的或者可行呢?还是说有其他的办法呢?谢谢了。

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

this project quite well,I saw writer had impleted mobilenet yolov4.so why not try backbone mobilenet with yolov3?

pretrained_dict = {k: v for k, v in pretrained_dict.items() if np.shape(model_dict[k]) == np.shape(v)} 使用这一语句会报错 KeyError: '_conv_stem.weight' 检查发现在主干网络部分 model_dict 的键为 ’backbone.model._conv_stem.weight‘ 而非 '_conv_stem.weight'

Windows 下可以点击“下三角”图标选择 "cuda" 就可以了。 ![image](https://user-images.githubusercontent.com/19603468/88270735-ae8b0400-cd08-11ea-91c5-1a8251555547.png) ![image](https://user-images.githubusercontent.com/19603468/88270982-12adc800-cd09-11ea-9430-dec3514d10c8.png)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies