Nanne / pytorch-NetVlad

Pytorch implementation of NetVlad including training on Pittsburgh.
433 stars 109 forks source link

\pytorch-NetVlad-master\pittsburgh.py", line 188, in collate_fn query, positive, negatives, indices = zip(*batch) ValueError: not enough values to unpack (expected 4, got 2) #64

Closed pareespathak closed 2 years ago

pareespathak commented 2 years ago

Is this problem of collating function? I am training this on the Pittsburgh dataset.

Nanne commented 2 years ago

You haven't provided enough information, it also could be that the changes you made to the code led to this. In general I'm happy to help with this codebase, but I cannot help debug problems resulting from modification. Best of luck!