An open API service indexing awesome lists of open source software.

https://github.com/jintao-huang/darknet53_pytorch

Darknet53: YOLOv3 backbone.
https://github.com/jintao-huang/darknet53_pytorch

Last synced: 6 months ago
JSON representation

Darknet53: YOLOv3 backbone.

Awesome Lists containing this project

README

          

# Darknet53_PyTorch

## Reference
1. 论文(paper):
[https://arxiv.org/pdf/1804.02767.pdf](https://arxiv.org/pdf/1804.02767.pdf)

2. 代码参考(reference code):
[https://github.com/developer0hye/PyTorch-Darknet53](https://github.com/developer0hye/PyTorch-Darknet53)

3. 使用的预训练模型来源(Source of the pre-training model used):
[https://github.com/developer0hye/PyTorch-Darknet53](https://github.com/developer0hye/PyTorch-Darknet53)
由于我对模型进行了调整,所以我修改了原预训练模型的state_dict的key值,并进行了发布.
Since I adjusted the model, I modified the state_dict key value of the original pretraining model and release it.

权重见 release. 或在百度云中下载:
链接:[https://pan.baidu.com/s/1AHnP7jWy-VXZZM9Eselltw](https://pan.baidu.com/s/1AHnP7jWy-VXZZM9Eselltw)
提取码:iimv

## 使用方式(How to use)
#### 1. 预测图片(Predict images)
```
python3 pred_image.py
```