model.properties 411 Bytes
Newer Older
chenych's avatar
chenych committed
1
# 模型唯一标识
chenych's avatar
chenych committed
2
modelCode=479
chenych's avatar
chenych committed
3
4
5
# 模型名称
modelName=detr_pytorch
# 模型描述
chenych's avatar
chenych committed
6
modelDescription=DETR提出了一个十分简洁的目标检测pipeline, 即CNN提取基础特征, 送入Transformer做关系建模, 得到的输出通过二分图匹配算法与图片上的ground truth做匹配。
chenych's avatar
chenych committed
7
# 应用场景
chenych's avatar
chenych committed
8
appScenario=推理,训练,目标检测,网安,交通,政府
chenych's avatar
chenych committed
9
10
# 框架类型
frameType=PyTorch