未验证 提交 56100f24 编写于 作者: J JiaQi Xu 提交者: GitHub

Update test.py

上级 cfb3465c
from nets.yolo3 import yolo_body
from nets.yolo4 import yolo_body
from keras.layers import Input
inputs = Input([416,416,3])
model = yolo_body(inputs,3,80)
model.summary()
for i,layer in enumerate(model.layers):
print(i,layer.name)
\ No newline at end of file
print(i,layer.name)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册