Skip to content

Commit

Permalink
fix naming of alpha modules
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
bmmtstb committed Nov 29, 2024
1 parent 4b4a9fa commit 213667d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions scripts/own/test_dgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
[
("Dance", "box_fc2_2Sigmoid", 2),
("pt21", "pose_coco_fc2_2Sigmoid", 4),
("Dance", "vis_osn_fc5_4ReLUSigmoid", 4),
("Dance", "visual_osn_fc5_4ReLUSigmoid", 4),
],
["box_xywh_sim", "pose_sim_coco", "OSNet_sim"],
),
Expand Down Expand Up @@ -83,14 +83,18 @@
"test_dl_pt21_256x192_rcnn_085_040",
"submission_pt21",
"dynamic",
[("Dance", "box_fc1_Sigmoid", 4), ("Dance", "vis_osn_fc3_2ReLUSigmoid", 4)],
[("Dance", "box_fc1_Sigmoid", 4), ("Dance", "visual_osn_fc3_2ReLUSigmoid", 4)],
["box_xywh_sim", "OSNet_sim"],
),
"pt21_dynamic_iou_oks_OSNet": (
"test_dl_pt21_256x192_rcnn_085_040",
"submission_pt21",
"dynamic",
[("pt21", "box_fc1_Sigmoid", 4), ("pt21", "pose_coco_fc1_Sigmoid", 4), ("pt21", "vis_osn_fc5_4ReLUSigmoid", 4)],
[
("pt21", "box_fc1_Sigmoid", 4),
("pt21", "pose_coco_fc1_Sigmoid", 4),
("pt21", "visual_osn_fc5_4ReLUSigmoid", 4),
],
["box_xywh_sim", "pose_sim_coco", "OSNet_sim"],
),
}
Expand Down

0 comments on commit 213667d

Please sign in to comment.