-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hi, when I browse the code, I found some variables not used at all in get_key_value
:
MVDiffusion/src/models/depth/utils.py
Lines 77 to 80 in 4cd4e51
xy = get_x_2d(ori_w, ori_h)[:, :, :2] | |
xy = xy[query_scale//2::query_scale, query_scale//2::query_scale] | |
xy = torch.tensor(xy, device=key_value.device).float()[ |
Could you verify that?
Metadata
Metadata
Assignees
Labels
No labels