未验证 提交 0fbfb75e 编写于 作者: B Bubbliiiing 提交者: GitHub

Update test.py

上级 03bcaf36
#--------------------------------------------#
# 该部分代码只用于看网络结构,并非测试代码
# map测试请看get_dr_txt.py、get_gt_txt.py
# 和get_map.py
#--------------------------------------------#
from nets.yolo4 import yolo_body
from keras.layers import Input
inputs = Input([416,416,3])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册