Skip to content

BUG #9

@cqray1990

Description

@cqray1990

这个地方代码有错吧,image是个13h*w的 tensor张量shape取值是错的 ,而且image不需要再.unsqueeze(0)
image_features = []
for image in images:
image = image.unsqueeze(0)
P, C, H, W = image.shape

P, C, H, W = image.shape
ValueError: too many values to unpack (expected 4)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions