Skip to content

example["times"] #41

@ryanyej

Description

@ryanyej

In multi frame
x_up_fuse = torch.cat((x_up, x_prev_cat), dim=1) + self.time_embedding(
example["times"][:, :, None].to(x_up)
).reshape(x_up.shape[0], -1, 1, 1)

what does 'times' means?
B*K, means time interval of this frame with last frame?

Looking forward to your reply.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions