Open lzzzzzm opened 7 months ago
when i tried to change the num_frames from 8 to 16, it occurs the bug below:
img_feats_curr = self.extract_feat(img[:, i], img_metas_curr) IndexError: index 8 is out of bounds for dimension 1 with size 1
I didn't provide the weights of sparseocc_16f, so you trained the model by yourself?
when i tried to change the num_frames from 8 to 16, it occurs the bug below: