pplee2020

Results 2 issues of pplee2020

the shape of sfeats of msvd_region_feature.h5 is 1970 x 26 x 36 x 5, what's the meaning of the last dimensions?thank you!

1.in FileNode.py:line581 class ObjectSpaceObjectStreamOfIDs: def __init__(self, file, document): self.header = ObjectSpaceObjectStreamHeader(file) self.body = [] self.head = 0 for i in range(self.header.Count): self.body.append(CompactID(file, document)) def read(self): res = None if self.head...