"tools/vscode:/vscode.git/clone" did not exist on "d055876a2a88385e38673d5133865d211282c1d4"
Commit 0a1981b6 authored by dcuai's avatar dcuai
Browse files

Update model.properties

parent 5c97284e
# 模型唯一标识 # 模型唯一标识
modelCode=479 modelCode=479
# 模型名称 # 模型名称
modelName=detr_pytorch modelName=DETR_pytorch
# 模型描述 # 模型描述
modelDescription=DETR提出了一个十分简洁的目标检测pipeline, 即CNN提取基础特征, 送入Transformer做关系建模, 得到的输出通过二分图匹配算法与图片上的ground truth做匹配。 modelDescription=DETR提出了一个十分简洁的目标检测pipeline, 即CNN提取基础特征, 送入Transformer做关系建模, 得到的输出通过二分图匹配算法与图片上的ground truth做匹配。
# 应用场景 # 应用场景
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment