Skip to content

Commit 3aa5960

Browse files
authored
download pretrained weights for deim model (#1163)
1 parent 5eab2d3 commit 3aa5960

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

platform/services/weights_uploader/app/pretrained_models/pretrained_models_v2.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,5 +357,23 @@
357357
"target": "/home/non-root/.cache/torch/hub/checkpoints/resnext101_64x4d-ee2c6f71.pth",
358358
"sha_sum": "ee2c6f713dbd26a7bbc4f1bdd599dd19b1fc58b6e7d756c3eb080761cf820e1f",
359359
"template_ids": ["Object_Detection_ResNeXt101_ATSS"]
360+
},
361+
{
362+
"url": "https://github.com/eugene123tw/DEIM/releases/download/poc/deim_dfine_hgnetv2_x_coco_50e.pth",
363+
"target": "/home/non-root/.cache/torch/hub/checkpoints/deim_dfine_hgnetv2_x_coco_50e.pth",
364+
"sha_sum": "e729436f96d95e78dbf67452bf3fb654cd5bed37de43067f5cf0aafb24d0fc7a",
365+
"template_ids": ["Object_Detection_Deim_DFine_X"]
366+
},
367+
{
368+
"url": "https://github.com/eugene123tw/DEIM/releases/download/poc/deim_dfine_hgnetv2_m_coco_90e.pth",
369+
"target": "/home/non-root/.cache/torch/hub/checkpoints/deim_dfine_hgnetv2_m_coco_90e.pth",
370+
"sha_sum": "2b6cd0582a4aa711f583982057b7fb0f3daebdd98e4dc168824714014c3219bc",
371+
"template_ids": ["Object_Detection_Deim_DFine_M"]
372+
},
373+
{
374+
"url": "https://github.com/eugene123tw/DEIM/releases/download/poc/deim_dfine_hgnetv2_l_coco_50e.pth",
375+
"target": "/home/non-root/.cache/torch/hub/checkpoints/deim_dfine_hgnetv2_l_coco_50e.pth",
376+
"sha_sum": "a9ac1f9bf51a41a7ec02c373c85e0109f84908dde11d80759b43248dcb638baa",
377+
"template_ids": ["Object_Detection_Deim_DFine_L"]
360378
}
361379
]

0 commit comments

Comments
 (0)