Function_gen_detection_video(video_name, result, idx_classes, opt, num_prop=200, topk = 2)
MQ/Evaluation/ego4d/generate_detection.py:62
Function_gen_retrieval_video(video_name, result, classes, idx_classes, opt, test_anno, num_prop=200, topk = 2)
MQ/Evaluation/ego4d/generate_retrieval.py:76
Method_load_from_state_dict(
self,
state_dict,
prefix,
local_metadata,
strict,
missing_ke
EgoTracks/tracking/models/stark_tracker/backbone.py:31
Functionbarplot(
x,
y,
figsize=(7, 7),
rotation=None,
xlabel=None,
ylabel=None,
title=None,
a
VQ2D/vq2d/stats.py:10
Functioncxywh_2_xywh Center x, y to top-left x, y. Args: bbox: bounding box with [x, y, w, h], x,y are center position of the box. context_ratio:
EgoTracks/tracking/utils/bbox_helper.py:198
Methodforward(self, input, num_frms, gt_action= None, gt_start= None, gt_end= None, gt_bbox = None, num_gt = None)
MQ/Models/VSGN.py:66
Methodforward(
self,
img=None,
seq_dict=None,
mode="backbone",
run_box_head=False,
EgoTracks/tracking/models/stark_tracker/stark_st.py:40
Methodforward(
self,
img=None,
seq_dict=None,
mode="backbone",
run_box_head=True,
EgoTracks/tracking/models/stark_tracker/stark_s.py:50
Methodforward :param feat: (H1W1+H2W2, bs, C) :param mask: (bs, H1W1+H2W2) :param query_embed: (N, C) or (N, B, C) :param pos_embe
EgoTracks/tracking/models/stark_tracker/transformer.py:101