"src/fastertransformer/utils/gemm.h" did not exist on "720fc533da804ac3f46ee938864403e51fcd9fa7"
Commit 0a1981b6 authored by dcuai's avatar dcuai
Browse files

Update model.properties

parent 5c97284e
# 模型唯一标识
modelCode=479
# 模型名称
modelName=detr_pytorch
modelName=DETR_pytorch
# 模型描述
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