提交 e545451b 编写于 作者: Eric.Lee2021's avatar Eric.Lee2021 🚴🏻

add coco model down load & cfg

上级 f59aa272
......@@ -99,20 +99,23 @@ h = h*dh
## 预训练模型
### 1、手部检测预训练模型
### 1、COCO 预训练模型
* [预训练模型下载地址(百度网盘 Password: egdg )](https://pan.baidu.com/s/1KTvktMA38lsVYUjQ0sh5HQ)
### 2、手部检测预训练模型
* 包括yolo预训练模型图像输入尺寸416,yolo-tiny预训练模型图像输入尺寸为512。
* [预训练模型下载地址(百度网盘 Password: 7mk0 )](https://pan.baidu.com/s/1hqzvz0MeFX0EdpWXUV6aFg)
### 2、脸部检测预训练模型
### 3、脸部检测预训练模型
* [预训练模型下载地址(百度网盘 Password: l2a3 )](https://pan.baidu.com/s/1xVtZUMD94DiT9FQQ66xG1A)
### 3、人检测预训练模型
### 4、人检测预训练模型
* [预训练模型下载地址(百度网盘 Password: ise9 )](https://pan.baidu.com/s/1mxiI-tOpE3sU-9TVPJmPWw)
### 4、安全帽检测预训练模型
### 5、安全帽检测预训练模型
* [预训练模型下载地址(百度网盘 Password: inu8 )](https://pan.baidu.com/s/1rWUEsPnOTdmfJW4xM8m3Eg)
### 5、交通工具预训练模型
### 6、交通工具预训练模型
* [预训练模型下载地址(百度网盘 Password: 9qlx )](https://pan.baidu.com/s/1IwTnQYulFetY-AS1woMMaQ)
## 项目使用方法
......
cfg_model=yolo
classes=80
gpus = 0
num_workers = 8
batch_size = 16
img_size = 416
multi_scale = True
epochs = 100
train=./datasets_train/anno/train.txt
valid=./datasets_train/anno/train.txt
names=./cfg/coco.names
finetune_model=./coco_model/yolov3_coco.pt
lr_step = 30,40,60
person
bicycle
car
motorcycle
airplane
bus
train
truck
boat
traffic light
fire hydrant
stop sign
parking meter
bench
bird
cat
dog
horse
sheep
cow
elephant
bear
zebra
giraffe
backpack
umbrella
handbag
tie
suitcase
frisbee
skis
snowboard
sports ball
kite
baseball bat
baseball glove
skateboard
surfboard
tennis racket
bottle
wine glass
cup
fork
knife
spoon
bowl
banana
apple
sandwich
orange
broccoli
carrot
hot dog
pizza
donut
cake
chair
couch
potted plant
bed
dining table
toilet
tv
laptop
mouse
remote
keyboard
cell phone
microwave
oven
toaster
sink
refrigerator
book
clock
vase
scissors
teddy bear
hair drier
toothbrush
cfg_model=yolo
classes=6
gpus = 0
num_workers = 8
batch_size = 8
img_size = 416
multi_scale = True
epochs = 100
train=./datasets_coco_mini/anno/train.txt
valid=./datasets_coco_mini/anno/train.txt
names=./cfg/coco_mini.names
finetune_model=./coco_model/yolov3_coco.pt
#finetune_model = ./weights-yolov3-coco_mini/latest_416.pt
lr_step = 10,20,30
lr0 = 0.001
person
car
motorcycle
dog
bus
truck
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册